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