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:temp_dcb_cfg
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_dcb_nl.c
25
struct ixgbe_dcb_config *scfg = &adapter->
temp_dcb_cfg
;
in ixgbe_copy_dcb_cfg()
174
adapter->
temp_dcb_cfg
.tc_config[tc].path[0].prio_type = prio;
in ixgbe_dcbnl_set_pg_tc_cfg_tx()
176
adapter->
temp_dcb_cfg
.tc_config[tc].path[0].bwg_id = bwg_id;
in ixgbe_dcbnl_set_pg_tc_cfg_tx()
178
adapter->
temp_dcb_cfg
.tc_config[tc].path[0].bwg_percent =
in ixgbe_dcbnl_set_pg_tc_cfg_tx()
181
adapter->
temp_dcb_cfg
.tc_config[tc].path[0].up_to_tc_bitmap =
in ixgbe_dcbnl_set_pg_tc_cfg_tx()
190
adapter->
temp_dcb_cfg
.bw_percentage[0][bwg_id] = bw_pct;
in ixgbe_dcbnl_set_pg_bwg_cfg_tx()
200
adapter->
temp_dcb_cfg
.tc_config[tc].path[1].prio_type = prio;
in ixgbe_dcbnl_set_pg_tc_cfg_rx()
202
adapter->
temp_dcb_cfg
.tc_config[tc].path[1].bwg_id = bwg_id;
in ixgbe_dcbnl_set_pg_tc_cfg_rx()
204
adapter->
temp_dcb_cfg
.tc_config[tc].path[1].bwg_percent =
in ixgbe_dcbnl_set_pg_tc_cfg_rx()
207
adapter->
temp_dcb_cfg
in ixgbe_dcbnl_set_pg_tc_cfg_rx()
[all...]
H
A
D
ixgbe.h
668
struct ixgbe_dcb_config
temp_dcb_cfg
;
member
H
A
D
ixgbe_lib.c
1190
adapter->
temp_dcb_cfg
.pfc_mode_enable = false;
in ixgbe_set_interrupt_capability()
H
A
D
ixgbe_main.c
6252
memcpy(&adapter->
temp_dcb_cfg
, &adapter->dcb_cfg,
in ixgbe_init_dcb()
6253
sizeof(adapter->
temp_dcb_cfg
));
in ixgbe_init_dcb()
9185
adapter->
temp_dcb_cfg
.pfc_mode_enable = false;
in ixgbe_setup_tc()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_dcb_nl.c
23
struct ixgbe_dcb_config *scfg = &adapter->
temp_dcb_cfg
;
in ixgbe_copy_dcb_cfg()
172
adapter->
temp_dcb_cfg
.tc_config[tc].path[0].prio_type = prio;
in ixgbe_dcbnl_set_pg_tc_cfg_tx()
174
adapter->
temp_dcb_cfg
.tc_config[tc].path[0].bwg_id = bwg_id;
in ixgbe_dcbnl_set_pg_tc_cfg_tx()
176
adapter->
temp_dcb_cfg
.tc_config[tc].path[0].bwg_percent =
in ixgbe_dcbnl_set_pg_tc_cfg_tx()
179
adapter->
temp_dcb_cfg
.tc_config[tc].path[0].up_to_tc_bitmap =
in ixgbe_dcbnl_set_pg_tc_cfg_tx()
188
adapter->
temp_dcb_cfg
.bw_percentage[0][bwg_id] = bw_pct;
in ixgbe_dcbnl_set_pg_bwg_cfg_tx()
198
adapter->
temp_dcb_cfg
.tc_config[tc].path[1].prio_type = prio;
in ixgbe_dcbnl_set_pg_tc_cfg_rx()
200
adapter->
temp_dcb_cfg
.tc_config[tc].path[1].bwg_id = bwg_id;
in ixgbe_dcbnl_set_pg_tc_cfg_rx()
202
adapter->
temp_dcb_cfg
.tc_config[tc].path[1].bwg_percent =
in ixgbe_dcbnl_set_pg_tc_cfg_rx()
205
adapter->
temp_dcb_cfg
in ixgbe_dcbnl_set_pg_tc_cfg_rx()
[all...]
H
A
D
ixgbe.h
711
struct ixgbe_dcb_config
temp_dcb_cfg
;
member
H
A
D
ixgbe_lib.c
1194
adapter->
temp_dcb_cfg
.pfc_mode_enable = false;
in ixgbe_set_interrupt_capability()
H
A
D
ixgbe_main.c
6286
memcpy(&adapter->
temp_dcb_cfg
, &adapter->dcb_cfg,
in ixgbe_init_dcb()
6287
sizeof(adapter->
temp_dcb_cfg
));
in ixgbe_init_dcb()
9276
adapter->
temp_dcb_cfg
.pfc_mode_enable = false;
in ixgbe_setup_tc()
Completed in 33 milliseconds