Home
last modified time | relevance | path

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

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