Searched refs:E1000_P2VMAILBOX_PFU (Results 1 – 2 of 2) sorted by relevance
328 wr32(E1000_P2VMAILBOX(vf_number), E1000_P2VMAILBOX_PFU); in igb_obtain_mbx_lock_pf()332 if (p2v_mailbox & E1000_P2VMAILBOX_PFU) { in igb_obtain_mbx_lock_pf()355 if (p2v_mailbox & E1000_P2VMAILBOX_PFU) in igb_release_mbx_lock_pf()357 p2v_mailbox & ~E1000_P2VMAILBOX_PFU); in igb_release_mbx_lock_pf()433 E1000_P2VMAILBOX_ACK | E1000_P2VMAILBOX_PFU); in igb_read_mbx_pf()
12 #define E1000_P2VMAILBOX_PFU 0x00000008 /* PF owns the mailbox buffer */ macro