Home
last modified time | relevance | path

Searched refs:NPCMGMACState (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/net/
H A Dnpcm_gmac.c136 static void npcm_gmac_soft_reset(NPCMGMACState *gmac) in npcm_gmac_soft_reset()
175 static void gmac_update_irq(NPCMGMACState *gmac) in gmac_update_irq()
508 static void gmac_try_send_next_packet(NPCMGMACState *gmac) in gmac_try_send_next_packet()
649 NPCMGMACState *gmac = qemu_get_nic_opaque(nc); in gmac_set_link()
703 NPCMGMACState *gmac = opaque; in npcm_gmac_read()
726 NPCMGMACState *gmac = opaque; in npcm_gmac_write()
847 NPCMGMACState *gmac = NPCM_GMAC(dev); in npcm_gmac_reset()
878 NPCMGMACState *gmac = NPCM_GMAC(dev); in npcm_gmac_realize()
901 NPCMGMACState *gmac = NPCM_GMAC(dev); in npcm_gmac_unrealize()
917 DEFINE_NIC_PROPERTIES(NPCMGMACState, conf),
[all …]
/openbmc/qemu/include/hw/net/
H A Dnpcm_gmac.h157 typedef struct NPCMGMACState { struct
168 } NPCMGMACState; argument
171 OBJECT_DECLARE_SIMPLE_TYPE(NPCMGMACState, NPCM_GMAC)
/openbmc/qemu/include/hw/arm/
H A Dnpcm7xx.h108 NPCMGMACState gmac[2];