Searched refs:virtio_dev_tx_packed (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/vhost/ |
| H A D | virtio_net.c | 2979 virtio_dev_tx_packed(struct virtio_net *dev, in virtio_dev_tx_packed() function 3029 return virtio_dev_tx_packed(dev, vq, mbuf_pool, pkts, count, true); in virtio_dev_tx_packed_legacy() 3038 return virtio_dev_tx_packed(dev, vq, mbuf_pool, pkts, count, false); in virtio_dev_tx_packed_compliant()
|