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:aac_aifcmd
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H
A
D
dpcsup.c
232
struct
aac_aifcmd
*cmd;
in aac_aif_callback()
249
cmd = (struct
aac_aifcmd
*) fib_data(fibctx);
in aac_aif_callback()
316
struct
aac_aifcmd
*cmd;
in aac_intr_normal()
323
cmd = (struct
aac_aifcmd
*) fib_data(fibctx);
in aac_intr_normal()
H
A
D
commsup.c
1027
static inline int aac_aif_data(struct
aac_aifcmd
*aifcmd, uint32_t index)
in aac_aif_data()
1033
static void aac_handle_aif_bu(struct aac_dev *dev, struct
aac_aifcmd
*aifcmd)
in aac_handle_aif_bu()
1065
struct
aac_aifcmd
* aifcmd = (struct
aac_aifcmd
*)hw_fib->data;
in aac_handle_aif()
1718
*
aac_aifcmd
.command = AifCmdEventNotify = 1
in aac_check_health()
1719
*
aac_aifcmd
.seqnum = 0xFFFFFFFF
in aac_check_health()
1720
*
aac_aifcmd
.data[0] = AifEnExpEvent = 23
in aac_check_health()
1721
*
aac_aifcmd
.data[1] = AifExeFirmwarePanic = 3
in aac_check_health()
1771
struct
aac_aifcmd
* aif;
in aac_check_health()
1779
aif = (struct
aac_aifcmd
*)hw_fi
in aac_check_health()
[all...]
H
A
D
aacraid.h
2616
struct
aac_aifcmd
{
struct
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H
A
D
dpcsup.c
232
struct
aac_aifcmd
*cmd;
in aac_aif_callback()
249
cmd = (struct
aac_aifcmd
*) fib_data(fibctx);
in aac_aif_callback()
316
struct
aac_aifcmd
*cmd;
in aac_intr_normal()
323
cmd = (struct
aac_aifcmd
*) fib_data(fibctx);
in aac_intr_normal()
H
A
D
commsup.c
1027
static inline int aac_aif_data(struct
aac_aifcmd
*aifcmd, uint32_t index)
in aac_aif_data()
1033
static void aac_handle_aif_bu(struct aac_dev *dev, struct
aac_aifcmd
*aifcmd)
in aac_handle_aif_bu()
1065
struct
aac_aifcmd
* aifcmd = (struct
aac_aifcmd
*)hw_fib->data;
in aac_handle_aif()
1719
*
aac_aifcmd
.command = AifCmdEventNotify = 1
in aac_check_health()
1720
*
aac_aifcmd
.seqnum = 0xFFFFFFFF
in aac_check_health()
1721
*
aac_aifcmd
.data[0] = AifEnExpEvent = 23
in aac_check_health()
1722
*
aac_aifcmd
.data[1] = AifExeFirmwarePanic = 3
in aac_check_health()
1772
struct
aac_aifcmd
* aif;
in aac_check_health()
1780
aif = (struct
aac_aifcmd
*)hw_fi
in aac_check_health()
[all...]
H
A
D
aacraid.h
2617
struct
aac_aifcmd
{
struct
Completed in 19 milliseconds