Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dvhost-vdpa.c1806 int queue_pairs, r, i = 0, has_cvq = 0; in net_init_vhost_vdpa() local
1841 queue_pairs = vhost_vdpa_get_max_queue_pairs(vdpa_device_fd, features, in net_init_vhost_vdpa()
1843 if (queue_pairs <= 0) { in net_init_vhost_vdpa()
1858 ncs = g_malloc0(sizeof(*ncs) * queue_pairs); in net_init_vhost_vdpa()
1860 for (i = 0; i < queue_pairs; i++) { in net_init_vhost_vdpa()