Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Dmbx.h14 #define E1000_V2PMAILBOX_PFACK 0x00000020 /* PF ack the previous VF msg */ macro
H A Dmbx.c179 if (!e1000_check_for_bit_vf(hw, E1000_V2PMAILBOX_PFACK)) { in e1000_check_for_ack_vf()
/openbmc/qemu/hw/net/
H A Digb_regs.h470 #define E1000_V2PMAILBOX_PFACK 0x00000020 /* PF ack the previous VF msg */ macro
H A Digb_core.c2410 core->mac[V2PMAILBOX0 + vfn] |= E1000_V2PMAILBOX_PFACK; in igb_set_pfmailbox()
2890 core->mac[index] &= ~(E1000_V2PMAILBOX_PFSTS | E1000_V2PMAILBOX_PFACK | in igb_mac_vfmailbox_read()