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_sum
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
en_dcbnl.c
292
int
bw_sum
= 0;
in mlx5e_dbcnl_validate_ets()
local
309
bw_sum
+= ets->tc_tx_bw[i];
in mlx5e_dbcnl_validate_ets()
313
if (have_ets_tc &&
bw_sum
!= 100) {
in mlx5e_dbcnl_validate_ets()
314
if (
bw_sum
|| (!
bw_sum
&& !zero_sum_allowed))
in mlx5e_dbcnl_validate_ets()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
en_dcbnl.c
292
int
bw_sum
= 0;
in mlx5e_dbcnl_validate_ets()
local
309
bw_sum
+= ets->tc_tx_bw[i];
in mlx5e_dbcnl_validate_ets()
313
if (have_ets_tc &&
bw_sum
!= 100) {
in mlx5e_dbcnl_validate_ets()
314
if (
bw_sum
|| (!
bw_sum
&& !zero_sum_allowed))
in mlx5e_dbcnl_validate_ets()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc_qos.c
196
int
bw_sum
= 0;
in enetc_setup_tc_cbs()
local
242
bw_sum
+= enetc_get_cbs_bw(hw, prio_top);
in enetc_setup_tc_cbs()
245
if (
bw_sum
+ bw >= 100) {
in enetc_setup_tc_cbs()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc_qos.c
246
int
bw_sum
= 0;
in enetc_setup_tc_cbs()
local
292
bw_sum
+= enetc_get_cbs_bw(hw, prio_top);
in enetc_setup_tc_cbs()
295
if (
bw_sum
+ bw >= 100) {
in enetc_setup_tc_cbs()
Completed in 9 milliseconds