Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:tgt_flags
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
BusLogic.c
2074
adapter->
tgt_flags
[tgt_id].tagq_active = false;
in blogic_initadapter()
2075
adapter->
tgt_flags
[tgt_id].cmd_good = false;
in blogic_initadapter()
2222
adapter->
tgt_flags
[tgt_id].tgt_exists =
in blogic_inquiry()
2239
adapter->
tgt_flags
[tgt_id].tgt_exists =
in blogic_inquiry()
2254
adapter->
tgt_flags
[tgt_id].wide_active = (tgt_id < 8 ? (setupinfo.wide_tx_active0to7 & (1 << tgt_id) ? true : false) : (setupinfo.wide_tx_active8to15 & (1 << (tgt_id - 8)) ? true : false));
in blogic_inquiry()
2321
if (adapter->
tgt_flags
[tgt_id].tagq_ok &&
in blogic_slaveconfig()
2335
if (adapter->
tgt_flags
[tgt_id].tgt_exists)
in blogic_slaveconfig()
2758
adapter->
tgt_flags
[tgt_id].tagq_active = false;
in blogic_process_ccbs()
2814
adapter->
tgt_flags
[ccb->tgt_id]
in blogic_process_ccbs()
2853
struct blogic_tgt_flags *
tgt_flags
in blogic_process_ccbs()
local
3026
struct blogic_
tgt_flags
*
tgt_flags
=
blogic_qcmd_lck()
local
3492
struct blogic_
tgt_flags
*
tgt_flags
= &adapter->
tgt_flags
[tgt];
blogic_show_info()
local
3505
struct blogic_
tgt_flags
*
tgt_flags
= &adapter->
tgt_flags
[tgt];
blogic_show_info()
local
3522
struct blogic_
tgt_flags
*
tgt_flags
= &adapter->
tgt_flags
[tgt];
blogic_show_info()
local
3538
struct blogic_
tgt_flags
*
tgt_flags
= &adapter->
tgt_flags
[tgt];
blogic_show_info()
local
3558
struct blogic_
tgt_flags
*
tgt_flags
= &adapter->
tgt_flags
[tgt];
blogic_show_info()
local
[all...]
H
A
D
iscsi_boot_sysfs.c
77
iscsi_boot_rd_attr(
tgt_flags
, flags, ISCSI_BOOT_TGT_FLAGS);
H
A
D
BusLogic.h
1058
struct blogic_tgt_flags
tgt_flags
[BLOGIC_MAXDEV];
member
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
BusLogic.c
1923
adapter->
tgt_flags
[tgt_id].tagq_active = false;
in blogic_initadapter()
1924
adapter->
tgt_flags
[tgt_id].cmd_good = false;
in blogic_initadapter()
2071
adapter->
tgt_flags
[tgt_id].tgt_exists =
in blogic_inquiry()
2088
adapter->
tgt_flags
[tgt_id].tgt_exists =
in blogic_inquiry()
2103
adapter->
tgt_flags
[tgt_id].wide_active = (tgt_id < 8 ? (setupinfo.wide_tx_active0to7 & (1 << tgt_id) ? true : false) : (setupinfo.wide_tx_active8to15 & (1 << (tgt_id - 8)) ? true : false));
in blogic_inquiry()
2169
if (adapter->
tgt_flags
[tgt_id].tagq_ok &&
in blogic_slaveconfig()
2183
if (adapter->
tgt_flags
[tgt_id].tgt_exists)
in blogic_slaveconfig()
2615
adapter->
tgt_flags
[tgt_id].tagq_active = false;
in blogic_process_ccbs()
2671
adapter->
tgt_flags
[ccb->tgt_id]
in blogic_process_ccbs()
2710
struct blogic_tgt_flags *
tgt_flags
in blogic_process_ccbs()
local
2883
struct blogic_
tgt_flags
*
tgt_flags
=
blogic_qcmd_lck()
local
3348
struct blogic_
tgt_flags
*
tgt_flags
= &adapter->
tgt_flags
[tgt];
blogic_show_info()
local
3361
struct blogic_
tgt_flags
*
tgt_flags
= &adapter->
tgt_flags
[tgt];
blogic_show_info()
local
3378
struct blogic_
tgt_flags
*
tgt_flags
= &adapter->
tgt_flags
[tgt];
blogic_show_info()
local
3394
struct blogic_
tgt_flags
*
tgt_flags
= &adapter->
tgt_flags
[tgt];
blogic_show_info()
local
3414
struct blogic_
tgt_flags
*
tgt_flags
= &adapter->
tgt_flags
[tgt];
blogic_show_info()
local
[all...]
H
A
D
iscsi_boot_sysfs.c
77
iscsi_boot_rd_attr(
tgt_flags
, flags, ISCSI_BOOT_TGT_FLAGS);
H
A
D
BusLogic.h
1047
struct blogic_tgt_flags
tgt_flags
[BLOGIC_MAXDEV];
member
/kernel/linux/linux-5.10/drivers/scsi/esas2r/
H
A
D
atioctl.h
963
u8
tgt_flags
;
member
/kernel/linux/linux-6.6/drivers/scsi/esas2r/
H
A
D
atioctl.h
964
u8
tgt_flags
;
member
Completed in 42 milliseconds