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:fw_ack_index
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/fnic/
H
A
D
fnic.h
272
int
fw_ack_index
[FNIC_WQ_COPY_MAX];
member
H
A
D
fnic_scsi.c
154
if (wq->to_clean_index <= fnic->
fw_ack_index
[0])
in free_wq_copy_descs()
155
wq->ring.desc_avail += (fnic->
fw_ack_index
[0]
in free_wq_copy_descs()
160
+ fnic->
fw_ack_index
[0] + 1);
in free_wq_copy_descs()
165
* to_clean_index and
fw_ack_index
, both inclusive
in free_wq_copy_descs()
168
(fnic->
fw_ack_index
[0] + 1) % wq->ring.desc_count;
in free_wq_copy_descs()
804
fnic->
fw_ack_index
[0] = request_out;
in fnic_fcpio_ack_handler()
H
A
D
fnic_main.c
737
fnic->
fw_ack_index
[i] = -1;
in fnic_probe()
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H
A
D
fnic.h
277
int
fw_ack_index
[FNIC_WQ_COPY_MAX];
member
H
A
D
fnic_scsi.c
142
if (wq->to_clean_index <= fnic->
fw_ack_index
[0])
in free_wq_copy_descs()
143
wq->ring.desc_avail += (fnic->
fw_ack_index
[0]
in free_wq_copy_descs()
148
+ fnic->
fw_ack_index
[0] + 1);
in free_wq_copy_descs()
153
* to_clean_index and
fw_ack_index
, both inclusive
in free_wq_copy_descs()
156
(fnic->
fw_ack_index
[0] + 1) % wq->ring.desc_count;
in free_wq_copy_descs()
790
fnic->
fw_ack_index
[0] = request_out;
in fnic_fcpio_ack_handler()
H
A
D
fnic_main.c
751
fnic->
fw_ack_index
[i] = -1;
in fnic_probe()
Completed in 15 milliseconds