Searched refs:E1000_P2VMAILBOX_VFU (Results 1 – 3 of 3) sorted by relevance
11 #define E1000_P2VMAILBOX_VFU 0x00000004 /* VF owns the mailbox buffer */ macro
344 #define E1000_P2VMAILBOX_VFU 0x00000004 /* VF owns the mailbox buffer */ macro
2416 if (!(core->mac[index] & E1000_P2VMAILBOX_VFU)) { in igb_set_pfmailbox()2452 core->mac[P2VMAILBOX0 + vfn] |= E1000_P2VMAILBOX_VFU; in igb_set_vfmailbox()2456 core->mac[P2VMAILBOX0 + vfn] &= ~E1000_P2VMAILBOX_VFU; in igb_set_vfmailbox()