| /f-stack/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 | 1628 TEST_ASSERT_EQUAL(port_stats.ipackets, 0, in test_roundrobin_rx_burst_on_single_slave() 1631 (unsigned int)port_stats.ipackets, 0); in test_roundrobin_rx_burst_on_single_slave() 1693 TEST_ASSERT_EQUAL(port_stats.ipackets, in test_roundrobin_rx_burst_on_multiple_slaves() 1719 TEST_ASSERT_EQUAL(port_stats.ipackets, 0, in test_roundrobin_rx_burst_on_multiple_slaves() 1722 (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 …]
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_stats.c | 116 tmp.q_ipackets[idx] += rxq->stats.ipackets; in mlx5_stats_get() 123 tmp.ipackets += rxq->stats.ipackets; in mlx5_stats_get()
|
| H A D | mlx5_rxtx_vec.c | 73 rxq->stats.ipackets -= (pkts_n - n); in rxq_handle_pending_error() 221 rxq->stats.ipackets -= 1; in rxq_copy_mprq_mbuf_v() 233 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() 870 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() 804 rxq->stats.ipackets += nocmp_n; in rxq_cq_process_v()
|
| /f-stack/dpdk/examples/qos_sched/ |
| H A D | main.c | 162 stats.ipackets - rx_stats[i].ipackets, in app_stat()
|
| /f-stack/dpdk/drivers/net/ark/ |
| H A D | ark_ethdev_rx.c | 587 uint64_t ipackets = ark_udm_packets(udm); in eth_rx_queue_stats_get() local 590 stats->q_ipackets[queue->queue_index] = ipackets; in eth_rx_queue_stats_get() 593 stats->ipackets += ipackets; in eth_rx_queue_stats_get()
|
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | rte_eth_tap.h | 37 uint64_t ipackets; /* Number of input packets */ member
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_stats.c | 68 stats->ipackets = otx2_read64(dev->base + in otx2_nix_dev_stats_get() 70 stats->ipackets += otx2_read64(dev->base + in otx2_nix_dev_stats_get() 72 stats->ipackets += otx2_read64(dev->base + in otx2_nix_dev_stats_get()
|
| /f-stack/dpdk/drivers/net/nfb/ |
| H A D | nfb_stats.c | 47 stats->ipackets = rx_total; in nfb_eth_stats_get()
|
| /f-stack/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
|
| /f-stack/tools/netstat/ |
| H A D | if.c | 417 show_stat("lu", 8, "received-packets", IFA_STAT(ipackets), in intpr() 539 st->ift_ip += IFA_STAT(ipackets); in fill_iftot()
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | cxgbevf_ethdev.c | 62 eth_stats->ipackets += eth_stats->q_ipackets[i]; in cxgbevf_dev_stats_get()
|
| /f-stack/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 | 752 stats->ipackets = eth_stats->ipackets; in pfe_stats_get()
|
| /f-stack/dpdk/lib/librte_security/ |
| H A D | rte_security.h | 589 uint64_t ipackets; /**< Successfully received IPsec packets. */ member
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc.h | 143 uint64_t ipackets; member
|
| H A D | sfc_ethdev.c | 625 stats->ipackets = in sfc_stats_get() 671 sfc_update_diff_stat(&port->ipackets, in sfc_stats_get() 675 stats->ipackets = port->ipackets; in sfc_stats_get()
|
| /f-stack/dpdk/drivers/net/failsafe/ |
| H A D | failsafe_ether.c | 571 to->ipackets += from->ipackets; in failsafe_stats_increment()
|
| /f-stack/dpdk/drivers/net/mvneta/ |
| H A D | mvneta_ethdev.c | 721 stats->ipackets += ppio_stats.rx_packets + in mvneta_stats_get() 724 priv->prev_stats.ipackets; in mvneta_stats_get()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | testpmd.c | 1866 stats.ipackets -= port->stats.ipackets; in fwd_stats_display() 1874 total_recv += stats.ipackets; in fwd_stats_display() 1889 stats.ipackets, stats.imissed, in fwd_stats_display() 1890 stats.ipackets + stats.imissed); in fwd_stats_display() 1915 stats.ipackets, stats.imissed, in fwd_stats_display() 1916 stats.ipackets + stats.imissed); in fwd_stats_display()
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_dcf_ethdev.c | 818 stats->ipackets = pstats.rx_unicast + pstats.rx_multicast + in ice_dcf_stats_get() 825 stats->ibytes -= stats->ipackets * RTE_ETHER_CRC_LEN; in ice_dcf_stats_get()
|
| /f-stack/dpdk/drivers/net/kni/ |
| H A D | rte_eth_kni.c | 325 stats->ipackets = rx_packets_total; in eth_kni_stats_get()
|