Home
last modified time | relevance | path

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

/qemu/net/
H A Dvhost-vdpa.c190 int queue_pair_index, int nvqs) in vhost_vdpa_add() argument
1656 int queue_pair_index, in net_vhost_vdpa_init() argument
1676 queue_pair_index * 2, in net_vhost_vdpa_init()
1688 s->vhost_vdpa.index = queue_pair_index; in net_vhost_vdpa_init()
1692 if (queue_pair_index == 0) { in net_vhost_vdpa_init()
1713 if (queue_pair_index != 0) { in net_vhost_vdpa_init()
1717 ret = vhost_vdpa_add(nc, (void *)&s->vhost_vdpa, queue_pair_index, nvqs); in net_vhost_vdpa_init()