Searched refs:qdev_prop_set_macaddr (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/hw/ |
H A D | qdev-properties.h | 200 void qdev_prop_set_macaddr(DeviceState *dev, const char *name,
|
/openbmc/qemu/hw/core/ |
H A D | qdev-properties-system.c | 395 void qdev_prop_set_macaddr(DeviceState *dev, const char *name, in qdev_prop_set_macaddr() function 564 qdev_prop_set_macaddr(dev, "mac", nd->macaddr.a); in qdev_set_nic_properties()
|
/openbmc/qemu/hw/m68k/ |
H A D | q800.c | 398 qdev_prop_set_macaddr(dev, "mac", mac.a); in q800_machine_init()
|
/openbmc/qemu/hw/arm/ |
H A D | stellaris.c | 1313 qdev_prop_set_macaddr(enet, "mac", mac.a); in stellaris_init()
|
/openbmc/qemu/hw/sparc/ |
H A D | sun4m.c | 329 qdev_prop_set_macaddr(DEVICE(lance), "mac", mac->a); in sparc32_dma_init()
|