Home
last modified time | relevance | path

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

/openbmc/qemu/include/net/
H A Dvhost_net.h20 int max_tx_queue_size;
19 int max_tx_queue_size; global() member
/openbmc/qemu/include/hw/virtio/
H A Dvhost.h148 int max_tx_queue_size; member
/openbmc/qemu/hw/net/
H A Dvhost_net.c249 net->max_tx_queue_size = options->max_tx_queue_size; in vhost_net_init()
H A Dvirtio-net.c712 if (!net || !net->max_tx_queue_size) { in peer_attach()
716 return net->max_tx_queue_size; in peer_detach()
/openbmc/qemu/net/
H A Dvhost-user.c141 options.max_tx_queue_size = VIRTQUEUE_MAX_SIZE; in vhost_user_start()
H A Dpasst.c373 options.max_tx_queue_size = VIRTQUEUE_MAX_SIZE; in passt_vhost_user_start()
H A Dtap.c763 options.max_tx_queue_size = 0; in net_init_tap_one()
H A Dvhost-vdpa.c207 options.max_tx_queue_size = VIRTQUEUE_MAX_SIZE; in vhost_vdpa_add()