Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_defines.h687 #define IGC_LTRMAXV_LTRV_MASK 0x000003FF /* LTR maximum value */ macro
H A Digc_i225.c634 if (ltr_max != (ltrv & IGC_LTRMAXV_LTRV_MASK)) { in igc_set_ltr_i225()