Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/virtio/
H A Dvirtio-net.h56 char *duplex_str; member
/openbmc/qemu/hw/net/
H A Dvirtio-net.c3645 if (n->net_conf.duplex_str) { in virtio_net_device_realize()
3646 if (strncmp(n->net_conf.duplex_str, "half", 5) == 0) { in virtio_net_device_realize()
3648 } else if (strncmp(n->net_conf.duplex_str, "full", 5) == 0) { in virtio_net_device_realize()
4052 DEFINE_PROP_STRING("duplex", VirtIONet, net_conf.duplex_str),