Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dvhost_net.c80 NetClientState *ncs, int data_queue_pairs, int nvhosts) in vhost_net_disable_notifiers_nvhosts() argument
96 if (i < data_queue_pairs) { in vhost_net_disable_notifiers_nvhosts()
122 if (i < data_queue_pairs) { in vhost_net_disable_notifiers_nvhosts()
139 NetClientState *ncs, int data_queue_pairs, int cvq) in vhost_net_enable_notifiers() argument
143 int nvhosts = data_queue_pairs + cvq; in vhost_net_enable_notifiers()
171 if (i < data_queue_pairs) { in vhost_net_enable_notifiers()
198 vhost_net_disable_notifiers_nvhosts(dev, ncs, data_queue_pairs, i); in vhost_net_enable_notifiers()
215 NetClientState *ncs, int data_queue_pairs, int cvq) in vhost_net_disable_notifiers() argument
217 vhost_net_disable_notifiers_nvhosts(dev, ncs, data_queue_pairs, in vhost_net_disable_notifiers()
218 data_queue_pairs + cvq); in vhost_net_disable_notifiers()
[all …]
H A Dvhost_net-stub.c35 int data_queue_pairs, int cvq) in vhost_net_start() argument
41 int data_queue_pairs, int cvq) in vhost_net_stop() argument
/openbmc/qemu/include/net/
H A Dvhost_net.h30 int data_queue_pairs, int cvq);
32 int data_queue_pairs, int cvq);
/openbmc/qemu/net/
H A Dvhost-vdpa.c343 int data_queue_pairs, cvq, r; in vhost_vdpa_net_log_global_enable() local
356 data_queue_pairs = n->multiqueue ? n->max_queue_pairs : 1; in vhost_vdpa_net_log_global_enable()
366 vhost_net_stop(vdev, n->nic->ncs, data_queue_pairs, cvq); in vhost_vdpa_net_log_global_enable()
369 r = vhost_net_start(vdev, n->nic->ncs, data_queue_pairs, cvq); in vhost_vdpa_net_log_global_enable()