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_qs
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_virtchnl_pf.h
102
u16
num_vf_qs
; /* num of queue configured per VF */
member
H
A
D
ice_lib.c
201
vf->
num_vf_qs
= vf->num_req_qs;
in ice_vsi_set_num_qs()
202
vsi->alloc_txq = vf->
num_vf_qs
;
in ice_vsi_set_num_qs()
203
vsi->alloc_rxq = vf->
num_vf_qs
;
in ice_vsi_set_num_qs()
H
A
D
ice_virtchnl_pf.c
1532
vf->
num_vf_qs
= pf->num_qps_per_vf;
in ice_set_dflt_settings_vfs()
3269
cur_queues = vf->
num_vf_qs
;
in ice_vc_request_qs_msg()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_vf_lib.h
125
u16
num_vf_qs
; /* num of queue configured per VF */
member
H
A
D
ice_vf_lib.c
986
vf->
num_vf_qs
= vfs->num_qps_per;
in ice_initialize_vf_entry()
H
A
D
ice_lib.c
224
vf->
num_vf_qs
= vf->num_req_qs;
in ice_vsi_set_num_qs()
225
vsi->alloc_txq = vf->
num_vf_qs
;
in ice_vsi_set_num_qs()
226
vsi->alloc_rxq = vf->
num_vf_qs
;
in ice_vsi_set_num_qs()
H
A
D
ice_virtchnl.c
2104
cur_queues = vf->
num_vf_qs
;
in ice_vc_request_qs_msg()
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
H
A
D
be_main.c
4047
u16
num_vf_qs
= 1;
in be_calculate_vf_res()
local
4054
num_vf_qs
= min(SH_VF_MAX_NIC_EQS,
in be_calculate_vf_res()
4062
num_vf_qs
= 1;
in be_calculate_vf_res()
4078
if (
num_vf_qs
> 1) {
in be_calculate_vf_res()
4087
num_vf_qs
= 1;
in be_calculate_vf_res()
4096
vft_res->max_rx_qs =
num_vf_qs
;
in be_calculate_vf_res()
4097
vft_res->max_rss_qs =
num_vf_qs
;
in be_calculate_vf_res()
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/
H
A
D
be_main.c
4047
u16
num_vf_qs
= 1;
in be_calculate_vf_res()
local
4054
num_vf_qs
= min(SH_VF_MAX_NIC_EQS,
in be_calculate_vf_res()
4062
num_vf_qs
= 1;
in be_calculate_vf_res()
4078
if (
num_vf_qs
> 1) {
in be_calculate_vf_res()
4087
num_vf_qs
= 1;
in be_calculate_vf_res()
4096
vft_res->max_rx_qs =
num_vf_qs
;
in be_calculate_vf_res()
4097
vft_res->max_rss_qs =
num_vf_qs
;
in be_calculate_vf_res()
Completed in 33 milliseconds