Home
last modified time | relevance | path

Searched refs:scale_max (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_i225.c888 u32 tw_system, ltrc, ltrv, ltr_min, ltr_max, scale_min, scale_max; in igc_set_ltr_i225() local
956 scale_max = (ltr_max / 1024) < 1024 ? IGC_LTRMAXV_SCALE_1024 : in igc_set_ltr_i225()
959 ltr_max /= scale_max == IGC_LTRMAXV_SCALE_1024 ? 1024 : 32768; in igc_set_ltr_i225()