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_qps
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H
A
D
i40e.h
449
u16
num_vf_qps
; /* num queue pairs per VF */
member
H
A
D
i40e_main.c
10757
vsi->alloc_queue_pairs = pf->
num_vf_qps
;
in i40e_set_num_rings_in_vsi()
12230
pf->
num_vf_qps
= I40E_DEFAULT_QUEUES_PER_VF;
in i40e_sw_init()
14601
pf->
num_vf_qps
&& pf->num_req_vfs && queues_left) {
in i40e_determine_queue_usage()
14603
(queues_left / pf->
num_vf_qps
));
in i40e_determine_queue_usage()
14604
queues_left -= (pf->num_req_vfs * pf->
num_vf_qps
);
in i40e_determine_queue_usage()
14620
pf->
num_vf_qps
, pf->num_vmdq_vsis, pf->num_vmdq_qps,
in i40e_determine_queue_usage()
H
A
D
i40e_virtchnl_pf.c
1057
pf->
num_vf_qps
= vf->num_req_queues;
in i40e_alloc_vf_res()
1059
pf->
num_vf_qps
= I40E_DEFAULT_QUEUES_PER_VF;
in i40e_alloc_vf_res()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H
A
D
i40e.h
475
u16
num_vf_qps
; /* num queue pairs per VF */
member
H
A
D
i40e_main.c
11389
vsi->alloc_queue_pairs = pf->
num_vf_qps
;
in i40e_set_num_rings_in_vsi()
12868
pf->
num_vf_qps
= I40E_DEFAULT_QUEUES_PER_VF;
in i40e_sw_init()
15296
pf->
num_vf_qps
&& pf->num_req_vfs && queues_left) {
in i40e_determine_queue_usage()
15298
(queues_left / pf->
num_vf_qps
));
in i40e_determine_queue_usage()
15299
queues_left -= (pf->num_req_vfs * pf->
num_vf_qps
);
in i40e_determine_queue_usage()
15315
pf->
num_vf_qps
, pf->num_vmdq_vsis, pf->num_vmdq_qps,
in i40e_determine_queue_usage()
H
A
D
i40e_virtchnl_pf.c
1112
pf->
num_vf_qps
= vf->num_req_queues;
in i40e_alloc_vf_res()
1114
pf->
num_vf_qps
= I40E_DEFAULT_QUEUES_PER_VF;
in i40e_alloc_vf_res()
Completed in 50 milliseconds