Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_mbx.c499 u32 mbvficr = IXGBE_READ_REG(hw, IXGBE_MBVFICR(index)); in ixgbe_check_for_bit_pf()
504 IXGBE_WRITE_REG(hw, IXGBE_MBVFICR(index), mask); in ixgbe_check_for_bit_pf()
H A Dixgbe_type.h2870 #define IXGBE_MBVFICR(_i) (0x00710 + ((_i) * 4)) macro