Searched refs:pf_mailbox (Results 1 – 1 of 1) sorted by relevance
862 u32 pf_mailbox; in ixgbe_obtain_mbx_lock_pf() local871 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() local913 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 …]