Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_mbx.c530 u32 mbvficr = IXGBE_READ_REG(hw, IXGBE_MBVFICR(index)); in ixgbe_check_for_bit_pf()
535 IXGBE_WRITE_REG(hw, IXGBE_MBVFICR(index), mask); in ixgbe_check_for_bit_pf()
H A Dixgbe_type.h2903 #define IXGBE_MBVFICR(_i) (0x00710 + ((_i) * 4)) macro