Searched refs:TXGBE_MBVFICR (Results 1 – 2 of 2) sorted by relevance
123 u32 mbvficr = rd32(hw, TXGBE_MBVFICR(index)); in txgbe_check_for_bit_pf()128 wr32(hw, TXGBE_MBVFICR(index), mask); in txgbe_check_for_bit_pf()
1243 #define TXGBE_MBVFICR(i) (0x000480 + 4 * (i)) /* 0-3 */ macro