Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Digb_regs.h468 #define E1000_V2PMAILBOX_PFU 0x00000008 /* PF owns the mailbox buffer */ macro
H A Digb_core.c2420 core->mac[V2PMAILBOX0 + vfn] |= E1000_V2PMAILBOX_PFU; in igb_set_pfmailbox()
2424 core->mac[V2PMAILBOX0 + vfn] &= ~E1000_V2PMAILBOX_PFU; in igb_set_pfmailbox()
2452 if (!(core->mac[index] & E1000_V2PMAILBOX_PFU)) { in igb_set_vfmailbox()