Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_i225.c1070 scale_max = (ltr_max / 1024) < 1024 ? IGC_LTRMAXV_SCALE_1024 : in igc_set_ltr_i225()
1073 ltr_max /= scale_max == IGC_LTRMAXV_SCALE_1024 ? 1024 : 32768; in igc_set_ltr_i225()
H A Digc_regs.h711 #define IGC_LTRMAXV_SCALE_1024 0x02 macro