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:rq_cons_idx
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_hwi.c
1464
char *buf = (char *)tgt->rq + (tgt->
rq_cons_idx
* BNX2FC_RQ_BUF_SZ);
in bnx2fc_get_next_rqe()
1466
if (tgt->
rq_cons_idx
+ num_items > BNX2FC_RQ_WQES_MAX)
in bnx2fc_get_next_rqe()
1469
tgt->
rq_cons_idx
+= num_items;
in bnx2fc_get_next_rqe()
1471
if (tgt->
rq_cons_idx
>= BNX2FC_RQ_WQES_MAX)
in bnx2fc_get_next_rqe()
1472
tgt->
rq_cons_idx
-= BNX2FC_RQ_WQES_MAX;
in bnx2fc_get_next_rqe()
H
A
D
bnx2fc.h
337
u32
rq_cons_idx
;
member
H
A
D
bnx2fc_tgt.c
388
tgt->
rq_cons_idx
= 0;
in bnx2fc_init_tgt()
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_hwi.c
1463
char *buf = (char *)tgt->rq + (tgt->
rq_cons_idx
* BNX2FC_RQ_BUF_SZ);
in bnx2fc_get_next_rqe()
1465
if (tgt->
rq_cons_idx
+ num_items > BNX2FC_RQ_WQES_MAX)
in bnx2fc_get_next_rqe()
1468
tgt->
rq_cons_idx
+= num_items;
in bnx2fc_get_next_rqe()
1470
if (tgt->
rq_cons_idx
>= BNX2FC_RQ_WQES_MAX)
in bnx2fc_get_next_rqe()
1471
tgt->
rq_cons_idx
-= BNX2FC_RQ_WQES_MAX;
in bnx2fc_get_next_rqe()
H
A
D
bnx2fc.h
334
u32
rq_cons_idx
;
member
H
A
D
bnx2fc_tgt.c
388
tgt->
rq_cons_idx
= 0;
in bnx2fc_init_tgt()
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/
H
A
D
bnx2i.h
616
* @
rq_cons_idx
: RQ consumer index
677
u16
rq_cons_idx
;
member
H
A
D
bnx2i_hwi.c
202
bnx2i_conn->ep->qp.
rq_cons_idx
= 0;
in bnx2i_get_rq_buf()
205
bnx2i_conn->ep->qp.
rq_cons_idx
++;
in bnx2i_get_rq_buf()
1162
ep->qp.
rq_cons_idx
= 0;
in bnx2i_alloc_qp_resc()
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/
H
A
D
bnx2i.h
616
* @
rq_cons_idx
: RQ consumer index
677
u16
rq_cons_idx
;
member
H
A
D
bnx2i_hwi.c
202
bnx2i_conn->ep->qp.
rq_cons_idx
= 0;
in bnx2i_get_rq_buf()
205
bnx2i_conn->ep->qp.
rq_cons_idx
++;
in bnx2i_get_rq_buf()
1162
ep->qp.
rq_cons_idx
= 0;
in bnx2i_alloc_qp_resc()
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H
A
D
roce_hsi.h
846
__le16
rq_cons_idx
;
member
3111
__le16
rq_cons_idx
;
member
H
A
D
qplib_fp.c
2788
cqe_cons = le16_to_cpu(hwcqe->
rq_cons_idx
);
in bnxt_qplib_cq_process_terminal()
2793
"FP: CQ Processed terminal reported
rq_cons_idx
0x%x exceeds max 0x%x\n",
in bnxt_qplib_cq_process_terminal()
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H
A
D
roce_hsi.h
2932
__le16
rq_cons_idx
;
member
4302
__le16
rq_cons_idx
;
member
H
A
D
qplib_fp.c
2865
cqe_cons = le16_to_cpu(hwcqe->
rq_cons_idx
);
in bnxt_qplib_cq_process_terminal()
2870
"FP: CQ Processed terminal reported
rq_cons_idx
0x%x exceeds max 0x%x\n",
in bnxt_qplib_cq_process_terminal()
Completed in 51 milliseconds