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.c541 int64_t cvq_group; in vhost_vdpa_net_cvq_start() local
571 cvq_group = vhost_vdpa_get_vring_group(v->shared->device_fd, in vhost_vdpa_net_cvq_start()
574 if (unlikely(cvq_group < 0)) { in vhost_vdpa_net_cvq_start()
576 return cvq_group; in vhost_vdpa_net_cvq_start()
579 r = vhost_vdpa_set_address_space_id(v, cvq_group, VHOST_VDPA_NET_CVQ_ASID); in vhost_vdpa_net_cvq_start()
1598 int64_t cvq_group; in vhost_vdpa_probe_cvq_isolation() local
1632 cvq_group = vhost_vdpa_get_vring_group(device_fd, cvq_index, errp); in vhost_vdpa_probe_cvq_isolation()
1633 if (unlikely(cvq_group < 0)) { in vhost_vdpa_probe_cvq_isolation()
1634 if (cvq_group != -ENOTSUP) { in vhost_vdpa_probe_cvq_isolation()
1635 r = cvq_group; in vhost_vdpa_probe_cvq_isolation()
[all …]