OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:link_percentage
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
ixgbe_dcb.c
110
u16
link_percentage
= 0;
local in function:ixgbe_dcb_calculate_tc_credits_cee
126
link_percentage
= p->bwg_percent;
128
link_percentage
= (
link_percentage
* bw_percent) / 100;
130
if (
link_percentage
&&
link_percentage
< min_percent)
131
min_percent =
link_percentage
;
149
link_percentage
= p->bwg_percent;
151
link_percentage
= (
link_percentage
* bw_percent) / 100
[
all
...]
ixgbe_dcb.c
110
u16
link_percentage
= 0;
local in function:ixgbe_dcb_calculate_tc_credits_cee
126
link_percentage
= p->bwg_percent;
128
link_percentage
= (
link_percentage
* bw_percent) / 100;
130
if (
link_percentage
&&
link_percentage
< min_percent)
131
min_percent =
link_percentage
;
149
link_percentage
= p->bwg_percent;
151
link_percentage
= (
link_percentage
* bw_percent) / 100
[
all
...]
Completed in 21 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025