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:ex_init_cb_dma
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_mbx.c
1837
mcp->mb[10] = MSW(ha->
ex_init_cb_dma
);
in qla2x00_init_firmware()
1838
mcp->mb[11] = LSW(ha->
ex_init_cb_dma
);
in qla2x00_init_firmware()
1839
mcp->mb[12] = MSW(MSD(ha->
ex_init_cb_dma
));
in qla2x00_init_firmware()
1840
mcp->mb[13] = LSW(MSD(ha->
ex_init_cb_dma
));
in qla2x00_init_firmware()
H
A
D
qla_os.c
4212
&ha->
ex_init_cb_dma
);
in qla2x00_mem_alloc()
4285
dma_pool_free(ha->s_dma_pool, ha->ex_init_cb, ha->
ex_init_cb_dma
);
in qla2x00_mem_alloc()
4714
ha->ex_init_cb, ha->
ex_init_cb_dma
);
in qla2x00_mem_free()
4716
ha->
ex_init_cb_dma
= 0;
in qla2x00_mem_free()
H
A
D
qla_def.h
4247
dma_addr_t
ex_init_cb_dma
;
member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_os.c
4402
&ha->
ex_init_cb_dma
);
in qla2x00_mem_alloc()
4515
dma_pool_free(ha->s_dma_pool, ha->ex_init_cb, ha->
ex_init_cb_dma
);
in qla2x00_mem_alloc()
4946
ha->ex_init_cb, ha->
ex_init_cb_dma
);
in qla2x00_mem_free()
4948
ha->
ex_init_cb_dma
= 0;
in qla2x00_mem_free()
H
A
D
qla_mbx.c
1887
mcp->mb[10] = MSW(ha->
ex_init_cb_dma
);
in qla2x00_init_firmware()
1888
mcp->mb[11] = LSW(ha->
ex_init_cb_dma
);
in qla2x00_init_firmware()
1889
mcp->mb[12] = MSW(MSD(ha->
ex_init_cb_dma
));
in qla2x00_init_firmware()
1890
mcp->mb[13] = LSW(MSD(ha->
ex_init_cb_dma
));
in qla2x00_init_firmware()
H
A
D
qla_def.h
4475
dma_addr_t
ex_init_cb_dma
;
member
Completed in 56 milliseconds