| /dpdk/app/test/ |
| H A D | test_pmd_ring.c | 142 if (stats.ipackets != 0 || stats.opackets != 0 || in test_get_stats() 161 if (stats.ipackets != 1 || stats.opackets != 1 || in test_get_stats() 182 if (stats.ipackets != 0 || stats.opackets != 0 || in test_stats_reset() 201 if (stats.ipackets != 1 || stats.opackets != 1 || in test_stats_reset() 212 if (stats.ipackets != 0 || stats.opackets != 0 || in test_stats_reset() 264 if (stats.ipackets != 0 || stats.opackets != 0 || in test_pmd_ring_pair_create_attach() 274 if (stats2.ipackets != 0 || stats2.opackets != 0 || in test_pmd_ring_pair_create_attach() 298 if (stats.ipackets != 0 || stats.opackets != 1 || in test_pmd_ring_pair_create_attach() 332 if (stats.ipackets != 1 || stats.opackets != 1 || in test_pmd_ring_pair_create_attach() 366 if (stats.ipackets != 2 || stats.opackets != 2 || in test_pmd_ring_pair_create_attach() [all …]
|
| H A D | test_link_bonding.c | 1631 TEST_ASSERT_EQUAL(port_stats.ipackets, 0, in test_roundrobin_rx_burst_on_single_slave() 1634 (unsigned int)port_stats.ipackets, 0); in test_roundrobin_rx_burst_on_single_slave() 1695 TEST_ASSERT_EQUAL(port_stats.ipackets, in test_roundrobin_rx_burst_on_multiple_slaves() 1721 TEST_ASSERT_EQUAL(port_stats.ipackets, 0, in test_roundrobin_rx_burst_on_multiple_slaves() 1724 (unsigned int)port_stats.ipackets, 0); in test_roundrobin_rx_burst_on_multiple_slaves() 2263 (unsigned int)port_stats.ipackets, 0); in test_activebackup_rx_burst() 3184 TEST_ASSERT_EQUAL(port_stats.ipackets, in test_balance_rx_burst() 3211 TEST_ASSERT_EQUAL(port_stats.ipackets, 0, in test_balance_rx_burst() 3807 TEST_ASSERT_EQUAL(port_stats.ipackets, in test_broadcast_rx_burst() 3834 TEST_ASSERT_EQUAL(port_stats.ipackets, 0, in test_broadcast_rx_burst() [all …]
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_stats.c | 117 tmp.q_ipackets[idx] += rxq->stats.ipackets - in mlx5_stats_get() 118 rxq->stats_reset.ipackets; in mlx5_stats_get() 128 tmp.ipackets += rxq->stats.ipackets - rxq->stats_reset.ipackets; in mlx5_stats_get()
|
| H A D | mlx5_rxtx_vec.c | 74 rxq->stats.ipackets -= (pkts_n - n); in rxq_handle_pending_error() 228 rxq->stats.ipackets -= 1; in rxq_copy_mprq_mbuf_v() 240 rxq->stats.ipackets -= 1; in rxq_copy_mprq_mbuf_v()
|
| H A D | mlx5_rxtx_vec_neon.h | 369 rxq->stats.ipackets += mcqe_n; in rxq_cq_decompress_v() 884 rxq->stats.ipackets += nocmp_n; in rxq_cq_process_v()
|
| H A D | mlx5_rxtx_vec_sse.h | 359 rxq->stats.ipackets += mcqe_n; in rxq_cq_decompress_v() 815 rxq->stats.ipackets += nocmp_n; in rxq_cq_process_v()
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_stats.c | 28 stats->ipackets = nix_stats.rx_ucast; in cnxk_nix_stats_get() 29 stats->ipackets += nix_stats.rx_mcast; in cnxk_nix_stats_get() 30 stats->ipackets += nix_stats.rx_bcast; in cnxk_nix_stats_get()
|
| /dpdk/drivers/net/ark/ |
| H A D | ark_ethdev_rx.c | 572 uint64_t ipackets = ark_udm_packets(udm); in eth_rx_queue_stats_get() local 575 stats->q_ipackets[queue->queue_index] = ipackets; in eth_rx_queue_stats_get() 578 stats->ipackets += ipackets; in eth_rx_queue_stats_get()
|
| /dpdk/examples/qos_sched/ |
| H A D | main.c | 162 stats.ipackets - rx_stats[i].ipackets, in app_stat()
|
| /dpdk/drivers/net/tap/ |
| H A D | rte_eth_tap.h | 37 uint64_t ipackets; /* Number of input packets */ member
|
| /dpdk/drivers/net/nfb/ |
| H A D | nfb_stats.c | 47 stats->ipackets = rx_total; in nfb_eth_stats_get()
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_ethdev.c | 720 tmp.q_ipackets[idx] += rxq->stats.ipackets; in mlx4_stats_get() 725 tmp.ipackets += rxq->stats.ipackets; in mlx4_stats_get()
|
| H A D | mlx4_rxtx.h | 33 uint64_t ipackets; /**< Total of successfully received packets. */ member
|
| /dpdk/drivers/net/nfp/ |
| H A D | nfp_common.c | 574 nfp_dev_stats.ipackets = in nfp_net_stats_get() 577 nfp_dev_stats.ipackets -= hw->eth_stats_base.ipackets; in nfp_net_stats_get() 657 hw->eth_stats_base.ipackets = in nfp_net_stats_reset()
|
| /dpdk/drivers/net/pfe/ |
| H A D | pfe_hif_lib.c | 409 stats->ipackets += i; in hif_lib_receive_pkt() 471 stats->ipackets += i; in hif_lib_receive_pkt()
|
| H A D | pfe_ethdev.c | 713 stats->ipackets = eth_stats->ipackets; in pfe_stats_get()
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbevf_ethdev.c | 59 eth_stats->ipackets += rxq->stats.pkts; in cxgbevf_dev_stats_get()
|
| /dpdk/drivers/net/failsafe/ |
| H A D | failsafe_ether.c | 571 to->ipackets += from->ipackets; in failsafe_stats_increment()
|
| /dpdk/drivers/net/mvneta/ |
| H A D | mvneta_ethdev.c | 714 stats->ipackets += ppio_stats.rx_packets + in mvneta_stats_get() 717 priv->prev_stats.ipackets; in mvneta_stats_get()
|
| /dpdk/drivers/net/enetfec/ |
| H A D | enet_rxtx.c | 76 stats->ipackets++; in enetfec_recv_pkts()
|
| H A D | enet_ethdev.c | 314 stats->ipackets = eth_stats->ipackets; in enetfec_stats_get()
|
| /dpdk/lib/security/ |
| H A D | rte_security.h | 755 uint64_t ipackets; /**< Successfully received IPsec packets. */ member
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc.h | 102 uint64_t ipackets; member
|
| H A D | sfc_ethdev.c | 683 sfc_stats_get_dp_rx(sa, &stats->ipackets, &stats->ibytes); in sfc_stats_get() 696 stats->ipackets = in sfc_stats_get() 706 stats->ibytes -= stats->ipackets * RTE_ETHER_CRC_LEN; in sfc_stats_get() 755 sfc_update_diff_stat(&port->ipackets, in sfc_stats_get() 759 stats->ipackets = port->ipackets; in sfc_stats_get()
|
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cn10k_ipsec.c | 442 stats->ipsec.ipackets = in_sa->ctx.mib_pkts; in cn10k_sec_session_stats_get()
|