Lines Matching refs:MAX_PKT_BURST
186 struct rte_mbuf *m_table[MAX_PKT_BURST];
192 struct rte_mbuf *m_table[MAX_PKT_BURST];
955 struct rte_mbuf *pkts_burst[MAX_PKT_BURST]; in unlink_vmdq()
967 (uint16_t)vdev->vmdq_rx_q, pkts_burst, MAX_PKT_BURST); in unlink_vmdq()
974 (uint16_t)vdev->vmdq_rx_q, pkts_burst, MAX_PKT_BURST); in unlink_vmdq()
991 struct rte_mbuf *p_cpl[MAX_PKT_BURST]; in complete_async_pkts()
996 VIRTIO_RXQ, p_cpl, MAX_PKT_BURST, dma_id, 0); in complete_async_pkts()
1128 if (unlikely(vhost_txq->len == MAX_PKT_BURST)) { in virtio_tx_local()
1303 if (unlikely(tx_q->len == MAX_PKT_BURST)) in virtio_tx_route()
1332 struct rte_mbuf *pkts[MAX_PKT_BURST]; in drain_eth_rx()
1335 pkts, MAX_PKT_BURST); in drain_eth_rx()
1392 struct rte_mbuf *pkts[MAX_PKT_BURST]; in drain_virtio_tx()
1398 pkts, MAX_PKT_BURST); in drain_virtio_tx()
1401 mbuf_pool, pkts, MAX_PKT_BURST); in drain_virtio_tx()