Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Dmbx.h11 #define E1000_V2PMAILBOX_VFU 0x00000004 /* VF owns the mailbox buffer */ macro
H A Dmbx.c219 ew32(V2PMAILBOX(0), E1000_V2PMAILBOX_VFU); in e1000_obtain_mbx_lock_vf()
222 if (e1000_read_v2p_mailbox(hw) & E1000_V2PMAILBOX_VFU) { in e1000_obtain_mbx_lock_vf()
/openbmc/qemu/hw/net/
H A Digb_regs.h467 #define E1000_V2PMAILBOX_VFU 0x00000004 /* VF owns the mailbox buffer */ macro
H A Digb_core.c2426 core->mac[V2PMAILBOX0 + vfn] &= ~E1000_V2PMAILBOX_VFU; in igb_set_pfmailbox()
2449 if (val & E1000_V2PMAILBOX_VFU) { in igb_set_vfmailbox()
2451 core->mac[index] |= E1000_V2PMAILBOX_VFU; in igb_set_vfmailbox()
2455 core->mac[index] &= ~E1000_V2PMAILBOX_VFU; in igb_set_vfmailbox()