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
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_lib.h
103
bool ice_is_dflt_vsi_in_use(struct
ice_sw
*sw);
105
bool ice_is_vsi_dflt_vsi(struct
ice_sw
*sw, struct ice_vsi *vsi);
107
int ice_set_dflt_vsi(struct
ice_sw
*sw, struct ice_vsi *vsi);
109
int ice_clear_dflt_vsi(struct
ice_sw
*sw);
H
A
D
ice.h
183
struct
ice_sw
{
struct
243
struct
ice_sw
*vsw; /* switch this VSI is on */
398
struct
ice_sw
*first_sw; /* first switch created by firmware */
H
A
D
ice_virtchnl_pf.h
79
struct
ice_sw
*vf_sw_id; /* switch ID the VF VSIs connect to */
H
A
D
ice_lib.c
3178
bool ice_is_dflt_vsi_in_use(struct
ice_sw
*sw)
in ice_is_dflt_vsi_in_use()
3191
bool ice_is_vsi_dflt_vsi(struct
ice_sw
*sw, struct ice_vsi *vsi)
in ice_is_vsi_dflt_vsi()
3210
int ice_set_dflt_vsi(struct
ice_sw
*sw, struct ice_vsi *vsi)
in ice_set_dflt_vsi()
3255
int ice_clear_dflt_vsi(struct
ice_sw
*sw)
in ice_clear_dflt_vsi()
H
A
D
ice_main.c
6543
struct
ice_sw
*pf_sw;
in ice_bridge_setlink()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice.h
258
struct
ice_sw
{
struct
327
struct
ice_sw
*vsw; /* switch this VSI is on */
557
struct
ice_sw
*first_sw; /* first switch created by firmware */
H
A
D
ice_vf_lib.h
97
struct
ice_sw
*vf_sw_id; /* switch ID the VF VSIs connect to */
H
A
D
ice_main.c
7781
struct
ice_sw
*pf_sw;
in ice_bridge_setlink()
Completed in 25 milliseconds