Searched refs:IGC_WUFC_EXT_FLX8 (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c3593 wufc_ext |= (IGC_WUFC_EXT_FLX8 << (input->index - 8));
3646 if (!(wufc_ext & (IGC_WUFC_EXT_FLX8 << (i - 8))))
3762 wufc_ext &= ~(IGC_WUFC_EXT_FLX8 << (reg_index - 8));
H A Digc_defines.h61 #define IGC_WUFC_EXT_FLX8 BIT(8) /* Flexible Filter 8 Enable */ macro

Completed in 203 milliseconds