Lines Matching refs:pbuf
135 struct rte_mbuf buf, *pbuf = &buf; in test_get_stats() local
150 if (rte_eth_tx_burst(port, 0, &pbuf, 1) != 1) { in test_get_stats()
155 if (rte_eth_rx_burst(port, 0, &pbuf, 1) != 1) { in test_get_stats()
174 struct rte_mbuf buf, *pbuf = &buf; in test_stats_reset() local
190 if (rte_eth_tx_burst(port, 0, &pbuf, 1) != 1) { in test_stats_reset()
195 if (rte_eth_rx_burst(port, 0, &pbuf, 1) != 1) { in test_stats_reset()
226 struct rte_mbuf buf, *pbuf = &buf; in test_pmd_ring_pair_create_attach() local
286 if (rte_eth_tx_burst(rxtx_portd, 0, &pbuf, 1) != 1) { in test_pmd_ring_pair_create_attach()
291 if (rte_eth_rx_burst(rxtx_porte, 0, &pbuf, 1) != 1) { in test_pmd_ring_pair_create_attach()
320 if (rte_eth_tx_burst(rxtx_porte, 0, &pbuf, 1) != 1) { in test_pmd_ring_pair_create_attach()
325 if (rte_eth_rx_burst(rxtx_portd, 0, &pbuf, 1) != 1) { in test_pmd_ring_pair_create_attach()
354 if (rte_eth_tx_burst(rxtx_portd, 0, &pbuf, 1) != 1) { in test_pmd_ring_pair_create_attach()
359 if (rte_eth_rx_burst(rxtx_portd, 0, &pbuf, 1) != 1) { in test_pmd_ring_pair_create_attach()
388 if (rte_eth_tx_burst(rxtx_porte, 0, &pbuf, 1) != 1) { in test_pmd_ring_pair_create_attach()
393 if (rte_eth_rx_burst(rxtx_porte, 0, &pbuf, 1) != 1) { in test_pmd_ring_pair_create_attach()