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:hbacmd_size
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H
A
D
commsup.c
1964
if (fibptr->
hbacmd_size
& SA_AIF_HOTPLUG)
in aac_handle_sa_aif()
1966
else if (fibptr->
hbacmd_size
& SA_AIF_HARDWARE)
in aac_handle_sa_aif()
1968
else if (fibptr->
hbacmd_size
& SA_AIF_PDEV_CHANGE)
in aac_handle_sa_aif()
1970
else if (fibptr->
hbacmd_size
& SA_AIF_LDEV_CHANGE)
in aac_handle_sa_aif()
1972
else if (fibptr->
hbacmd_size
& SA_AIF_BPSTAT_CHANGE)
in aac_handle_sa_aif()
1974
else if (fibptr->
hbacmd_size
& SA_AIF_BPCFG_CHANGE)
in aac_handle_sa_aif()
H
A
D
dpcsup.c
294
fib->
hbacmd_size
= index; /* store event type */
in aac_intr_normal()
H
A
D
linit.c
732
fib->
hbacmd_size
= sizeof(*tmf);
in aac_eh_abort()
843
fib->
hbacmd_size
= sizeof(*tmf);
in aac_eh_tmf_lun_reset_fib()
863
fib->
hbacmd_size
= sizeof(*rst);
in aac_eh_tmf_hard_reset_fib()
H
A
D
src.c
552
fibsize = (fib->
hbacmd_size
+ 127) / 128 - 1;
in aac_src_deliver_message()
H
A
D
commctrl.c
620
srbfib->
hbacmd_size
= 64 +
in aac_send_raw_srb()
H
A
D
aacraid.h
1323
u32
hbacmd_size
; /* cmd size for native */
member
H
A
D
aachba.c
1650
fib->
hbacmd_size
= 64 + le32_to_cpu(hbacmd->emb_data_desc_count) *
in aac_adapter_hba()
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H
A
D
commsup.c
1965
if (fibptr->
hbacmd_size
& SA_AIF_HOTPLUG)
in aac_handle_sa_aif()
1967
else if (fibptr->
hbacmd_size
& SA_AIF_HARDWARE)
in aac_handle_sa_aif()
1969
else if (fibptr->
hbacmd_size
& SA_AIF_PDEV_CHANGE)
in aac_handle_sa_aif()
1971
else if (fibptr->
hbacmd_size
& SA_AIF_LDEV_CHANGE)
in aac_handle_sa_aif()
1973
else if (fibptr->
hbacmd_size
& SA_AIF_BPSTAT_CHANGE)
in aac_handle_sa_aif()
1975
else if (fibptr->
hbacmd_size
& SA_AIF_BPCFG_CHANGE)
in aac_handle_sa_aif()
H
A
D
dpcsup.c
294
fib->
hbacmd_size
= index; /* store event type */
in aac_intr_normal()
H
A
D
linit.c
733
fib->
hbacmd_size
= sizeof(*tmf);
in aac_eh_abort()
844
fib->
hbacmd_size
= sizeof(*tmf);
in aac_eh_tmf_lun_reset_fib()
864
fib->
hbacmd_size
= sizeof(*rst);
in aac_eh_tmf_hard_reset_fib()
H
A
D
src.c
552
fibsize = (fib->
hbacmd_size
+ 127) / 128 - 1;
in aac_src_deliver_message()
H
A
D
commctrl.c
620
srbfib->
hbacmd_size
= 64 +
in aac_send_raw_srb()
H
A
D
aacraid.h
1324
u32
hbacmd_size
; /* cmd size for native */
member
H
A
D
aachba.c
1663
fib->
hbacmd_size
= 64 + le32_to_cpu(hbacmd->emb_data_desc_count) *
in aac_adapter_hba()
Completed in 40 milliseconds