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.h19 int max_tx_queue_size; member
/openbmc/qemu/include/hw/virtio/
H A Dvhost.h148 int max_tx_queue_size; member
/openbmc/qemu/hw/net/
H A Dvhost_net.c248 net->max_tx_queue_size = options->max_tx_queue_size; in vhost_net_init()
H A Dvirtio-net.c681 if (!net || !net->max_tx_queue_size) { in virtio_net_max_tx_queue_size()
685 return net->max_tx_queue_size; in virtio_net_max_tx_queue_size()
/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.c754 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()