Searched refs:TXGBE_MBCTL_PFU (Results 1 – 2 of 2) sorted by relevance
223 wr32(hw, TXGBE_MBCTL(vf_number), TXGBE_MBCTL_PFU); in txgbe_obtain_mbx_lock_pf()227 if (p2v_mailbox & TXGBE_MBCTL_PFU) in txgbe_obtain_mbx_lock_pf()
1241 #define TXGBE_MBCTL_PFU MS(3, 0x1) /* PF owns the mailbox buffer */ macro