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:flush_cidx
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H
A
D
cq.c
247
if (wq->sq.
flush_cidx
== -1)
in c4iw_flush_sq()
248
wq->sq.
flush_cidx
= wq->sq.cidx;
in c4iw_flush_sq()
249
idx = wq->sq.
flush_cidx
;
in c4iw_flush_sq()
261
wq->sq.
flush_cidx
+= flushed;
in c4iw_flush_sq()
262
if (wq->sq.
flush_cidx
>= wq->sq.size)
in c4iw_flush_sq()
263
wq->sq.
flush_cidx
-= wq->sq.size;
in c4iw_flush_sq()
272
if (wq->sq.
flush_cidx
== -1)
in flush_completed_wrs()
273
wq->sq.
flush_cidx
= wq->sq.cidx;
in flush_completed_wrs()
274
cidx = wq->sq.
flush_cidx
;
in flush_completed_wrs()
294
wq->sq.
flush_cidx
in flush_completed_wrs()
[all...]
H
A
D
t4.h
351
short
flush_cidx
;
member
559
if (wq->sq.cidx == wq->sq.
flush_cidx
)
in t4_sq_consume()
560
wq->sq.
flush_cidx
= -1;
in t4_sq_consume()
H
A
D
restrack.c
54
if (rdma_nl_put_driver_u32(msg, "
flush_cidx
", wq->sq.
flush_cidx
))
in fill_sq()
H
A
D
qp.c
2171
qhp->wq.sq.
flush_cidx
= -1;
in c4iw_create_qp()
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H
A
D
cq.c
247
if (wq->sq.
flush_cidx
== -1)
in c4iw_flush_sq()
248
wq->sq.
flush_cidx
= wq->sq.cidx;
in c4iw_flush_sq()
249
idx = wq->sq.
flush_cidx
;
in c4iw_flush_sq()
261
wq->sq.
flush_cidx
+= flushed;
in c4iw_flush_sq()
262
if (wq->sq.
flush_cidx
>= wq->sq.size)
in c4iw_flush_sq()
263
wq->sq.
flush_cidx
-= wq->sq.size;
in c4iw_flush_sq()
272
if (wq->sq.
flush_cidx
== -1)
in flush_completed_wrs()
273
wq->sq.
flush_cidx
= wq->sq.cidx;
in flush_completed_wrs()
274
cidx = wq->sq.
flush_cidx
;
in flush_completed_wrs()
294
wq->sq.
flush_cidx
in flush_completed_wrs()
[all...]
H
A
D
t4.h
351
short
flush_cidx
;
member
549
if (wq->sq.cidx == wq->sq.
flush_cidx
)
in t4_sq_consume()
550
wq->sq.
flush_cidx
= -1;
in t4_sq_consume()
H
A
D
restrack.c
54
if (rdma_nl_put_driver_u32(msg, "
flush_cidx
", wq->sq.
flush_cidx
))
in fill_sq()
H
A
D
qp.c
2161
qhp->wq.sq.
flush_cidx
= -1;
in c4iw_create_qp()
Completed in 13 milliseconds