Home
last modified time | relevance | path

Searched refs:E1000_V2PMAILBOX_PFU (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Dmbx.h12 #define E1000_V2PMAILBOX_PFU 0x00000008 /* PF owns the mailbox buffer */ macro
/openbmc/qemu/hw/net/
H A Digb_regs.h468 #define E1000_V2PMAILBOX_PFU 0x00000008 /* PF owns the mailbox buffer */ macro
H A Digb_core.c2438 core->mac[V2PMAILBOX0 + vfn] |= E1000_V2PMAILBOX_PFU; in igb_set_pfmailbox()
2442 core->mac[V2PMAILBOX0 + vfn] &= ~E1000_V2PMAILBOX_PFU; in igb_set_pfmailbox()
2470 if (!(core->mac[index] & E1000_V2PMAILBOX_PFU)) { in igb_set_vfmailbox()