Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dvhost-vdpa.c546 int64_t cvq_group; in vhost_vdpa_net_cvq_start()
576 cvq_group = vhost_vdpa_get_vring_group(v->shared->device_fd, in vhost_vdpa_net_cvq_start()
579 if (unlikely(cvq_group < 0)) { in vhost_vdpa_net_cvq_start()
581 return cvq_group; in vhost_vdpa_net_cvq_start()
584 r = vhost_vdpa_set_address_space_id(v, cvq_group, VHOST_VDPA_NET_CVQ_ASID); in vhost_vdpa_net_cvq_start()
1603 int64_t cvq_group; in vhost_vdpa_probe_cvq_isolation()
1637 cvq_group = vhost_vdpa_get_vring_group(device_fd, cvq_index, errp); in vhost_vdpa_probe_cvq_isolation()
1638 if (unlikely(cvq_group < 0)) { in vhost_vdpa_probe_cvq_isolation()
1639 if (cvq_group != -ENOTSUP) { in vhost_vdpa_probe_cvq_isolation()
1640 r = cvq_group; in vhost_vdpa_probe_cvq_isolation()
541 int64_t cvq_group; vhost_vdpa_net_cvq_start() local
1598 int64_t cvq_group; vhost_vdpa_probe_cvq_isolation() local
[all...]