Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/igc/
HDigc_i225.c957 scale_max = (ltr_max / 1024) < 1024 ? IGC_LTRMAXV_SCALE_1024 : in igc_set_ltr_i225()
960 ltr_max /= scale_max == IGC_LTRMAXV_SCALE_1024 ? 1024 : 32768; in igc_set_ltr_i225()
HDigc_defines.h1280 #define IGC_LTRMAXV_SCALE_1024 2 macro