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:cid_q_max_idx
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qedi/
H
A
D
qedi.h
189
* @
cid_q_max_idx
: max index. used to detect wrap around condition
200
u32
cid_q_max_idx
;
member
H
A
D
qedi_main.c
514
qedi->cid_que.
cid_q_max_idx
= qedi->max_active_conns;
in qedi_setup_cid_que()
/kernel/linux/linux-6.6/drivers/scsi/qedi/
H
A
D
qedi.h
189
* @
cid_q_max_idx
: max index. used to detect wrap around condition
200
u32
cid_q_max_idx
;
member
H
A
D
qedi_main.c
512
qedi->cid_que.
cid_q_max_idx
= qedi->max_active_conns;
in qedi_setup_cid_que()
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/
H
A
D
bnx2i.h
316
* @
cid_q_max_idx
: max index. used to detect wrap around condition
327
u32
cid_q_max_idx
;
member
H
A
D
bnx2i_iscsi.c
286
if (hba->cid_que.cid_q_cons_idx == hba->cid_que.
cid_q_max_idx
)
in bnx2i_alloc_iscsi_cid()
312
if (hba->cid_que.cid_q_prod_idx == hba->cid_que.
cid_q_max_idx
)
in bnx2i_free_iscsi_cid()
348
hba->cid_que.
cid_q_max_idx
= hba->max_active_conns;
in bnx2i_setup_free_cid_que()
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/
H
A
D
bnx2i.h
316
* @
cid_q_max_idx
: max index. used to detect wrap around condition
327
u32
cid_q_max_idx
;
member
H
A
D
bnx2i_iscsi.c
286
if (hba->cid_que.cid_q_cons_idx == hba->cid_que.
cid_q_max_idx
)
in bnx2i_alloc_iscsi_cid()
312
if (hba->cid_que.cid_q_prod_idx == hba->cid_que.
cid_q_max_idx
)
in bnx2i_free_iscsi_cid()
348
hba->cid_que.
cid_q_max_idx
= hba->max_active_conns;
in bnx2i_setup_free_cid_que()
Completed in 16 milliseconds