Searched refs:E1000_V2PMAILBOX_PFU (Results 1 – 3 of 3) sorted by relevance
12 #define E1000_V2PMAILBOX_PFU 0x00000008 /* PF owns the mailbox buffer */ macro
468 #define E1000_V2PMAILBOX_PFU 0x00000008 /* PF owns the mailbox buffer */ macro
2418 core->mac[V2PMAILBOX0 + vfn] |= E1000_V2PMAILBOX_PFU; in igb_set_pfmailbox()2422 core->mac[V2PMAILBOX0 + vfn] &= ~E1000_V2PMAILBOX_PFU; in igb_set_pfmailbox()2450 if (!(core->mac[index] & E1000_V2PMAILBOX_PFU)) { in igb_set_vfmailbox()