Searched refs:IGC_WUFC_EXT_FLX8 (Results 1 – 2 of 2) sorted by relevance
61 #define IGC_WUFC_EXT_FLX8 BIT(8) /* Flexible Filter 8 Enable */ macro
3499 wufc_ext |= (IGC_WUFC_EXT_FLX8 << (input->index - 8)); in igc_write_flex_filter_ll()3552 if (!(wufc_ext & (IGC_WUFC_EXT_FLX8 << (i - 8)))) in igc_find_avail_flex_filter_slot()3666 wufc_ext &= ~(IGC_WUFC_EXT_FLX8 << (reg_index - 8)); in igc_del_flex_filter()