Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dvhost-vdpa.c48 bool cvq_isolated; member
567 if (!s->cvq_isolated) { in vhost_vdpa_net_cvq_start()
1688 int cvq_isolated = 0; in net_vhost_vdpa_init() local
1694 cvq_isolated = vhost_vdpa_probe_cvq_isolation(vdpa_device_fd, features, in net_vhost_vdpa_init()
1697 if (unlikely(cvq_isolated < 0)) { in net_vhost_vdpa_init()
1728 s->cvq_isolated = cvq_isolated; in net_vhost_vdpa_init()