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:first_vector_idx
(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()
74
for (i = vf->
first_vector_idx
; i <= last_vector_idx; i++) {
in ice_free_vf_res()
104
first = vf->
first_vector_idx
;
in ice_dis_vf_mappings()
256
* using vf->
first_vector_idx
for queue configuration will have to increment by
282
pf_based_first_msix = vf->
first_vector_idx
;
in ice_ena_vf_msix_mappings()
542
vf->
first_vector_idx
= ice_calc_vf_first_vector_idx(pf, vf);
in ice_init_vf_vsi_res()
H
A
D
ice_vf_lib.h
96
int
first_vector_idx
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_virtchnl_pf.h
78
int
first_vector_idx
;
member
H
A
D
ice_virtchnl_pf.c
224
last_vector_idx = vf->
first_vector_idx
+ pf->num_msix_per_vf - 1;
in ice_free_vf_res()
231
for (i = vf->
first_vector_idx
; i <= last_vector_idx; i++) {
in ice_free_vf_res()
259
first = vf->
first_vector_idx
;
in ice_dis_vf_mappings()
578
* using vf->
first_vector_idx
for queue configuration will have to increment by
692
pf_based_first_msix = vf->
first_vector_idx
;
in ice_ena_vf_msix_mappings()
1443
vf->
first_vector_idx
= ice_calc_vf_first_vector_idx(pf, vf);
in ice_init_vf_vsi_res()
Completed in 8 milliseconds