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:qplib_ctx
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H
A
D
main.c
157
ctx = &rdev->
qplib_ctx
;
in bnxt_re_limit_pf_res()
169
rdev->
qplib_ctx
.tqm_ctx.qcount[i] =
in bnxt_re_limit_pf_res()
173
static void bnxt_re_limit_vf_res(struct bnxt_qplib_ctx *
qplib_ctx
, u32 num_vf)
in bnxt_re_limit_vf_res()
argument
180
vf_res = &
qplib_ctx
->vf_res;
in bnxt_re_limit_vf_res()
188
vf_res->max_qp_per_vf = (
qplib_ctx
->qpc_count * vf_pct) / num_vf;
in bnxt_re_limit_vf_res()
189
vf_res->max_srq_per_vf = (
qplib_ctx
->srqc_count * vf_pct) / num_vf;
in bnxt_re_limit_vf_res()
190
vf_res->max_cq_per_vf = (
qplib_ctx
->cq_count * vf_pct) / num_vf;
in bnxt_re_limit_vf_res()
199
if (
qplib_ctx
->mrw_count < BNXT_RE_MAX_MRW_COUNT_64K) {
in bnxt_re_limit_vf_res()
200
mrws =
qplib_ctx
->mrw_count * vf_pct;
in bnxt_re_limit_vf_res()
203
mrws =
qplib_ctx
in bnxt_re_limit_vf_res()
[all...]
H
A
D
bnxt_re.h
167
struct bnxt_qplib_ctx
qplib_ctx
;
member
H
A
D
hw_counters.c
120
struct ctx_hw_stats *bnxt_re_stats = rdev->
qplib_ctx
.stats.dma;
in bnxt_re_ib_get_hw_stats()
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
main.c
208
ctx = &rdev->
qplib_ctx
;
in bnxt_re_limit_pf_res()
220
rdev->
qplib_ctx
.tqm_ctx.qcount[i] =
in bnxt_re_limit_pf_res()
224
static void bnxt_re_limit_vf_res(struct bnxt_qplib_ctx *
qplib_ctx
, u32 num_vf)
in bnxt_re_limit_vf_res()
argument
231
vf_res = &
qplib_ctx
->vf_res;
in bnxt_re_limit_vf_res()
239
vf_res->max_qp_per_vf = (
qplib_ctx
->qpc_count * vf_pct) / num_vf;
in bnxt_re_limit_vf_res()
240
vf_res->max_srq_per_vf = (
qplib_ctx
->srqc_count * vf_pct) / num_vf;
in bnxt_re_limit_vf_res()
241
vf_res->max_cq_per_vf = (
qplib_ctx
->cq_count * vf_pct) / num_vf;
in bnxt_re_limit_vf_res()
250
if (
qplib_ctx
->mrw_count < BNXT_RE_MAX_MRW_COUNT_64K) {
in bnxt_re_limit_vf_res()
251
mrws =
qplib_ctx
->mrw_count * vf_pct;
in bnxt_re_limit_vf_res()
254
mrws =
qplib_ctx
in bnxt_re_limit_vf_res()
[all...]
H
A
D
bnxt_re.h
173
struct bnxt_qplib_ctx
qplib_ctx
;
member
H
A
D
hw_counters.c
307
hw_stats = rdev->
qplib_ctx
.stats.dma;
in bnxt_re_ib_get_hw_stats()
H
A
D
ib_verbs.c
4139
resp.max_qp = rdev->
qplib_ctx
.qpc_count;
in bnxt_re_alloc_ucontext()
Completed in 15 milliseconds