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:sriov_base_vector
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_irq.c
296
int
sriov_base_vector
= pf->
sriov_base_vector
;
in ice_alloc_irq()
local
306
if (
sriov_base_vector
&& entry->index >=
sriov_base_vector
)
in ice_alloc_irq()
H
A
D
ice_sriov.c
132
* the pf->
sriov_base_vector
.
141
pf->
sriov_base_vector
= 0;
in ice_sriov_free_msix_res()
261
return pf->
sriov_base_vector
+ vf->vf_id * pf->vfs.num_msix_per;
in ice_calc_vf_first_vector_idx()
399
return pf->
sriov_base_vector
+ pf->vfs.num_msix_per * vf->vf_id +
in ice_calc_vf_reg_idx()
410
* just set the pf->
sriov_base_vector
and return success.
422
int
sriov_base_vector
;
in ice_sriov_set_msix_res()
local
424
sriov_base_vector
= total_vectors - num_msix_needed;
in ice_sriov_set_msix_res()
429
if (
sriov_base_vector
< vectors_used)
in ice_sriov_set_msix_res()
432
pf->
sriov_base_vector
=
sriov_base_vector
;
in ice_sriov_set_msix_res()
[all...]
H
A
D
ice.h
551
u16
sriov_base_vector
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_virtchnl_pf.c
287
* the pf->
sriov_base_vector
.
303
WARN_ON(pf->
sriov_base_vector
< res->num_entries);
in ice_sriov_free_msix_res()
305
pf->
sriov_base_vector
= 0;
in ice_sriov_free_msix_res()
583
return pf->
sriov_base_vector
+ vf->vf_id * pf->num_msix_per_vf;
in ice_calc_vf_first_vector_idx()
842
return pf->
sriov_base_vector
+ pf->num_msix_per_vf * vf->vf_id +
in ice_calc_vf_reg_idx()
876
* just set the pf->
sriov_base_vector
and return success.
888
int
sriov_base_vector
;
in ice_sriov_set_msix_res()
local
890
sriov_base_vector
= total_vectors - num_msix_needed;
in ice_sriov_set_msix_res()
895
if (
sriov_base_vector
< vectors_used)
in ice_sriov_set_msix_res()
898
pf->
sriov_base_vector
in ice_sriov_set_msix_res()
[all...]
H
A
D
ice.h
393
u16
sriov_base_vector
;
member
Completed in 8 milliseconds