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:itt_map
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qedi/
H
A
D
qedi_main.c
1858
qedi->
itt_map
[tid].itt = proto_itt;
in qedi_update_itt_map()
1859
qedi->
itt_map
[tid].p_cmd = cmd;
in qedi_update_itt_map()
1863
qedi->
itt_map
[tid].itt);
in qedi_update_itt_map()
1871
if (qedi->
itt_map
[i].itt == itt) {
in qedi_get_task_tid()
1885
*proto_itt = qedi->
itt_map
[tid].itt;
in qedi_get_proto_itt()
1898
cmd = qedi->
itt_map
[tid].p_cmd;
in qedi_get_cmd_from_tid()
1902
qedi->
itt_map
[tid].p_cmd = NULL;
in qedi_get_cmd_from_tid()
1909
qedi->
itt_map
= kcalloc(MAX_ISCSI_TASK_ENTRIES,
in qedi_alloc_itt()
1911
if (!qedi->
itt_map
) {
in qedi_alloc_itt()
1921
kfree(qedi->
itt_map
);
in qedi_free_itt()
[all...]
H
A
D
qedi.h
332
struct qedi_itt_map *
itt_map
;
member
/kernel/linux/linux-6.6/drivers/scsi/qedi/
H
A
D
qedi_main.c
1854
qedi->
itt_map
[tid].itt = proto_itt;
in qedi_update_itt_map()
1855
qedi->
itt_map
[tid].p_cmd = cmd;
in qedi_update_itt_map()
1859
qedi->
itt_map
[tid].itt);
in qedi_update_itt_map()
1867
if (qedi->
itt_map
[i].itt == itt) {
in qedi_get_task_tid()
1881
*proto_itt = qedi->
itt_map
[tid].itt;
in qedi_get_proto_itt()
1894
cmd = qedi->
itt_map
[tid].p_cmd;
in qedi_get_cmd_from_tid()
1898
qedi->
itt_map
[tid].p_cmd = NULL;
in qedi_get_cmd_from_tid()
1905
qedi->
itt_map
= kcalloc(MAX_ISCSI_TASK_ENTRIES,
in qedi_alloc_itt()
1907
if (!qedi->
itt_map
) {
in qedi_alloc_itt()
1917
kfree(qedi->
itt_map
);
in qedi_free_itt()
[all...]
H
A
D
qedi.h
332
struct qedi_itt_map *
itt_map
;
member
Completed in 9 milliseconds