Searched refs:IXGBE_MBVFICR (Results 1 – 2 of 2) sorted by relevance
213 u32 mbvficr = IXGBE_READ_REG(hw, IXGBE_MBVFICR(index)); in ixgbe_check_for_bit_pf()216 IXGBE_WRITE_REG(hw, IXGBE_MBVFICR(index), mask); in ixgbe_check_for_bit_pf()
2527 #define IXGBE_MBVFICR(_i) (0x00710 + ((_i) * 4)) macro