Searched refs:IGC_TTQF (Results 1 – 2 of 2) sorted by relevance
237 IGC_WRITE_REG(hw, IGC_TTQF(index), ttqf); in igc_enable_tuple_filter()248 IGC_WRITE_REG(hw, IGC_TTQF(index), IGC_TTQF_DISABLE_MASK); in igc_disable_tuple_filter()
610 #define IGC_TTQF(_n) (0x059E0 + (4 * (_n))) /* 2-tuple Queue Fltr */ macro