Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbevf/
A Dmbx.c116 u32 v2p_mailbox = IXGBE_READ_REG(hw, IXGBE_VFMAILBOX); in ixgbevf_read_v2p_mailbox() local
118 v2p_mailbox |= hw->mbx.v2p_mailbox; in ixgbevf_read_v2p_mailbox()
119 hw->mbx.v2p_mailbox |= v2p_mailbox & IXGBE_VFMAILBOX_R2C_BITS; in ixgbevf_read_v2p_mailbox()
121 return v2p_mailbox; in ixgbevf_read_v2p_mailbox()
134 u32 v2p_mailbox = ixgbevf_read_v2p_mailbox(hw); in ixgbevf_check_for_bit_vf() local
137 if (v2p_mailbox & mask) in ixgbevf_check_for_bit_vf()
140 hw->mbx.v2p_mailbox &= ~mask; in ixgbevf_check_for_bit_vf()
A Dvf.h99 u32 v2p_mailbox; member
/linux/drivers/net/ethernet/intel/igbvf/
A Dmbx.c121 u32 v2p_mailbox = er32(V2PMAILBOX(0)); in e1000_read_v2p_mailbox() local
123 v2p_mailbox |= hw->dev_spec.vf.v2p_mailbox; in e1000_read_v2p_mailbox()
124 hw->dev_spec.vf.v2p_mailbox |= v2p_mailbox & E1000_V2PMAILBOX_R2C_BITS; in e1000_read_v2p_mailbox()
126 return v2p_mailbox; in e1000_read_v2p_mailbox()
139 u32 v2p_mailbox = e1000_read_v2p_mailbox(hw); in e1000_check_for_bit_vf() local
142 if (v2p_mailbox & mask) in e1000_check_for_bit_vf()
145 hw->dev_spec.vf.v2p_mailbox &= ~mask; in e1000_check_for_bit_vf()
A Dvf.h213 u32 v2p_mailbox; member
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_type.h3622 u32 v2p_mailbox; member

Completed in 30 milliseconds