Searched refs:has_cvq (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/net/ |
H A D | vhost-vdpa.c | 401 bool has_cvq = v->dev->vq_index_end % 2; in vhost_vdpa_net_data_load() 403 if (has_cvq) { in vhost_vdpa_net_data_load() 1759 int *has_cvq, Error **errp) in vhost_vdpa_get_max_queue_pairs() 1767 *has_cvq = 1; in vhost_vdpa_get_max_queue_pairs() 1769 *has_cvq = 0; in vhost_vdpa_get_max_queue_pairs() 1801 int queue_pairs, r, i = 0, has_cvq = 0; in net_init_vhost_vdpa() 1837 &has_cvq, errp); in net_init_vhost_vdpa() 1869 if (has_cvq) { in net_init_vhost_vdpa() 397 bool has_cvq = v->dev->vq_index_end % 2; vhost_vdpa_net_data_load() local 1754 vhost_vdpa_get_max_queue_pairs(int fd,uint64_t features,int * has_cvq,Error ** errp) vhost_vdpa_get_max_queue_pairs() argument 1796 int queue_pairs, r, i = 0, has_cvq = 0; net_init_vhost_vdpa() local
|
/openbmc/linux/drivers/net/ |
H A D | virtio_net.c | 275 bool has_cvq; member 2642 if (!vi->has_cvq || !virtio_has_feature(vi->vdev, VIRTIO_NET_F_MQ)) in _virtnet_set_queues() 4176 if (vi->has_cvq) { in virtnet_find_vqs() 4198 if (vi->has_cvq) { in virtnet_find_vqs() 4229 if (vi->has_cvq) { in virtnet_alloc_queues() 4588 vi->has_cvq = true; in virtnet_probe()
|