Home
last modified time | relevance | path

Searched refs:E1000_P2VMAILBOX_PFU (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/igb/
De1000_mbx.c328 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()
De1000_mbx.h12 #define E1000_P2VMAILBOX_PFU 0x00000008 /* PF owns the mailbox buffer */ macro