Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_i225.c956 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()
H A Digc_defines.h1261 #define IGC_LTRMAXV_SCALE_1024 2 macro