Home
last modified time | relevance | path

Searched refs:v2p_mailbox (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_mbx.c300 u32 v2p_mailbox = E1000_READ_REG(hw, E1000_V2PMAILBOX(0)); in e1000_read_v2p_mailbox() local
302 v2p_mailbox |= hw->dev_spec.vf.v2p_mailbox; in e1000_read_v2p_mailbox()
303 hw->dev_spec.vf.v2p_mailbox |= v2p_mailbox & E1000_V2PMAILBOX_R2C_BITS; in e1000_read_v2p_mailbox()
305 return v2p_mailbox; in e1000_read_v2p_mailbox()
318 u32 v2p_mailbox = e1000_read_v2p_mailbox(hw); in e1000_check_for_bit_vf() local
321 if (v2p_mailbox & mask) in e1000_check_for_bit_vf()
324 hw->dev_spec.vf.v2p_mailbox &= ~mask; in e1000_check_for_bit_vf()
H A De1000_vf.h228 u32 v2p_mailbox; member
H A De1000_hw.h973 u32 v2p_mailbox; member
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_mbx.c268 u32 v2p_mailbox = IXGBE_READ_REG(hw, IXGBE_VFMAILBOX); in ixgbe_read_v2p_mailbox() local
270 v2p_mailbox |= hw->mbx.v2p_mailbox; in ixgbe_read_v2p_mailbox()
271 hw->mbx.v2p_mailbox |= v2p_mailbox & IXGBE_VFMAILBOX_R2C_BITS; in ixgbe_read_v2p_mailbox()
273 return v2p_mailbox; in ixgbe_read_v2p_mailbox()
286 u32 v2p_mailbox = ixgbe_read_v2p_mailbox(hw); in ixgbe_check_for_bit_vf() local
289 if (v2p_mailbox & mask) in ixgbe_check_for_bit_vf()
292 hw->mbx.v2p_mailbox &= ~mask; in ixgbe_check_for_bit_vf()
H A Dixgbe_type.h4166 u32 v2p_mailbox; member
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_hw.h989 u32 v2p_mailbox; member