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:max_rqes
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/
H
A
D
bnx2i_hwi.c
58
if (!is_power_of_2(hba->
max_rqes
))
in bnx2i_adjust_qp_size()
59
hba->
max_rqes
= rounddown_pow_of_two(hba->
max_rqes
);
in bnx2i_adjust_qp_size()
83
if (hba->
max_rqes
< num_elements_per_pg)
in bnx2i_adjust_qp_size()
84
hba->
max_rqes
= num_elements_per_pg;
in bnx2i_adjust_qp_size()
85
else if (hba->
max_rqes
% num_elements_per_pg)
in bnx2i_adjust_qp_size()
86
hba->
max_rqes
= (hba->
max_rqes
+ num_elements_per_pg - 1) &
in bnx2i_adjust_qp_size()
241
if (ep->qp.rq_prod_idx > bnx2i_conn->hba->
max_rqes
) {
in bnx2i_put_rq_buf()
242
ep->qp.rq_prod_idx %= bnx2i_conn->hba->
max_rqes
;
in bnx2i_put_rq_buf()
[all...]
H
A
D
bnx2i.h
357
* @
max_rqes
: RQ size
431
u32
max_rqes
;
member
H
A
D
bnx2i_iscsi.c
855
hba->
max_rqes
= rq_size;
in bnx2i_alloc_hba()
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/
H
A
D
bnx2i_hwi.c
58
if (!is_power_of_2(hba->
max_rqes
))
in bnx2i_adjust_qp_size()
59
hba->
max_rqes
= rounddown_pow_of_two(hba->
max_rqes
);
in bnx2i_adjust_qp_size()
83
if (hba->
max_rqes
< num_elements_per_pg)
in bnx2i_adjust_qp_size()
84
hba->
max_rqes
= num_elements_per_pg;
in bnx2i_adjust_qp_size()
85
else if (hba->
max_rqes
% num_elements_per_pg)
in bnx2i_adjust_qp_size()
86
hba->
max_rqes
= (hba->
max_rqes
+ num_elements_per_pg - 1) &
in bnx2i_adjust_qp_size()
241
if (ep->qp.rq_prod_idx > bnx2i_conn->hba->
max_rqes
) {
in bnx2i_put_rq_buf()
242
ep->qp.rq_prod_idx %= bnx2i_conn->hba->
max_rqes
;
in bnx2i_put_rq_buf()
[all...]
H
A
D
bnx2i.h
357
* @
max_rqes
: RQ size
431
u32
max_rqes
;
member
H
A
D
bnx2i_iscsi.c
855
hba->
max_rqes
= rq_size;
in bnx2i_alloc_hba()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_tgt.c
378
tgt->
max_rqes
= BNX2FC_RQ_WQES_MAX;
in bnx2fc_init_tgt()
696
tgt->rq_mem_size = tgt->
max_rqes
* BNX2FC_RQ_WQE_SIZE;
in bnx2fc_alloc_session_resc()
H
A
D
bnx2fc.h
315
u32
max_rqes
;
member
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_tgt.c
378
tgt->
max_rqes
= BNX2FC_RQ_WQES_MAX;
in bnx2fc_init_tgt()
696
tgt->rq_mem_size = tgt->
max_rqes
* BNX2FC_RQ_WQE_SIZE;
in bnx2fc_alloc_session_resc()
H
A
D
bnx2fc.h
312
u32
max_rqes
;
member
Completed in 16 milliseconds