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_sqes
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/
H
A
D
bnx2i_sysfs.c
44
return sprintf(buf, "0x%x\n", hba->
max_sqes
);
in bnx2i_show_sq_info()
78
hba->
max_sqes
= val;
in bnx2i_set_sq_info()
H
A
D
bnx2i_hwi.c
55
if (!is_power_of_2(hba->
max_sqes
))
in bnx2i_adjust_qp_size()
56
hba->
max_sqes
= rounddown_pow_of_two(hba->
max_sqes
);
in bnx2i_adjust_qp_size()
67
if (hba->
max_sqes
< num_elements_per_pg)
in bnx2i_adjust_qp_size()
68
hba->
max_sqes
= num_elements_per_pg;
in bnx2i_adjust_qp_size()
69
else if (hba->
max_sqes
% num_elements_per_pg)
in bnx2i_adjust_qp_size()
70
hba->
max_sqes
= (hba->
max_sqes
+ num_elements_per_pg - 1) &
in bnx2i_adjust_qp_size()
1052
ep->qp.sq_mem_size = hba->
max_sqes
* BNX2I_SQ_WQE_SIZE;
in bnx2i_alloc_qp_resc()
1082
ep->qp.sq_last_qe = &ep->qp.sq_first_qe[hba->
max_sqes
in bnx2i_alloc_qp_resc()
[all...]
H
A
D
bnx2i_iscsi.c
845
hba->
max_sqes
= sq_size;
in bnx2i_alloc_hba()
847
hba->
max_sqes
= BNX2I_5770X_SQ_WQES_DEFAULT;
in bnx2i_alloc_hba()
850
hba->
max_sqes
= sq_size;
in bnx2i_alloc_hba()
852
hba->
max_sqes
= BNX2I_570X_SQ_WQES_DEFAULT;
in bnx2i_alloc_hba()
856
hba->max_cqes = hba->
max_sqes
+ rq_size;
in bnx2i_alloc_hba()
863
hba->num_ccell = hba->
max_sqes
/ 2;
in bnx2i_alloc_hba()
1231
hba->
max_sqes
)
in bnx2i_task_xmit()
1308
if (cmds_max > hba->
max_sqes
)
in bnx2i_session_create()
1309
cmds_max = hba->
max_sqes
;
in bnx2i_session_create()
H
A
D
bnx2i.h
356
* @
max_sqes
: SQ size
430
u32
max_sqes
;
member
H
A
D
bnx2i_init.c
390
stats->txq_size = hba->
max_sqes
;
in bnx2i_get_stats()
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/
H
A
D
bnx2i_sysfs.c
44
return sprintf(buf, "0x%x\n", hba->
max_sqes
);
in bnx2i_show_sq_info()
78
hba->
max_sqes
= val;
in bnx2i_set_sq_info()
H
A
D
bnx2i_hwi.c
55
if (!is_power_of_2(hba->
max_sqes
))
in bnx2i_adjust_qp_size()
56
hba->
max_sqes
= rounddown_pow_of_two(hba->
max_sqes
);
in bnx2i_adjust_qp_size()
67
if (hba->
max_sqes
< num_elements_per_pg)
in bnx2i_adjust_qp_size()
68
hba->
max_sqes
= num_elements_per_pg;
in bnx2i_adjust_qp_size()
69
else if (hba->
max_sqes
% num_elements_per_pg)
in bnx2i_adjust_qp_size()
70
hba->
max_sqes
= (hba->
max_sqes
+ num_elements_per_pg - 1) &
in bnx2i_adjust_qp_size()
1052
ep->qp.sq_mem_size = hba->
max_sqes
* BNX2I_SQ_WQE_SIZE;
in bnx2i_alloc_qp_resc()
1082
ep->qp.sq_last_qe = &ep->qp.sq_first_qe[hba->
max_sqes
in bnx2i_alloc_qp_resc()
[all...]
H
A
D
bnx2i_iscsi.c
845
hba->
max_sqes
= sq_size;
in bnx2i_alloc_hba()
847
hba->
max_sqes
= BNX2I_5770X_SQ_WQES_DEFAULT;
in bnx2i_alloc_hba()
850
hba->
max_sqes
= sq_size;
in bnx2i_alloc_hba()
852
hba->
max_sqes
= BNX2I_570X_SQ_WQES_DEFAULT;
in bnx2i_alloc_hba()
856
hba->max_cqes = hba->
max_sqes
+ rq_size;
in bnx2i_alloc_hba()
863
hba->num_ccell = hba->
max_sqes
/ 2;
in bnx2i_alloc_hba()
1231
hba->
max_sqes
)
in bnx2i_task_xmit()
1308
if (cmds_max > hba->
max_sqes
)
in bnx2i_session_create()
1309
cmds_max = hba->
max_sqes
;
in bnx2i_session_create()
H
A
D
bnx2i.h
356
* @
max_sqes
: SQ size
430
u32
max_sqes
;
member
H
A
D
bnx2i_init.c
390
stats->txq_size = hba->
max_sqes
;
in bnx2i_get_stats()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_io.c
404
u32
max_sqes
;
in bnx2fc_elstm_alloc()
local
407
max_sqes
= tgt->
max_sqes
;
in bnx2fc_elstm_alloc()
410
max_sqes
= BNX2FC_TM_MAX_SQES;
in bnx2fc_elstm_alloc()
413
max_sqes
= BNX2FC_ELS_MAX_SQES;
in bnx2fc_elstm_alloc()
426
(tgt->num_active_ios.counter >=
max_sqes
) ||
in bnx2fc_elstm_alloc()
427
(free_sqes +
max_sqes
<= BNX2FC_SQ_WQES_MAX)) {
in bnx2fc_elstm_alloc()
430
tgt->num_active_ios.counter, tgt->
max_sqes
);
in bnx2fc_elstm_alloc()
473
u32
max_sqes
;
in bnx2fc_cmd_alloc()
local
477
max_sqes
in bnx2fc_cmd_alloc()
[all...]
H
A
D
bnx2fc_tgt.c
377
tgt->
max_sqes
= BNX2FC_SQ_WQES_MAX;
in bnx2fc_init_tgt()
670
tgt->sq_mem_size = tgt->
max_sqes
* BNX2FC_SQ_WQE_SIZE;
in bnx2fc_alloc_session_resc()
733
tgt->xferq_mem_size = tgt->
max_sqes
* BNX2FC_XFERQ_WQE_SIZE;
in bnx2fc_alloc_session_resc()
747
tgt->confq_mem_size = tgt->
max_sqes
* BNX2FC_CONFQ_WQE_SIZE;
in bnx2fc_alloc_session_resc()
800
tgt->lcq_mem_size = (tgt->
max_sqes
+ 8) * BNX2FC_SQ_WQE_SIZE;
in bnx2fc_alloc_session_resc()
H
A
D
bnx2fc.h
314
u32
max_sqes
;
member
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_io.c
404
u32
max_sqes
;
in bnx2fc_elstm_alloc()
local
407
max_sqes
= tgt->
max_sqes
;
in bnx2fc_elstm_alloc()
410
max_sqes
= BNX2FC_TM_MAX_SQES;
in bnx2fc_elstm_alloc()
413
max_sqes
= BNX2FC_ELS_MAX_SQES;
in bnx2fc_elstm_alloc()
426
(tgt->num_active_ios.counter >=
max_sqes
) ||
in bnx2fc_elstm_alloc()
427
(free_sqes +
max_sqes
<= BNX2FC_SQ_WQES_MAX)) {
in bnx2fc_elstm_alloc()
430
tgt->num_active_ios.counter, tgt->
max_sqes
);
in bnx2fc_elstm_alloc()
473
u32
max_sqes
;
in bnx2fc_cmd_alloc()
local
477
max_sqes
in bnx2fc_cmd_alloc()
[all...]
H
A
D
bnx2fc_tgt.c
377
tgt->
max_sqes
= BNX2FC_SQ_WQES_MAX;
in bnx2fc_init_tgt()
670
tgt->sq_mem_size = tgt->
max_sqes
* BNX2FC_SQ_WQE_SIZE;
in bnx2fc_alloc_session_resc()
733
tgt->xferq_mem_size = tgt->
max_sqes
* BNX2FC_XFERQ_WQE_SIZE;
in bnx2fc_alloc_session_resc()
747
tgt->confq_mem_size = tgt->
max_sqes
* BNX2FC_CONFQ_WQE_SIZE;
in bnx2fc_alloc_session_resc()
800
tgt->lcq_mem_size = (tgt->
max_sqes
+ 8) * BNX2FC_SQ_WQE_SIZE;
in bnx2fc_alloc_session_resc()
H
A
D
bnx2fc.h
311
u32
max_sqes
;
member
/kernel/linux/linux-5.10/drivers/scsi/qedi/
H
A
D
qedi.h
310
u32
max_sqes
;
member
H
A
D
qedi_iscsi.c
253
if (cmds_max > qedi->
max_sqes
)
in qedi_session_create()
254
cmds_max = qedi->
max_sqes
;
in qedi_session_create()
H
A
D
qedi_main.c
659
qedi->
max_sqes
= QEDI_SQ_SIZE;
in qedi_host_alloc()
/kernel/linux/linux-6.6/drivers/scsi/qedi/
H
A
D
qedi.h
310
u32
max_sqes
;
member
H
A
D
qedi_iscsi.c
254
if (cmds_max > qedi->
max_sqes
)
in qedi_session_create()
255
cmds_max = qedi->
max_sqes
;
in qedi_session_create()
H
A
D
qedi_main.c
657
qedi->
max_sqes
= QEDI_SQ_SIZE;
in qedi_host_alloc()
Completed in 40 milliseconds