Home
last modified time | relevance | path

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

/qemu/include/standard-headers/linux/
A Dvirtio_net.h50 #define VIRTIO_NET_F_CTRL_VQ 17 /* Control channel available */ macro
/qemu/net/
A Dvhost-vdpa.c73 VIRTIO_NET_F_CTRL_VQ,
118 BIT_ULL(VIRTIO_NET_F_CTRL_VQ) |
327 cvq = virtio_vdev_has_feature(vdev, VIRTIO_NET_F_CTRL_VQ) ? in vhost_vdpa_net_log_global_enable()
1761 if (features & (1 << VIRTIO_NET_F_CTRL_VQ)) { in vhost_vdpa_get_max_queue_pairs()
/qemu/hw/net/
A Dvirtio-net.c258 virtio_vdev_has_feature(vdev, VIRTIO_NET_F_CTRL_VQ)) { in virtio_net_announce()
268 int cvq = virtio_vdev_has_feature(vdev, VIRTIO_NET_F_CTRL_VQ) ? in virtio_net_vhost_status()
820 if (!virtio_has_feature(vdev->backend_features, VIRTIO_NET_F_CTRL_VQ)) { in virtio_net_get_features()
3124 virtio_vdev_has_feature(vdev, VIRTIO_NET_F_CTRL_VQ)) { in virtio_net_post_load_device()
3416 if (!virtio_vdev_has_feature(vdev, VIRTIO_NET_F_CTRL_VQ)) { in virtio_net_guest_notifier_pending()
3448 if (!virtio_vdev_has_feature(vdev, VIRTIO_NET_F_CTRL_VQ)) { in virtio_net_guest_notifier_mask()
4017 VIRTIO_NET_F_CTRL_VQ, true),
/qemu/hw/virtio/
A Dvirtio-qmp.c274 FEATURE_ENTRY(VIRTIO_NET_F_CTRL_VQ, \

Completed in 30 milliseconds