Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/virtio/
H A Dvirtio_net.h177 #define VIRTIO_NET_CTRL_RX 0 macro
/openbmc/linux/include/uapi/linux/
H A Dvirtio_net.h231 #define VIRTIO_NET_CTRL_RX 0 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_net.h232 #define VIRTIO_NET_CTRL_RX 0 macro
/openbmc/qemu/net/
H A Dvhost-vdpa.c1040 VIRTIO_NET_CTRL_RX, cmd, &data, 1); in vhost_vdpa_net_load_rx_mode()
1396 hdr_ptr->class = VIRTIO_NET_CTRL_RX; in vhost_vdpa_net_excessive_mac_filter_cvq_add()
/openbmc/linux/drivers/net/
H A Dvirtio_net.c2709 if (!virtnet_send_command(vi, VIRTIO_NET_CTRL_RX, in virtnet_set_rx_mode()
2716 if (!virtnet_send_command(vi, VIRTIO_NET_CTRL_RX, in virtnet_set_rx_mode()
/openbmc/qemu/hw/net/
H A Dvirtio-net.c1570 } else if (ctrl.class == VIRTIO_NET_CTRL_RX) { in virtio_net_handle_ctrl_iov()