Searched refs:v2p_mailbox (Results 1 – 5 of 5) sorted by relevance
139 u32 v2p_mailbox = IXGBE_READ_REG(hw, IXGBE_VFMAILBOX); in ixgbevf_read_v2p_mailbox() local141 v2p_mailbox |= hw->mbx.v2p_mailbox; in ixgbevf_read_v2p_mailbox()142 hw->mbx.v2p_mailbox |= v2p_mailbox & IXGBE_VFMAILBOX_R2C_BITS; in ixgbevf_read_v2p_mailbox()144 return v2p_mailbox; in ixgbevf_read_v2p_mailbox()157 u32 v2p_mailbox = ixgbevf_read_v2p_mailbox(hw); in ixgbevf_check_for_bit_vf() local160 if (v2p_mailbox & mask) in ixgbevf_check_for_bit_vf()163 hw->mbx.v2p_mailbox &= ~mask; in ixgbevf_check_for_bit_vf()
122 u32 v2p_mailbox; member
144 u32 v2p_mailbox = er32(V2PMAILBOX(0)); in e1000_read_v2p_mailbox() local146 v2p_mailbox |= hw->dev_spec.vf.v2p_mailbox; in e1000_read_v2p_mailbox()147 hw->dev_spec.vf.v2p_mailbox |= v2p_mailbox & E1000_V2PMAILBOX_R2C_BITS; in e1000_read_v2p_mailbox()149 return v2p_mailbox; in e1000_read_v2p_mailbox()162 u32 v2p_mailbox = e1000_read_v2p_mailbox(hw); in e1000_check_for_bit_vf() local165 if (v2p_mailbox & mask) in e1000_check_for_bit_vf()168 hw->dev_spec.vf.v2p_mailbox &= ~mask; in e1000_check_for_bit_vf()
234 u32 v2p_mailbox; member
3436 u32 v2p_mailbox; member