Lines Matching refs:stats2

225 	struct rte_eth_stats stats, stats2;  in test_pmd_ring_pair_create_attach()  local
273 rte_eth_stats_get(rxtx_porte, &stats2); in test_pmd_ring_pair_create_attach()
274 if (stats2.ipackets != 0 || stats2.opackets != 0 || in test_pmd_ring_pair_create_attach()
275 stats2.ibytes != 0 || stats2.obytes != 0 || in test_pmd_ring_pair_create_attach()
276 stats2.ierrors != 0 || stats2.oerrors != 0) { in test_pmd_ring_pair_create_attach()
297 rte_eth_stats_get(rxtx_porte, &stats2); in test_pmd_ring_pair_create_attach()
306 if (stats2.ipackets != 1 || stats2.opackets != 0 || in test_pmd_ring_pair_create_attach()
307 stats2.ibytes != 0 || stats2.obytes != 0 || in test_pmd_ring_pair_create_attach()
308 stats2.ierrors != 0 || stats2.oerrors != 0) { in test_pmd_ring_pair_create_attach()
331 rte_eth_stats_get(rxtx_porte, &stats2); in test_pmd_ring_pair_create_attach()
340 if (stats2.ipackets != 1 || stats2.opackets != 1 || in test_pmd_ring_pair_create_attach()
341 stats2.ibytes != 0 || stats2.obytes != 0 || in test_pmd_ring_pair_create_attach()
342 stats2.ierrors != 0 || stats2.oerrors != 0) { in test_pmd_ring_pair_create_attach()
365 rte_eth_stats_get(rxtx_porte, &stats2); in test_pmd_ring_pair_create_attach()
374 if (stats2.ipackets != 1 || stats2.opackets != 1 || in test_pmd_ring_pair_create_attach()
375 stats2.ibytes != 0 || stats2.obytes != 0 || in test_pmd_ring_pair_create_attach()
376 stats2.ierrors != 0 || stats2.oerrors != 0) { in test_pmd_ring_pair_create_attach()
399 rte_eth_stats_get(rxtx_porte, &stats2); in test_pmd_ring_pair_create_attach()
408 if (stats2.ipackets != 2 || stats2.opackets != 2 || in test_pmd_ring_pair_create_attach()
409 stats2.ibytes != 0 || stats2.obytes != 0 || in test_pmd_ring_pair_create_attach()
410 stats2.ierrors != 0 || stats2.oerrors != 0) { in test_pmd_ring_pair_create_attach()