Home
last modified time | relevance | path

Searched refs:mbvficr (Results 1 – 3 of 3) 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() local
126 if (mbvficr & mask) { in txgbe_check_for_bit_pf()
/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_mbx.c542 u32 mbvficr = E1000_READ_REG(hw, E1000_MBVFICR); in e1000_check_for_bit_pf() local
545 if (mbvficr & mask) { in e1000_check_for_bit_pf()
/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() local
502 if (mbvficr & mask) { in ixgbe_check_for_bit_pf()