Home
last modified time | relevance | path

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

/qemu/include/hw/virtio/
H A Dvirtio-net.h208 uint16_t max_ncs; member
/qemu/hw/net/
H A Dvirtio-net.c269 n->max_ncs - n->max_queue_pairs : 0; in virtio_net_vhost_status()
3670 n->max_ncs = MAX(n->nic_conf.peers.queues, 1); in virtio_net_device_realize()
3677 for (i = 0; i < n->max_ncs; i++) { in virtio_net_device_realize()
/qemu/net/
H A Dvhost-vdpa.c328 n->max_ncs - n->max_queue_pairs : 0; in vhost_vdpa_net_log_global_enable()