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:bw_percentage
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_dcb_nl.c
95
if (dcfg->
bw_percentage
[tx][j] != scfg->
bw_percentage
[tx][j]) {
in ixgbe_copy_dcb_cfg()
96
dcfg->
bw_percentage
[tx][j] = scfg->
bw_percentage
[tx][j];
in ixgbe_copy_dcb_cfg()
99
if (dcfg->
bw_percentage
[rx][j] != scfg->
bw_percentage
[rx][j]) {
in ixgbe_copy_dcb_cfg()
100
dcfg->
bw_percentage
[rx][j] = scfg->
bw_percentage
[rx][j];
in ixgbe_copy_dcb_cfg()
190
adapter->temp_dcb_cfg.
bw_percentage
[0][bwg_id] = bw_pct;
in ixgbe_dcbnl_set_pg_bwg_cfg_tx()
216
adapter->temp_dcb_cfg.
bw_percentage
[
in ixgbe_dcbnl_set_pg_bwg_cfg_rx()
[all...]
H
A
D
ixgbe_dcb.c
86
bw_percent = dcb_config->
bw_percentage
[direction][p->bwg_id];
in ixgbe_dcb_calculate_tc_credits()
108
bw_percent = dcb_config->
bw_percentage
[direction][p->bwg_id];
in ixgbe_dcb_calculate_tc_credits()
H
A
D
ixgbe_dcb.h
110
u8
bw_percentage
[2][MAX_BW_GROUP]; /* One each for Tx/Rx */
member
H
A
D
ixgbe_main.c
6246
adapter->dcb_cfg.
bw_percentage
[DCB_TX_CONFIG][0] = 100;
in ixgbe_init_dcb()
6247
adapter->dcb_cfg.
bw_percentage
[DCB_RX_CONFIG][0] = 100;
in ixgbe_init_dcb()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_dcb_nl.c
93
if (dcfg->
bw_percentage
[tx][j] != scfg->
bw_percentage
[tx][j]) {
in ixgbe_copy_dcb_cfg()
94
dcfg->
bw_percentage
[tx][j] = scfg->
bw_percentage
[tx][j];
in ixgbe_copy_dcb_cfg()
97
if (dcfg->
bw_percentage
[rx][j] != scfg->
bw_percentage
[rx][j]) {
in ixgbe_copy_dcb_cfg()
98
dcfg->
bw_percentage
[rx][j] = scfg->
bw_percentage
[rx][j];
in ixgbe_copy_dcb_cfg()
188
adapter->temp_dcb_cfg.
bw_percentage
[0][bwg_id] = bw_pct;
in ixgbe_dcbnl_set_pg_bwg_cfg_tx()
214
adapter->temp_dcb_cfg.
bw_percentage
[
in ixgbe_dcbnl_set_pg_bwg_cfg_rx()
[all...]
H
A
D
ixgbe_dcb.c
86
bw_percent = dcb_config->
bw_percentage
[direction][p->bwg_id];
in ixgbe_dcb_calculate_tc_credits()
108
bw_percent = dcb_config->
bw_percentage
[direction][p->bwg_id];
in ixgbe_dcb_calculate_tc_credits()
H
A
D
ixgbe_dcb.h
110
u8
bw_percentage
[2][MAX_BW_GROUP]; /* One each for Tx/Rx */
member
H
A
D
ixgbe_main.c
6280
adapter->dcb_cfg.
bw_percentage
[DCB_TX_CONFIG][0] = 100;
in ixgbe_init_dcb()
6281
adapter->dcb_cfg.
bw_percentage
[DCB_RX_CONFIG][0] = 100;
in ixgbe_init_dcb()
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H
A
D
vxge-main.c
85
static unsigned int
bw_percentage
[VXGE_HW_MAX_VIRTUAL_PATHS] =
variable
87
module_param_array(
bw_percentage
, uint, NULL, 0);
3619
if (
bw_percentage
[i] == 0) {
in verify_bandwidth()
3628
if (
bw_percentage
[i] == 0xFF)
in verify_bandwidth()
3631
total +=
bw_percentage
[i];
in verify_bandwidth()
3652
bw_percentage
[i] =
in verify_bandwidth()
3664
bw_percentage
[0] = VXGE_HW_VPATH_BANDWIDTH_MAX /
in verify_bandwidth()
3667
bw_percentage
[i] =
bw_percentage
[0];
in verify_bandwidth()
3720
device_config->vp_config[i].min_bandwidth =
bw_percentage
[
in vxge_config_vpaths()
[all...]
Completed in 33 milliseconds