Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dvhost-vdpa.c356 data_queue_pairs = n->multiqueue ? n->max_queue_pairs : 1; in vhost_vdpa_net_log_global_enable()
358 n->max_ncs - n->max_queue_pairs : 0; in vhost_vdpa_net_log_global_enable()
1768 __virtio16 *max_queue_pairs; in vhost_vdpa_get_max_queue_pairs() local
1778 config = g_malloc0(config_size + sizeof(*max_queue_pairs)); in vhost_vdpa_get_max_queue_pairs()
1780 config->len = sizeof(*max_queue_pairs); in vhost_vdpa_get_max_queue_pairs()
1788 max_queue_pairs = (__virtio16 *)&config->buf; in vhost_vdpa_get_max_queue_pairs()
1790 return lduw_le_p(max_queue_pairs); in vhost_vdpa_get_max_queue_pairs()