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_get_vf_vsi
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_vf_lib.c
118
*
ice_get_vf_vsi
- get VF's VSI based on the stored index
121
struct ice_vsi *
ice_get_vf_vsi
(struct ice_vf *vf)
in ice_get_vf_vsi()
function
221
struct ice_vsi *vsi =
ice_get_vf_vsi
(vf);
in ice_vf_clear_counters()
286
struct ice_vsi *vsi =
ice_get_vf_vsi
(vf);
in ice_vf_rebuild_vsi()
358
struct ice_vsi *vsi =
ice_get_vf_vsi
(vf);
in ice_vf_rebuild_host_tx_rate_cfg()
404
struct ice_vsi *vsi =
ice_get_vf_vsi
(vf);
in ice_vf_rebuild_host_mac_cfg()
481
struct ice_vsi *vsi =
ice_get_vf_vsi
(vf);
in ice_vf_rebuild_host_cfg()
867
vsi =
ice_get_vf_vsi
(vf);
in ice_reset_vf()
887
vsi =
ice_get_vf_vsi
(vf);
in ice_reset_vf()
938
vsi =
ice_get_vf_vsi
(v
in ice_reset_vf()
[all...]
H
A
D
ice_virtchnl.c
446
vsi =
ice_get_vf_vsi
(vf);
in ice_vc_get_vf_res_msg()
799
vsi =
ice_get_vf_vsi
(vf);
in ice_vc_handle_rss_cfg()
920
vsi =
ice_get_vf_vsi
(vf);
in ice_vc_config_rss_key()
966
vsi =
ice_get_vf_vsi
(vf);
in ice_vc_config_rss_lut()
1010
vsi =
ice_get_vf_vsi
(vf);
in ice_vc_cfg_promiscuous_mode_msg()
1144
vsi =
ice_get_vf_vsi
(vf);
in ice_vc_get_stats_msg()
1253
vsi =
ice_get_vf_vsi
(vf);
in ice_vc_ena_qs_msg()
1382
vsi =
ice_get_vf_vsi
(vf);
in ice_vc_dis_qs_msg()
1532
vsi =
ice_get_vf_vsi
(vf);
in ice_vc_cfg_irq_map_msg()
1618
vsi =
ice_get_vf_vsi
(v
in ice_vc_cfg_qs_msg()
[all...]
H
A
D
ice_vf_lib.h
215
struct ice_vsi *
ice_get_vf_vsi
(struct ice_vf *vf);
250
static inline struct ice_vsi *
ice_get_vf_vsi
(struct ice_vf *vf)
in ice_get_vf_vsi()
function
H
A
D
ice_sriov.c
96
vsi =
ice_get_vf_vsi
(vf);
in ice_dis_vf_mappings()
325
struct ice_vsi *vsi =
ice_get_vf_vsi
(vf);
in ice_ena_vf_q_mappings()
375
struct ice_vsi *vsi =
ice_get_vf_vsi
(vf);
in ice_ena_vf_mappings()
1050
vsi =
ice_get_vf_vsi
(vf);
in ice_get_vf_from_pfq()
1138
vf_vsi =
ice_get_vf_vsi
(vf);
in ice_set_vf_spoofchk()
1406
struct ice_vsi *vsi =
ice_get_vf_vsi
(vf);
in ice_min_tx_rate_oversubscribed()
1457
vsi =
ice_get_vf_vsi
(vf);
in ice_set_vf_bw()
1524
vsi =
ice_get_vf_vsi
(vf);
in ice_get_vf_stats()
H
A
D
ice_virtchnl_fdir.c
116
if (!
ice_get_vf_vsi
(vf))
in ice_vc_fdir_param_check()
497
vf_vsi =
ice_get_vf_vsi
(vf);
in ice_vc_fdir_rem_prof()
656
vf_vsi =
ice_get_vf_vsi
(vf);
in ice_vc_fdir_write_flow_prof()
1296
vsi =
ice_get_vf_vsi
(vf);
in ice_vc_fdir_write_fltr()
1435
vf_vsi =
ice_get_vf_vsi
(vf);
in ice_vf_fdir_dump_info()
H
A
D
ice_repr.c
293
vsi =
ice_get_vf_vsi
(vf);
in ice_repr_add()
H
A
D
ice_devlink.c
1601
vsi =
ice_get_vf_vsi
(vf);
in ice_devlink_create_vf_port()
H
A
D
ice_lag.c
616
vsi =
ice_get_vf_vsi
(vf);
in ice_lag_move_new_vf_nodes()
Completed in 18 milliseconds