Searched refs:E1000_V2PMAILBOX_VFU (Results 1 – 4 of 4) sorted by relevance
11 #define E1000_V2PMAILBOX_VFU 0x00000004 /* VF owns the mailbox buffer */ macro
219 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()
467 #define E1000_V2PMAILBOX_VFU 0x00000004 /* VF owns the mailbox buffer */ macro
2426 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()