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:ICE_NO_VSI
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_vf_lib.c
123
if (vf->lan_vsi_idx ==
ICE_NO_VSI
)
in ice_get_vf_vsi()
769
if (vf->ctrl_vsi_idx !=
ICE_NO_VSI
)
in ice_reset_all_vfs()
925
if (vf->ctrl_vsi_idx !=
ICE_NO_VSI
)
in ice_reset_vf()
1207
vf->ctrl_vsi_idx =
ICE_NO_VSI
;
in ice_vf_ctrl_invalidate_vsi()
1307
vf->lan_vsi_idx =
ICE_NO_VSI
;
in ice_vf_invalidate_vsi()
1308
vf->lan_vsi_num =
ICE_NO_VSI
;
in ice_vf_invalidate_vsi()
1351
if (vf != vsi->vf && vf->ctrl_vsi_idx !=
ICE_NO_VSI
) {
in ice_get_vf_ctrl_vsi()
H
A
D
ice_virtchnl_fdir.c
138
if (vf->ctrl_vsi_idx !=
ICE_NO_VSI
)
in ice_vf_start_ctrl_vsi()
159
if (vf->ctrl_vsi_idx !=
ICE_NO_VSI
) {
in ice_vf_start_ctrl_vsi()
161
vf->ctrl_vsi_idx =
ICE_NO_VSI
;
in ice_vf_start_ctrl_vsi()
1686
if (vf->ctrl_vsi_idx ==
ICE_NO_VSI
)
in ice_flush_fdir_ctx()
1965
if (vf->ctrl_vsi_idx ==
ICE_NO_VSI
) {
in ice_vc_del_fdir_fltr()
H
A
D
ice.h
100
#define
ICE_NO_VSI
0xffff
macro
798
/* if pf->ctrl_vsi_idx is
ICE_NO_VSI
, control VSI was not set up */
in ice_get_ctrl_vsi()
799
if (!pf->vsi || pf->ctrl_vsi_idx ==
ICE_NO_VSI
)
in ice_get_ctrl_vsi()
H
A
D
ice_sriov.c
58
if (vf->ctrl_vsi_idx !=
ICE_NO_VSI
)
in ice_free_vf_res()
62
if (vf->lan_vsi_idx !=
ICE_NO_VSI
) {
in ice_free_vf_res()
H
A
D
ice_lib.c
277
next =
ICE_NO_VSI
;
in ice_get_free_slot()
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()
2587
WARN_ON(vsi->vf->ctrl_vsi_idx !=
ICE_NO_VSI
);
in ice_vsi_cfg()
2590
WARN_ON(pf->ctrl_vsi_idx !=
ICE_NO_VSI
);
in ice_vsi_cfg()
H
A
D
ice_main.c
3863
pf->ctrl_vsi_idx =
ICE_NO_VSI
;
in ice_set_pf_caps()
4240
if (pf->ctrl_vsi_idx !=
ICE_NO_VSI
) {
in ice_init_fdir()
4242
pf->ctrl_vsi_idx =
ICE_NO_VSI
;
in ice_init_fdir()
4256
if (pf->ctrl_vsi_idx !=
ICE_NO_VSI
) {
in ice_deinit_fdir()
4258
pf->ctrl_vsi_idx =
ICE_NO_VSI
;
in ice_deinit_fdir()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice.h
75
#define
ICE_NO_VSI
0xffff
macro
551
/* if pf->ctrl_vsi_idx is
ICE_NO_VSI
, control VSI was not set up */
in ice_get_ctrl_vsi()
552
if (!pf->vsi || pf->ctrl_vsi_idx ==
ICE_NO_VSI
)
in ice_get_ctrl_vsi()
H
A
D
ice_virtchnl_pf.c
190
vf->lan_vsi_idx =
ICE_NO_VSI
;
in ice_vf_invalidate_vsi()
191
vf->lan_vsi_num =
ICE_NO_VSI
;
in ice_vf_invalidate_vsi()
219
if (vf->lan_vsi_idx !=
ICE_NO_VSI
) {
in ice_free_vf_res()
H
A
D
ice_lib.c
250
next =
ICE_NO_VSI
;
in ice_get_free_slot()
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()
H
A
D
ice_main.c
3367
pf->ctrl_vsi_idx =
ICE_NO_VSI
;
in ice_set_pf_caps()
3904
if (pf->ctrl_vsi_idx !=
ICE_NO_VSI
) {
in ice_init_fdir()
3906
pf->ctrl_vsi_idx =
ICE_NO_VSI
;
in ice_init_fdir()
Completed in 40 milliseconds