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_msix_per
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_sriov.c
67
last_vector_idx = vf->first_vector_idx + pf->vfs.
num_msix_per
- 1;
in ice_free_vf_res()
105
last = first + pf->vfs.
num_msix_per
- 1;
in ice_dis_vf_mappings()
261
return pf->sriov_base_vector + vf->vf_id * pf->vfs.
num_msix_per
;
in ice_calc_vf_first_vector_idx()
283
pf_based_last_msix = (pf_based_first_msix + pf->vfs.
num_msix_per
) - 1;
in ice_ena_vf_msix_mappings()
288
(device_based_first_msix + pf->vfs.
num_msix_per
) - 1;
in ice_ena_vf_msix_mappings()
399
return pf->sriov_base_vector + pf->vfs.
num_msix_per
* vf->vf_id +
in ice_calc_vf_reg_idx()
522
pf->vfs.
num_msix_per
= num_msix_per_vf;
in ice_set_per_vf_res()
524
num_vfs, pf->vfs.
num_msix_per
, pf->vfs.num_qps_per);
in ice_set_per_vf_res()
H
A
D
ice_vf_lib.h
75
u16
num_msix_per
; /* number of MSI-X vectors per VF */
member
H
A
D
ice_virtchnl.c
494
vfres->max_vectors = vf->pf->vfs.
num_msix_per
;
in ice_vc_get_vf_res_msg()
1526
pf->vfs.
num_msix_per
< num_q_vectors_mapped ||
in ice_vc_cfg_irq_map_msg()
1548
if (!(vector_id < pf->vfs.
num_msix_per
) ||
in ice_vc_cfg_irq_map_msg()
H
A
D
ice_lib.c
227
/* pf->vfs.
num_msix_per
includes (VF miscellaneous vector +
in ice_vsi_set_num_qs()
232
vsi->num_q_vectors = pf->vfs.
num_msix_per
- ICE_NONQ_VECS_VF;
in ice_vsi_set_num_qs()
Completed in 13 milliseconds