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_SW_LKUP_VLAN
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_switch.c
457
} else if (lkup_type ==
ICE_SW_LKUP_VLAN
) {
in ice_aq_alloc_free_vsi_list()
632
if (fi->lkup_type !=
ICE_SW_LKUP_VLAN
)
in ice_fill_sw_info()
657
fi->lkup_type ==
ICE_SW_LKUP_VLAN
||
in ice_fill_sw_info()
707
if (f_info->lkup_type !=
ICE_SW_LKUP_VLAN
)
in ice_fill_sw_rule()
716
if (f_info->lkup_type !=
ICE_SW_LKUP_VLAN
)
in ice_fill_sw_rule()
751
case
ICE_SW_LKUP_VLAN
:
in ice_fill_sw_rule()
972
else if (lkup_type ==
ICE_SW_LKUP_VLAN
)
in ice_update_vsi_list_rule()
1457
if (fm_list->vsi_count == 1 && lkup_type !=
ICE_SW_LKUP_VLAN
) {
in ice_rem_update_vsi_list()
1491
if ((fm_list->vsi_count == 1 && lkup_type !=
ICE_SW_LKUP_VLAN
) ||
in ice_rem_update_vsi_list()
1492
(fm_list->vsi_count == 0 && lkup_type ==
ICE_SW_LKUP_VLAN
)) {
in ice_rem_update_vsi_list()
[all...]
H
A
D
ice_switch.h
46
ICE_SW_LKUP_VLAN
= 4,
enumerator
H
A
D
ice_fltr.c
164
info.lkup_type =
ICE_SW_LKUP_VLAN
;
in ice_fltr_add_vlan_to_list()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_vlan_mode.c
204
/* Update recipe
ICE_SW_LKUP_VLAN
to filter based on the
207
.rid =
ICE_SW_LKUP_VLAN
,
215
/* Update recipe
ICE_SW_LKUP_VLAN
to filter based on the VLAN
219
.rid =
ICE_SW_LKUP_VLAN
,
H
A
D
ice_switch.c
1834
} else if (lkup_type ==
ICE_SW_LKUP_VLAN
) {
in ice_aq_alloc_free_vsi_list()
2425
if (fi->lkup_type !=
ICE_SW_LKUP_VLAN
)
in ice_fill_sw_info()
2450
fi->lkup_type ==
ICE_SW_LKUP_VLAN
||
in ice_fill_sw_info()
2510
if (f_info->lkup_type !=
ICE_SW_LKUP_VLAN
)
in ice_fill_sw_rule()
2519
if (f_info->lkup_type !=
ICE_SW_LKUP_VLAN
)
in ice_fill_sw_rule()
2554
case
ICE_SW_LKUP_VLAN
:
in ice_fill_sw_rule()
2779
else if (lkup_type ==
ICE_SW_LKUP_VLAN
)
in ice_update_vsi_list_rule()
3266
if (fm_list->vsi_count == 1 && lkup_type !=
ICE_SW_LKUP_VLAN
) {
in ice_rem_update_vsi_list()
3299
if ((fm_list->vsi_count == 1 && lkup_type !=
ICE_SW_LKUP_VLAN
) ||
in ice_rem_update_vsi_list()
3300
(fm_list->vsi_count == 0 && lkup_type ==
ICE_SW_LKUP_VLAN
)) {
in ice_rem_update_vsi_list()
[all...]
H
A
D
ice_fltr.c
257
info.lkup_type =
ICE_SW_LKUP_VLAN
;
in ice_fltr_add_vlan_to_list()
H
A
D
ice_switch.h
57
ICE_SW_LKUP_VLAN
= 4,
enumerator
H
A
D
ice_lag.c
1120
if (!ice_find_vsi_list_entry(&lag->pf->hw,
ICE_SW_LKUP_VLAN
,
in ice_lag_add_prune_list()
1161
if (!ice_find_vsi_list_entry(&lag->pf->hw,
ICE_SW_LKUP_VLAN
,
in ice_lag_del_prune_list()
Completed in 20 milliseconds