Home
last modified time | relevance | path

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

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