Searched refs:v2p_mailbox (Results 1 – 5 of 5) sorted by relevance
116 u32 v2p_mailbox = IXGBE_READ_REG(hw, IXGBE_VFMAILBOX); in ixgbevf_read_v2p_mailbox() local118 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() local137 if (v2p_mailbox & mask) in ixgbevf_check_for_bit_vf()140 hw->mbx.v2p_mailbox &= ~mask; in ixgbevf_check_for_bit_vf()
102 u32 v2p_mailbox; member
121 u32 v2p_mailbox = er32(V2PMAILBOX(0)); in e1000_read_v2p_mailbox() local123 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() local142 if (v2p_mailbox & mask) in e1000_check_for_bit_vf()145 hw->dev_spec.vf.v2p_mailbox &= ~mask; in e1000_check_for_bit_vf()
213 u32 v2p_mailbox; member
3625 u32 v2p_mailbox; member