Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A De1000_mbx.h43 #define E1000_V2PMAILBOX_VFU 0x00000004 /* VF owns the mailbox buffer */ macro
H A De1000_mbx.c439 E1000_WRITE_REG(hw, E1000_V2PMAILBOX(0), E1000_V2PMAILBOX_VFU); in e1000_obtain_mbx_lock_vf()
442 if (e1000_read_v2p_mailbox(hw) & E1000_V2PMAILBOX_VFU) { in e1000_obtain_mbx_lock_vf()