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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_mbx.c298 u32 v2p_mailbox = IXGBE_READ_REG(hw, IXGBE_VFMAILBOX); local
300 v2p_mailbox |= hw->mbx.v2p_mailbox;
301 hw->mbx.v2p_mailbox |= v2p_mailbox & IXGBE_VFMAILBOX_R2C_BITS;
303 return v2p_mailbox;
316 u32 v2p_mailbox = ixgbe_read_v2p_mailbox(hw); local
319 if (v2p_mailbox & mask)
322 hw->mbx.v2p_mailbox &= ~mask;
H A Dixgbe_type.h3877 u32 v2p_mailbox; member in struct:ixgbe_mbx_info
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_mbx.c324 u32 v2p_mailbox = E1000_READ_REG(hw, E1000_V2PMAILBOX(0)); local
326 v2p_mailbox |= hw->dev_spec.vf.v2p_mailbox;
327 hw->dev_spec.vf.v2p_mailbox |= v2p_mailbox & E1000_V2PMAILBOX_R2C_BITS;
329 return v2p_mailbox;
342 u32 v2p_mailbox = e1000_read_v2p_mailbox(hw); local
345 if (v2p_mailbox & mask)
348 hw->dev_spec.vf.v2p_mailbox &= ~mask;
H A De1000_vf.h258 u32 v2p_mailbox; member in struct:e1000_dev_spec_vf
H A De1000_hw.h992 u32 v2p_mailbox; member in struct:e1000_dev_spec_vf

Completed in 196 milliseconds