OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scale_max
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/igc/
igc_i225.c
899
uint32_t tw_system, ltrc, ltrv, ltr_min, ltr_max, scale_min,
scale_max
;
local
964
scale_max
= (ltr_max / 1024) < 1024 ? IGC_LTRMAXV_SCALE_1024 :
967
ltr_max /=
scale_max
== IGC_LTRMAXV_SCALE_1024 ? 1024 : 32768;
igc_i225.c
899
uint32_t tw_system, ltrc, ltrv, ltr_min, ltr_max, scale_min,
scale_max
;
local
964
scale_max
= (ltr_max / 1024) < 1024 ? IGC_LTRMAXV_SCALE_1024 :
967
ltr_max /=
scale_max
== IGC_LTRMAXV_SCALE_1024 ? 1024 : 32768;
Completed in 26 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026