Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dmbx.c139 u32 v2p_mailbox = IXGBE_READ_REG(hw, IXGBE_VFMAILBOX); in ixgbevf_read_v2p_mailbox() local
141 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() local
160 if (v2p_mailbox & mask) in ixgbevf_check_for_bit_vf()
163 hw->mbx.v2p_mailbox &= ~mask; in ixgbevf_check_for_bit_vf()
Dvf.h122 u32 v2p_mailbox; member
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Dmbx.c144 u32 v2p_mailbox = er32(V2PMAILBOX(0)); in e1000_read_v2p_mailbox() local
146 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() local
165 if (v2p_mailbox & mask) in e1000_check_for_bit_vf()
168 hw->dev_spec.vf.v2p_mailbox &= ~mask; in e1000_check_for_bit_vf()
Dvf.h234 u32 v2p_mailbox; member
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h3436 u32 v2p_mailbox; member