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_cqes
(Results
1 - 25
of
50
) sorted by relevance
1
2
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/
H
A
D
qedr-abi.h
19
__u32
max_cqes
;
member
/kernel/linux/linux-5.10/include/uapi/rdma/
H
A
D
qedr-abi.h
75
__u32
max_cqes
;
member
/kernel/linux/linux-6.6/include/uapi/rdma/
H
A
D
qedr-abi.h
75
__u32
max_cqes
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/
H
A
D
qedr-abi.h
52
__u32
max_cqes
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/
H
A
D
qedr-abi.h
52
__u32
max_cqes
;
member
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/
H
A
D
bnx2i_hwi.c
75
if (hba->
max_cqes
< num_elements_per_pg)
in bnx2i_adjust_qp_size()
76
hba->
max_cqes
= num_elements_per_pg;
in bnx2i_adjust_qp_size()
77
else if (hba->
max_cqes
% num_elements_per_pg)
in bnx2i_adjust_qp_size()
78
hba->
max_cqes
= (hba->
max_cqes
+ num_elements_per_pg - 1) &
in bnx2i_adjust_qp_size()
1088
ep->qp.cq_mem_size = hba->
max_cqes
* BNX2I_CQE_SIZE;
in bnx2i_alloc_qp_resc()
1118
ep->qp.cq_last_qe = &ep->qp.cq_first_qe[hba->
max_cqes
- 1];
in bnx2i_alloc_qp_resc()
1121
ep->qp.cqe_left = hba->
max_cqes
;
in bnx2i_alloc_qp_resc()
1123
ep->qp.cqe_size = hba->
max_cqes
;
in bnx2i_alloc_qp_resc()
1280
iscsi_init.cq_num_wqes = hba->
max_cqes
;
in bnx2i_send_fw_iscsi_init_msg()
[all...]
H
A
D
bnx2i_iscsi.c
856
hba->
max_cqes
= hba->max_sqes + rq_size;
in bnx2i_alloc_hba()
858
if (hba->
max_cqes
> BNX2I_5770X_CQ_WQES_MAX)
in bnx2i_alloc_hba()
859
hba->
max_cqes
= BNX2I_5770X_CQ_WQES_MAX;
in bnx2i_alloc_hba()
860
} else if (hba->
max_cqes
> BNX2I_570X_CQ_WQES_MAX)
in bnx2i_alloc_hba()
861
hba->
max_cqes
= BNX2I_570X_CQ_WQES_MAX;
in bnx2i_alloc_hba()
H
A
D
bnx2i.h
358
* @
max_cqes
: CQ size
432
u32
max_cqes
;
member
H
A
D
bnx2i_init.c
391
stats->rxq_size = hba->
max_cqes
;
in bnx2i_get_stats()
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/
H
A
D
bnx2i_hwi.c
75
if (hba->
max_cqes
< num_elements_per_pg)
in bnx2i_adjust_qp_size()
76
hba->
max_cqes
= num_elements_per_pg;
in bnx2i_adjust_qp_size()
77
else if (hba->
max_cqes
% num_elements_per_pg)
in bnx2i_adjust_qp_size()
78
hba->
max_cqes
= (hba->
max_cqes
+ num_elements_per_pg - 1) &
in bnx2i_adjust_qp_size()
1088
ep->qp.cq_mem_size = hba->
max_cqes
* BNX2I_CQE_SIZE;
in bnx2i_alloc_qp_resc()
1118
ep->qp.cq_last_qe = &ep->qp.cq_first_qe[hba->
max_cqes
- 1];
in bnx2i_alloc_qp_resc()
1121
ep->qp.cqe_left = hba->
max_cqes
;
in bnx2i_alloc_qp_resc()
1123
ep->qp.cqe_size = hba->
max_cqes
;
in bnx2i_alloc_qp_resc()
1280
iscsi_init.cq_num_wqes = hba->
max_cqes
;
in bnx2i_send_fw_iscsi_init_msg()
[all...]
H
A
D
bnx2i_iscsi.c
856
hba->
max_cqes
= hba->max_sqes + rq_size;
in bnx2i_alloc_hba()
858
if (hba->
max_cqes
> BNX2I_5770X_CQ_WQES_MAX)
in bnx2i_alloc_hba()
859
hba->
max_cqes
= BNX2I_5770X_CQ_WQES_MAX;
in bnx2i_alloc_hba()
860
} else if (hba->
max_cqes
> BNX2I_570X_CQ_WQES_MAX)
in bnx2i_alloc_hba()
861
hba->
max_cqes
= BNX2I_570X_CQ_WQES_MAX;
in bnx2i_alloc_hba()
H
A
D
bnx2i.h
358
* @
max_cqes
: CQ size
432
u32
max_cqes
;
member
H
A
D
bnx2i_init.c
391
stats->rxq_size = hba->
max_cqes
;
in bnx2i_get_stats()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H
A
D
hns_roce_cq.c
254
if (cq_entries < 1 || cq_entries > hr_dev->caps.
max_cqes
) {
in hns_roce_create_cq()
256
cq_entries, hr_dev->caps.
max_cqes
);
in hns_roce_create_cq()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H
A
D
hns_roce_cq.c
284
if (!attr->cqe || attr->cqe > hr_dev->caps.
max_cqes
) {
in verify_cq_create_attr()
286
attr->cqe, hr_dev->caps.
max_cqes
);
in verify_cq_create_attr()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H
A
D
mthca_provider.c
104
props->max_cqe = mdev->limits.
max_cqes
;
in mthca_query_device()
617
if (entries < 1 || entries > to_mdev(ibdev)->limits.
max_cqes
)
in mthca_create_cq()
730
if (entries < 1 || entries > dev->limits.
max_cqes
)
in mthca_resize_cq()
H
A
D
mthca_dev.h
155
int
max_cqes
;
member
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H
A
D
cq.c
188
if (entries < 1 || entries > dev->dev->caps.
max_cqes
)
in mlx4_ib_create_cq()
388
if (entries < 1 || entries > dev->dev->caps.
max_cqes
) {
in mlx4_ib_resize_cq()
399
if (entries > dev->dev->caps.
max_cqes
+ 1) {
in mlx4_ib_resize_cq()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H
A
D
mthca_provider.c
96
props->max_cqe = mdev->limits.
max_cqes
;
in mthca_query_device()
591
if (entries < 1 || entries > to_mdev(ibdev)->limits.
max_cqes
)
in mthca_create_cq()
704
if (entries < 1 || entries > dev->limits.
max_cqes
)
in mthca_resize_cq()
H
A
D
mthca_dev.h
155
int
max_cqes
;
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H
A
D
cq.c
188
if (entries < 1 || entries > dev->dev->caps.
max_cqes
)
in mlx4_ib_create_cq()
388
if (entries < 1 || entries > dev->dev->caps.
max_cqes
) {
in mlx4_ib_resize_cq()
399
if (entries > dev->dev->caps.
max_cqes
+ 1) {
in mlx4_ib_resize_cq()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_tgt.c
379
tgt->
max_cqes
= BNX2FC_CQ_WQES_MAX;
in bnx2fc_init_tgt()
683
tgt->cq_mem_size = tgt->
max_cqes
* BNX2FC_CQ_WQE_SIZE;
in bnx2fc_alloc_session_resc()
H
A
D
bnx2fc.h
316
u32
max_cqes
;
member
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_tgt.c
379
tgt->
max_cqes
= BNX2FC_CQ_WQES_MAX;
in bnx2fc_init_tgt()
683
tgt->cq_mem_size = tgt->
max_cqes
* BNX2FC_CQ_WQE_SIZE;
in bnx2fc_alloc_session_resc()
H
A
D
bnx2fc.h
313
u32
max_cqes
;
member
Completed in 30 milliseconds
1
2