Searched refs:p2v_mailbox (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_mbx.c636 u32 p2v_mailbox; local
644 p2v_mailbox = IXGBE_READ_REG(hw, IXGBE_PFMAILBOX(vf_number));
645 if (p2v_mailbox & IXGBE_PFMAILBOX_PFU)
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_mbx.c647 u32 p2v_mailbox; local
658 p2v_mailbox = E1000_READ_REG(hw, E1000_P2VMAILBOX(vf_number));
659 if (p2v_mailbox & E1000_P2VMAILBOX_PFU) {

Completed in 47 milliseconds