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:uplink_vsi
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_eswitch.c
81
struct ice_vsi *
uplink_vsi
= pf->switchdev.
uplink_vsi
;
in ice_eswitch_setup_env()
local
82
struct net_device *uplink_netdev =
uplink_vsi
->netdev;
in ice_eswitch_setup_env()
87
ice_remove_vsi_fltr(&pf->hw,
uplink_vsi
->idx);
in ice_eswitch_setup_env()
94
if (ice_vsi_add_vlan_zero(
uplink_vsi
))
in ice_eswitch_setup_env()
97
if (!ice_is_dflt_vsi_in_use(
uplink_vsi
->port_info)) {
in ice_eswitch_setup_env()
98
if (ice_set_dflt_vsi(
uplink_vsi
))
in ice_eswitch_setup_env()
103
vlan_ops = ice_get_compat_vsi_vlan_ops(
uplink_vsi
);
in ice_eswitch_setup_env()
104
if (vlan_ops->dis_rx_filtering(
uplink_vsi
))
in ice_eswitch_setup_env()
107
if (ice_vsi_update_security(
uplink_vsi
, ice_vsi_ctx_set_allow_overrid
in ice_eswitch_setup_env()
393
struct ice_vsi *
uplink_vsi
= pf->switchdev.
uplink_vsi
;
ice_eswitch_release_env()
local
477
struct ice_vsi *ctrl_vsi, *
uplink_vsi
;
ice_eswitch_enable_switchdev()
local
[all...]
H
A
D
ice.h
522
struct ice_vsi *
uplink_vsi
;
member
H
A
D
ice_tc_lib.c
656
fltr->dest_vsi = repr->src_vsi->back->switchdev.
uplink_vsi
;
in ice_tc_setup_redirect_action()
768
fltr->dest_vsi == vsi->back->switchdev.
uplink_vsi
) {
in ice_eswitch_add_tc_fltr()
H
A
D
ice_eswitch_br.c
950
struct ice_vsi *vsi = pf->switchdev.
uplink_vsi
;
in ice_eswitch_br_uplink_port_init()
Completed in 8 milliseconds