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:AHC_MULTI_TID
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic7xxx.h
215
AHC_MULTI_TID
= 0x00200, /* Has bitmask of TIDs for select-in */
enumerator
249
|AHC_QUEUE_REGS|AHC_SG_PRELOAD|
AHC_MULTI_TID
255
AHC_AIC7895C_FE = AHC_AIC7895_FE|
AHC_MULTI_TID
,
H
A
D
aic7xxx_core.c
2759
&& (ahc->features &
AHC_MULTI_TID
) != 0
in ahc_fetch_devinfo()
5109
if ((ahc->features &
AHC_MULTI_TID
) != 0) {
in ahc_chip_init()
7380
if ((ahc->features &
AHC_MULTI_TID
) != 0
in ahc_handle_en_lun()
7401
} else if ((ahc->features &
AHC_MULTI_TID
) == 0
in ahc_handle_en_lun()
7523
if ((ahc->features &
AHC_MULTI_TID
) != 0) {
in ahc_handle_en_lun()
7646
if (ahc->features &
AHC_MULTI_TID
) {
in ahc_handle_en_lun()
7708
if ((ahc->features &
AHC_MULTI_TID
) == 0)
in ahc_update_scsiid()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic7xxx.h
215
AHC_MULTI_TID
= 0x00200, /* Has bitmask of TIDs for select-in */
enumerator
249
|AHC_QUEUE_REGS|AHC_SG_PRELOAD|
AHC_MULTI_TID
255
AHC_AIC7895C_FE = AHC_AIC7895_FE|
AHC_MULTI_TID
,
H
A
D
aic7xxx_core.c
2757
&& (ahc->features &
AHC_MULTI_TID
) != 0
in ahc_fetch_devinfo()
5108
if ((ahc->features &
AHC_MULTI_TID
) != 0) {
in ahc_chip_init()
7374
if ((ahc->features &
AHC_MULTI_TID
) != 0
in ahc_handle_en_lun()
7395
} else if ((ahc->features &
AHC_MULTI_TID
) == 0
in ahc_handle_en_lun()
7517
if ((ahc->features &
AHC_MULTI_TID
) != 0) {
in ahc_handle_en_lun()
7639
if (ahc->features &
AHC_MULTI_TID
) {
in ahc_handle_en_lun()
7701
if ((ahc->features &
AHC_MULTI_TID
) == 0)
in ahc_update_scsiid()
Completed in 21 milliseconds