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

/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_mbx.c188 u32 v2p_mailbox = IXGBE_READ_REG(hw, IXGBE_VFMAILBOX); local
190 v2p_mailbox |= hw->mbx.v2p_mailbox;
191 hw->mbx.v2p_mailbox |= v2p_mailbox & IXGBE_VFMAILBOX_R2C_BITS;
193 return v2p_mailbox;
206 u32 v2p_mailbox = ixgbe_read_v2p_mailbox(hw); local
209 if (v2p_mailbox & mask)
212 hw->mbx.v2p_mailbox &= ~mask;
H A Dixgbe_type.h4145 u32 v2p_mailbox; member in struct:ixgbe_mbx_info
/freebsd-12-stable/sys/dev/e1000/
H A De1000_mbx.c325 u32 v2p_mailbox = E1000_READ_REG(hw, E1000_V2PMAILBOX(0)); local
327 v2p_mailbox |= hw->dev_spec.vf.v2p_mailbox;
328 hw->dev_spec.vf.v2p_mailbox |= v2p_mailbox & E1000_V2PMAILBOX_R2C_BITS;
330 return v2p_mailbox;
343 u32 v2p_mailbox = e1000_read_v2p_mailbox(hw); local
346 if (v2p_mailbox & mask)
349 hw->dev_spec.vf.v2p_mailbox &= ~mask;
H A De1000_vf.h259 u32 v2p_mailbox; member in struct:e1000_dev_spec_vf
H A De1000_hw.h1017 u32 v2p_mailbox; member in struct:e1000_dev_spec_vf

Completed in 248 milliseconds