Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_mbx.c123 u32 mbvficr = rd32(hw, TXGBE_MBVFICR(index)); in txgbe_check_for_bit_pf()
128 wr32(hw, TXGBE_MBVFICR(index), mask); in txgbe_check_for_bit_pf()
H A Dtxgbe_regs.h1243 #define TXGBE_MBVFICR(i) (0x000480 + 4 * (i)) /* 0-3 */ macro