Home
last modified time | relevance | path

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

/src/sys/dev/ixgbe/
H A Dixgbe_mbx.c862 u32 pf_mailbox; in ixgbe_obtain_mbx_lock_pf() local
871 pf_mailbox = IXGBE_READ_REG(hw, IXGBE_PFMAILBOX(vf_id)); in ixgbe_obtain_mbx_lock_pf()
874 if (pf_mailbox & IXGBE_PFMAILBOX_PFU) in ixgbe_obtain_mbx_lock_pf()
877 pf_mailbox |= IXGBE_PFMAILBOX_PFU; in ixgbe_obtain_mbx_lock_pf()
878 IXGBE_WRITE_REG(hw, IXGBE_PFMAILBOX(vf_id), pf_mailbox); in ixgbe_obtain_mbx_lock_pf()
881 pf_mailbox = IXGBE_READ_REG(hw, IXGBE_PFMAILBOX(vf_id)); in ixgbe_obtain_mbx_lock_pf()
882 if (pf_mailbox & IXGBE_PFMAILBOX_PFU) { in ixgbe_obtain_mbx_lock_pf()
908 u32 pf_mailbox; in ixgbe_release_mbx_lock_pf() local
913 pf_mailbox = IXGBE_READ_REG(hw, IXGBE_PFMAILBOX(vf_id)); in ixgbe_release_mbx_lock_pf()
914 pf_mailbox &= ~IXGBE_PFMAILBOX_PFU; in ixgbe_release_mbx_lock_pf()
[all …]