Home
last modified time | relevance | path

Searched refs:VIRTIO_NET_CTRL_MQ (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/virtio/
H A Dvirtio_net.h248 #define VIRTIO_NET_CTRL_MQ 4 macro
/openbmc/linux/include/uapi/linux/
H A Dvirtio_net.h294 #define VIRTIO_NET_CTRL_MQ 4 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_net.h295 #define VIRTIO_NET_CTRL_MQ 4 macro
/openbmc/qemu/net/
H A Dvhost-vdpa.c927 VIRTIO_NET_CTRL_MQ, in vhost_vdpa_net_load_rss()
958 VIRTIO_NET_CTRL_MQ, in vhost_vdpa_net_load_mq()
/openbmc/linux/drivers/net/
H A Dvirtio_net.c2636 if (!virtnet_send_command(vi, VIRTIO_NET_CTRL_MQ, in _virtnet_set_queues()
2988 if (!virtnet_send_command(vi, VIRTIO_NET_CTRL_MQ, in virtnet_commit_rss_command()
/openbmc/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c2053 case VIRTIO_NET_CTRL_MQ: in mlx5_cvq_kick_handler()
/openbmc/qemu/hw/net/
H A Dvirtio-net.c1573 } else if (ctrl.class == VIRTIO_NET_CTRL_MQ) { in virtio_net_handle_ctrl_iov()