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:ch_vsi
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_main.c
8190
ch->
ch_vsi
= vsi;
in ice_add_channel()
8347
return ch->
ch_vsi
? true : false;
in ice_setup_channel()
8401
if (ch->
ch_vsi
&& (ch->max_tx_rate || ch->min_tx_rate)) {
in ice_create_q_channel()
8404
ret = ice_set_bw_limit(ch->
ch_vsi
, ch->max_tx_rate,
in ice_create_q_channel()
8408
ch->max_tx_rate, ch->
ch_vsi
->vsi_num);
in ice_create_q_channel()
8411
ch->max_tx_rate, ch->
ch_vsi
->vsi_num);
in ice_create_q_channel()
8498
struct ice_vsi *
ch_vsi
;
in ice_remove_q_channels()
local
8501
ch_vsi
= ch->
ch_vsi
;
in ice_remove_q_channels()
8502
if (!
ch_vsi
) {
in ice_remove_q_channels()
8626
struct ice_vsi *
ch_vsi
;
ice_rebuild_channels()
local
[all...]
H
A
D
ice_base.c
863
status = ice_ena_vsi_txq(vsi->port_info, ch->
ch_vsi
->idx, 0,
in ice_vsi_cfg_txq()
1062
txq_meta->vsi_idx = ch->
ch_vsi
->idx;
in ice_fill_txq_meta()
H
A
D
ice_tc_lib.c
1758
struct ice_vsi *
ch_vsi
= NULL;
in ice_tc_forward_to_queue()
local
1774
ch_vsi
= ice_locate_vsi_using_queue(vsi, fltr->action.fwd.q.queue);
in ice_tc_forward_to_queue()
1775
if (!
ch_vsi
)
in ice_tc_forward_to_queue()
1777
fltr->dest_vsi =
ch_vsi
;
in ice_tc_forward_to_queue()
H
A
D
ice.h
223
struct ice_vsi *
ch_vsi
;
member
H
A
D
ice_ethtool_fdir.c
1669
if (!ch->
ch_vsi
)
in ice_update_ring_dest_vsi()
1680
*dest_vsi = ch->
ch_vsi
->idx;
in ice_update_ring_dest_vsi()
Completed in 18 milliseconds