Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_mbx.c529 u32 mbvficr = IXGBE_READ_REG(hw, IXGBE_MBVFICR(index)); in ixgbe_check_for_bit_pf()
534 IXGBE_WRITE_REG(hw, IXGBE_MBVFICR(index), mask); in ixgbe_check_for_bit_pf()
H A Dixgbe_type.h2714 #define IXGBE_MBVFICR(_i) (0x00710 + ((_i) * 4)) macro