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_iwarp_msix
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_client.c
277
cdev->lan_info.msix_count = pf->
num_iwarp_msix
;
in i40e_client_update_msix_info()
374
cdev->lan_info.msix_count = pf->
num_iwarp_msix
;
in i40e_client_add_instance()
585
if ((v_idx >= (pf->iwarp_base_vector + pf->
num_iwarp_msix
)) ||
in i40e_client_setup_qvlist()
H
A
D
i40e_main.c
11811
iwarp_requested = pf->
num_iwarp_msix
;
in i40e_init_msix()
11814
pf->
num_iwarp_msix
= 0;
in i40e_init_msix()
11815
else if (vectors_left < pf->
num_iwarp_msix
)
in i40e_init_msix()
11816
pf->
num_iwarp_msix
= 1;
in i40e_init_msix()
11817
v_budget += pf->
num_iwarp_msix
;
in i40e_init_msix()
11818
vectors_left -= pf->
num_iwarp_msix
;
in i40e_init_msix()
11919
pf->
num_iwarp_msix
= 1;
in i40e_init_msix()
11926
pf->
num_iwarp_msix
= min_t(int, (vec / 3),
in i40e_init_msix()
11939
(vec - (pf->
num_iwarp_msix
+ pf->num_vmdq_vsis)),
in i40e_init_msix()
11959
(pf->
num_iwarp_msix
in i40e_init_msix()
[all...]
H
A
D
i40e.h
479
u16
num_iwarp_msix
; /* num of iwarp vectors for this PF */
member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
H
A
D
iavf_client.c
218
cinst->lan_info.msix_count = adapter->
num_iwarp_msix
;
in iavf_client_add_instance()
466
(adapter->iwarp_base_vector + adapter->
num_iwarp_msix
)) ||
in iavf_client_setup_qvlist()
H
A
D
iavf.h
254
int
num_iwarp_msix
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_client.c
278
cdev->lan_info.msix_count = pf->
num_iwarp_msix
;
in i40e_client_update_msix_info()
597
if ((v_idx >= (pf->iwarp_base_vector + pf->
num_iwarp_msix
)) ||
in i40e_client_setup_qvlist()
H
A
D
i40e_main.c
11174
iwarp_requested = pf->
num_iwarp_msix
;
in i40e_init_msix()
11177
pf->
num_iwarp_msix
= 0;
in i40e_init_msix()
11178
else if (vectors_left < pf->
num_iwarp_msix
)
in i40e_init_msix()
11179
pf->
num_iwarp_msix
= 1;
in i40e_init_msix()
11180
v_budget += pf->
num_iwarp_msix
;
in i40e_init_msix()
11181
vectors_left -= pf->
num_iwarp_msix
;
in i40e_init_msix()
11282
pf->
num_iwarp_msix
= 1;
in i40e_init_msix()
11289
pf->
num_iwarp_msix
= min_t(int, (vec / 3),
in i40e_init_msix()
11302
(vec - (pf->
num_iwarp_msix
+ pf->num_vmdq_vsis)),
in i40e_init_msix()
11322
(pf->
num_iwarp_msix
in i40e_init_msix()
[all...]
H
A
D
i40e.h
453
u16
num_iwarp_msix
; /* num of iwarp vectors for this PF */
member
Completed in 42 milliseconds