Home
last modified time | relevance | path

Searched refs:E1000_MBVFICR_VFACK_VF1 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_mbx.h18 #define E1000_MBVFICR_VFACK_VF1 0x00010000 /* bit for VF 1 ack */ macro
H A De1000_mbx.c285 if (!igb_check_for_bit_pf(hw, E1000_MBVFICR_VFACK_VF1 << vf_number)) { in igb_check_for_ack_pf()
/openbmc/qemu/hw/net/
H A Digb_regs.h351 #define E1000_MBVFICR_VFACK_VF1 0x00010000 /* bit for VF 1 ack */ macro
H A Digb_core.c2427 core->mac[MBVFICR] &= ~((E1000_MBVFICR_VFACK_VF1 << vfn) | in igb_set_pfmailbox()
2444 core->mac[MBVFICR] |= E1000_MBVFICR_VFACK_VF1 << vfn; in igb_set_vfmailbox()