Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/virtio/
H A Dvirtio_net.h177 #define VIRTIO_NET_CTRL_RX 0 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_net.h265 #define VIRTIO_NET_CTRL_RX 0
232 #define VIRTIO_NET_CTRL_RX global() macro
/openbmc/qemu/net/
H A Dvhost-vdpa.c1047 VIRTIO_NET_CTRL_RX, cmd, &data, 1); in vhost_vdpa_net_load_rx_mode()
1404 hdr_ptr->class = VIRTIO_NET_CTRL_RX; in vhost_vdpa_net_excessive_mac_filter_cvq_add()
/openbmc/qemu/hw/net/
H A Dvirtio-net.c1573 } else if (ctrl.class == VIRTIO_NET_CTRL_RX) { in virtio_net_can_receive()