Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igc/
H A Digc_defines.h63 #define IGC_WUFC_EXT_FLX8 BIT(8) /* Flexible Filter 8 Enable */ macro
H A Digc_main.c3595 wufc_ext |= (IGC_WUFC_EXT_FLX8 << (input->index - 8)); in igc_write_flex_filter_ll()
3648 if (!(wufc_ext & (IGC_WUFC_EXT_FLX8 << (i - 8)))) in igc_find_avail_flex_filter_slot()
3764 wufc_ext &= ~(IGC_WUFC_EXT_FLX8 << (reg_index - 8)); in igc_del_flex_filter()