Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_mbx.c223 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()
H A Dtxgbe_regs.h1241 #define TXGBE_MBCTL_PFU MS(3, 0x1) /* PF owns the mailbox buffer */ macro