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:next_vsi
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_flex_type.h
212
struct ice_vsig_vsi *
next_vsi
;
member
H
A
D
ice_flex_pipe.c
1004
struct ice_vsig_vsi *tmp = vsi_cur->
next_vsi
;
in ice_vsig_free()
1008
vsi_cur->
next_vsi
= NULL;
in ice_vsig_free()
1070
(*vsi_head) = vsi_cur->
next_vsi
;
in ice_vsig_remove_vsi()
1073
vsi_head = &vsi_cur->
next_vsi
;
in ice_vsig_remove_vsi()
1074
vsi_cur = vsi_cur->
next_vsi
;
in ice_vsig_remove_vsi()
1083
vsi_cur->
next_vsi
= NULL;
in ice_vsig_remove_vsi()
1145
hw->blk[blk].xlt2.vsis[vsi].
next_vsi
= tmp;
in ice_vsig_add_mv_vsi()
2422
ptr = ptr->
next_vsi
;
in ice_vsig_get_ref()
3221
struct ice_vsig_vsi *tmp = vsi_cur->
next_vsi
;
in ice_rem_vsig()
H
A
D
ice_lib.c
466
pf->
next_vsi
= vsi->idx;
in ice_vsi_free()
648
* pf->
next_vsi
will be ICE_NO_VSI. If not, pf->
next_vsi
index
in ice_vsi_alloc()
651
if (pf->
next_vsi
== ICE_NO_VSI) {
in ice_vsi_alloc()
664
vsi->idx = pf->
next_vsi
;
in ice_vsi_alloc()
665
pf->vsi[pf->
next_vsi
] = vsi;
in ice_vsi_alloc()
667
/* prepare pf->
next_vsi
for next use */
in ice_vsi_alloc()
668
pf->
next_vsi
= ice_get_free_slot(pf->vsi, pf->num_alloc_vsi,
in ice_vsi_alloc()
669
pf->
next_vsi
);
in ice_vsi_alloc()
H
A
D
ice.h
598
u16
next_vsi
; /* Next free slot in pf->vsi[] - 0-based! */
member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_lib.c
351
if (vsi->idx < pf->
next_vsi
&& vsi->type != ICE_VSI_CTRL)
in ice_vsi_clear()
352
pf->
next_vsi
= vsi->idx;
in ice_vsi_clear()
415
* pf->
next_vsi
will be ICE_NO_VSI. If not, pf->
next_vsi
index
in ice_vsi_alloc()
418
if (pf->
next_vsi
== ICE_NO_VSI) {
in ice_vsi_alloc()
471
vsi->idx = pf->
next_vsi
;
in ice_vsi_alloc()
472
pf->vsi[pf->
next_vsi
] = vsi;
in ice_vsi_alloc()
474
/* prepare pf->
next_vsi
for next use */
in ice_vsi_alloc()
475
pf->
next_vsi
= ice_get_free_slot(pf->vsi, pf->num_alloc_vsi,
in ice_vsi_alloc()
476
pf->
next_vsi
);
in ice_vsi_alloc()
[all...]
H
A
D
ice_flex_pipe.c
2223
struct ice_vsig_vsi *tmp = vsi_cur->
next_vsi
;
in ice_vsig_free()
2227
vsi_cur->
next_vsi
= NULL;
in ice_vsig_free()
2289
(*vsi_head) = vsi_cur->
next_vsi
;
in ice_vsig_remove_vsi()
2292
vsi_head = &vsi_cur->
next_vsi
;
in ice_vsig_remove_vsi()
2293
vsi_cur = vsi_cur->
next_vsi
;
in ice_vsig_remove_vsi()
2302
vsi_cur->
next_vsi
= NULL;
in ice_vsig_remove_vsi()
2364
hw->blk[blk].xlt2.vsis[vsi].
next_vsi
= tmp;
in ice_vsig_add_mv_vsi()
3240
ptr = ptr->
next_vsi
;
in ice_vsig_get_ref()
3971
struct ice_vsig_vsi *tmp = vsi_cur->
next_vsi
;
in ice_rem_vsig()
H
A
D
ice_flex_type.h
401
struct ice_vsig_vsi *
next_vsi
;
member
H
A
D
ice.h
433
u16
next_vsi
; /* Next free slot in pf->vsi[] - 0-based! */
member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H
A
D
i40e.h
596
u16
next_vsi
; /* Next unallocated VSI - 0-based! */
member
H
A
D
i40e_main.c
10841
i = pf->
next_vsi
;
in i40e_vsi_mem_alloc()
10846
while (i < pf->
next_vsi
&& pf->vsi[i])
in i40e_vsi_mem_alloc()
10856
pf->
next_vsi
= ++i;
in i40e_vsi_mem_alloc()
10901
pf->
next_vsi
= i - 1;
in i40e_vsi_mem_alloc()
10986
if (vsi->idx < pf->
next_vsi
)
in i40e_vsi_clear()
10987
pf->
next_vsi
= vsi->idx;
in i40e_vsi_clear()
15004
pf->
next_vsi
= 0;
in i40e_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H
A
D
i40e.h
628
u16
next_vsi
; /* Next unallocated VSI - 0-based! */
member
H
A
D
i40e_main.c
11478
i = pf->
next_vsi
;
in i40e_vsi_mem_alloc()
11483
while (i < pf->
next_vsi
&& pf->vsi[i])
in i40e_vsi_mem_alloc()
11493
pf->
next_vsi
= ++i;
in i40e_vsi_mem_alloc()
11538
pf->
next_vsi
= i - 1;
in i40e_vsi_mem_alloc()
11623
if (vsi->idx < pf->
next_vsi
)
in i40e_vsi_clear()
11624
pf->
next_vsi
= vsi->idx;
in i40e_vsi_clear()
15715
pf->
next_vsi
= 0;
in i40e_probe()
Completed in 66 milliseconds