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:qpc_count
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H
A
D
qplib_res.c
410
hwq_attr.depth = ctx->
qpc_count
* tqmctx->qcount[i];
in bnxt_qplib_alloc_tqm_rings()
514
hwq_attr.depth = ctx->
qpc_count
;
in bnxt_qplib_alloc_ctx()
547
ctx->tim_tbl.max_elements = ctx->
qpc_count
* 16;
in bnxt_qplib_alloc_ctx()
548
hwq_attr.depth = ctx->
qpc_count
* 16;
in bnxt_qplib_alloc_ctx()
H
A
D
qplib_res.h
244
u32
qpc_count
;
member
H
A
D
qplib_sp.c
182
req.number_of_qp = cpu_to_le32(ctx->
qpc_count
);
in bnxt_qplib_set_func_resources()
H
A
D
main.c
159
ctx->
qpc_count
= min_t(u32, BNXT_RE_MAX_QPC_COUNT,
in bnxt_re_limit_pf_res()
188
vf_res->max_qp_per_vf = (qplib_ctx->
qpc_count
* vf_pct) / num_vf;
in bnxt_re_limit_vf_res()
H
A
D
ib_verbs.c
3898
resp.max_qp = rdev->qplib_ctx.
qpc_count
;
in bnxt_re_alloc_ucontext()
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H
A
D
qplib_res.c
411
hwq_attr.depth = ctx->
qpc_count
* tqmctx->qcount[i];
in bnxt_qplib_alloc_tqm_rings()
515
hwq_attr.depth = ctx->
qpc_count
;
in bnxt_qplib_alloc_ctx()
548
ctx->tim_tbl.max_elements = ctx->
qpc_count
* 16;
in bnxt_qplib_alloc_ctx()
549
hwq_attr.depth = ctx->
qpc_count
* 16;
in bnxt_qplib_alloc_ctx()
H
A
D
qplib_res.h
259
u32
qpc_count
;
member
H
A
D
main.c
210
ctx->
qpc_count
= min_t(u32, BNXT_RE_MAX_QPC_COUNT,
in bnxt_re_limit_pf_res()
239
vf_res->max_qp_per_vf = (qplib_ctx->
qpc_count
* vf_pct) / num_vf;
in bnxt_re_limit_vf_res()
H
A
D
qplib_sp.c
193
req.number_of_qp = cpu_to_le32(ctx->
qpc_count
);
in bnxt_qplib_set_func_resources()
H
A
D
ib_verbs.c
4139
resp.max_qp = rdev->qplib_ctx.
qpc_count
;
in bnxt_re_alloc_ucontext()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hw_v2.c
2481
int
qpc_count
, cqc_count;
in hns_roce_v2_init()
local
2498
for (
qpc_count
= 0;
qpc_count
< hr_dev->caps.qpc_timer_bt_num;
in hns_roce_v2_init()
2499
qpc_count
++) {
in hns_roce_v2_init()
2501
qpc_count
);
in hns_roce_v2_init()
2526
for (i = 0; i <
qpc_count
; i++)
in hns_roce_v2_init()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hw_v2.c
2823
unsigned int
qpc_count
;
in get_hem_table()
local
2841
for (
qpc_count
= 0;
qpc_count
< hr_dev->caps.qpc_timer_bt_num;
in get_hem_table()
2842
qpc_count
++) {
in get_hem_table()
2844
qpc_count
);
in get_hem_table()
2869
for (i = 0; i <
qpc_count
; i++)
in get_hem_table()
Completed in 37 milliseconds