Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dtulip.c21 struct TULIPState { struct
52 VMSTATE_PCI_DEVICE(dev, TULIPState), argument
458 static void tulip_mii(TULIPState *s) in tulip_mii()
535 TULIPState *s = opaque; in tulip_read()
667 static uint32_t tulip_ts(TULIPState *s) in tulip_ts()
722 static void tulip_reset(TULIPState *s) in tulip_reset()
744 TULIPState *s = TULIP(d); in tulip_qdev_reset()
752 TULIPState *s = opaque; in tulip_write()
962 TULIPState *s = DO_UPCAST(TULIPState, dev, pci_dev); in pci_tulip_realize()
993 TULIPState *s = DO_UPCAST(TULIPState, dev, pci_dev); in pci_tulip_exit()
[all …]
H A Dtulip.h9 OBJECT_DECLARE_SIMPLE_TYPE(TULIPState, TULIP)