Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dvhost-vdpa.c190 int queue_pair_index, int nvqs) in vhost_vdpa_add() argument
1675 int queue_pair_index, in net_vhost_vdpa_init() argument
1695 queue_pair_index * 2, in net_vhost_vdpa_init()
1707 s->vhost_vdpa.index = queue_pair_index; in net_vhost_vdpa_init()
1711 if (queue_pair_index == 0) { in net_vhost_vdpa_init()
1730 if (queue_pair_index != 0) { in net_vhost_vdpa_init()
1734 ret = vhost_vdpa_add(nc, (void *)&s->vhost_vdpa, queue_pair_index, nvqs); in net_vhost_vdpa_init()