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:num_vf
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H
A
D
main.c
173
static void bnxt_re_limit_vf_res(struct bnxt_qplib_ctx *qplib_ctx, u32
num_vf
)
in bnxt_re_limit_vf_res()
argument
186
nvfs =
num_vf
;
in bnxt_re_limit_vf_res()
187
num_vf
= 100 *
num_vf
;
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()
201
nvfs =
num_vf
;
in bnxt_re_limit_vf_res()
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H
A
D
main.c
224
static void bnxt_re_limit_vf_res(struct bnxt_qplib_ctx *qplib_ctx, u32
num_vf
)
in bnxt_re_limit_vf_res()
argument
237
nvfs =
num_vf
;
in bnxt_re_limit_vf_res()
238
num_vf
= 100 *
num_vf
;
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()
252
nvfs =
num_vf
;
in bnxt_re_limit_vf_res()
/kernel/linux/linux-5.10/include/linux/device/
H
A
D
bus.h
58
* @
num_vf
: Called to find out how many virtual functions a device on this
103
int (*
num_vf
)(struct device *dev);
member
/kernel/linux/linux-6.6/include/linux/device/
H
A
D
bus.h
57
* @
num_vf
: Called to find out how many virtual functions a device on this
100
int (*
num_vf
)(struct device *dev);
member
/kernel/linux/linux-5.10/drivers/net/netdevsim/
H
A
D
bus.c
311
.
num_vf
= nsim_num_vf,
/kernel/linux/linux-6.6/drivers/net/netdevsim/
H
A
D
bus.c
262
.
num_vf
= nsim_num_vf,
/kernel/linux/linux-5.10/include/linux/
H
A
D
device.h
862
if (dev->bus && dev->bus->
num_vf
)
in dev_num_vf()
863
return dev->bus->
num_vf
(dev);
in dev_num_vf()
/kernel/linux/linux-6.6/include/linux/
H
A
D
device.h
1138
if (dev->bus && dev->bus->
num_vf
)
in dev_num_vf()
1139
return dev->bus->
num_vf
(dev);
in dev_num_vf()
/kernel/linux/linux-5.10/drivers/fpga/
H
A
D
dfl.h
509
int dfl_fpga_cdev_config_ports_vf(struct dfl_fpga_cdev *cdev, int
num_vf
);
/kernel/linux/linux-6.6/drivers/fpga/
H
A
D
dfl.h
555
int dfl_fpga_cdev_config_ports_vf(struct dfl_fpga_cdev *cdev, int
num_vf
);
/kernel/linux/linux-5.10/drivers/pci/
H
A
D
pci-driver.c
1614
.
num_vf
= pci_bus_num_vf,
/kernel/linux/linux-6.6/drivers/pci/
H
A
D
pci-driver.c
1696
.
num_vf
= pci_bus_num_vf,
Completed in 24 milliseconds