Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/igc/
Digc_defines.h61 #define IGC_WUFC_EXT_FLX8 BIT(8) /* Flexible Filter 8 Enable */ macro
Digc_main.c3377 wufc_ext |= (IGC_WUFC_EXT_FLX8 << (input->index - 8)); in igc_write_flex_filter_ll()
3430 if (!(wufc_ext & (IGC_WUFC_EXT_FLX8 << (i - 8)))) in igc_find_avail_flex_filter_slot()
3544 wufc_ext &= ~(IGC_WUFC_EXT_FLX8 << (reg_index - 8)); in igc_del_flex_filter()