Home
last modified time | relevance | path

Searched refs:ipackets (Results 1 – 25 of 39) sorted by relevance

12

/dpdk/app/test/
H A Dtest_pmd_ring.c142 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()
306 if (stats2.ipackets != 1 || stats2.opackets != 0 || in test_pmd_ring_pair_create_attach()
332 if (stats.ipackets != 1 || stats.opackets != 1 || in test_pmd_ring_pair_create_attach()
[all …]
H A Dvirtual_pmd.c330 dev_private->eth_stats.ipackets += rx_count; in virtual_ethdev_rx_burst_success()
H A Dtest_pmd_perf.c308 stats.ipackets, stats.imissed, stats.ibytes); in stats_display()
/dpdk/drivers/net/mlx5/
H A Dmlx5_stats.c129 tmp.q_ipackets[idx] += rxq->stats.ipackets - in mlx5_stats_get()
130 rxq->stats_reset.ipackets; in mlx5_stats_get()
140 tmp.ipackets += rxq->stats.ipackets - rxq->stats_reset.ipackets; in mlx5_stats_get()
/dpdk/drivers/net/cnxk/
H A Dcnxk_rep_ops.c552 stats->ipackets = nix_stats.rx_ucast; in native_repte_eth_stats()
553 stats->ipackets += nix_stats.rx_mcast; in native_repte_eth_stats()
554 stats->ipackets += nix_stats.rx_bcast; in native_repte_eth_stats()
603 stats->q_ipackets[0] = vf_stats.ipackets; in cnxk_rep_stats_get()
605 stats->ipackets = vf_stats.ipackets; in cnxk_rep_stats_get()
613 plt_rep_dbg("Input packets %" PRId64 " Output packets %" PRId64 "", stats->ipackets, in cnxk_rep_stats_get()
H A Dcnxk_stats.c28 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/examples/qos_sched/
H A Dmain.c150 stats.ipackets - rx_stats[i].ipackets, in app_stat()
/dpdk/drivers/net/tap/
H A Drte_eth_tap.h38 uint64_t ipackets; /* Number of input packets */ member
/dpdk/drivers/net/ark/
H A Dark_ethdev_rx.c574 uint64_t ipackets = ark_udm_packets(udm); in eth_rx_queue_stats_get() local
577 stats->q_ipackets[queue->queue_index] = ipackets; in eth_rx_queue_stats_get()
580 stats->ipackets += ipackets; in eth_rx_queue_stats_get()
H A Dark_ethdev.c788 stats->ipackets = 0; in eth_ark_dev_stats_get()
/dpdk/drivers/net/nfb/
H A Dnfb_stats.c47 stats->ipackets = rx_total; in nfb_eth_stats_get()
/dpdk/drivers/net/mlx4/
H A Dmlx4_ethdev.c720 tmp.q_ipackets[idx] += rxq->stats.ipackets; in mlx4_stats_get()
725 tmp.ipackets += rxq->stats.ipackets; in mlx4_stats_get()
H A Dmlx4_rxtx.h33 uint64_t ipackets; /**< Total of successfully received packets. */ member
/dpdk/drivers/net/cxgbe/
H A Dcxgbevf_ethdev.c59 eth_stats->ipackets += rxq->stats.pkts; in cxgbevf_dev_stats_get()
/dpdk/drivers/net/enetfec/
H A Denet_rxtx.c77 stats->ipackets++; in enetfec_recv_pkts()
/dpdk/drivers/net/sfc/
H A Dsfc.h107 uint64_t ipackets; member
H A Dsfc_port.c104 port->ipackets = 0; in sfc_port_reset_sw_stats()
/dpdk/lib/security/
H A Drte_security.h1164 uint64_t ipackets; /**< Successfully received IPsec packets. */ member
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev_vf.c443 stats->ipackets = 0; in txgbevf_dev_stats_get()
449 stats->ipackets += hw_stats->qp[i].vfgprc; in txgbevf_dev_stats_get()
/dpdk/examples/packet_ordering/
H A Dmain.c409 printf(" - Pkts in: %"PRIu64"\n", eth_stats.ipackets); in print_stats()
/dpdk/drivers/net/ionic/
H A Dionic_lif.c122 stats->ipackets = ls->rx_ucast_packets + in ionic_lif_get_abs_stats()
195 stats->ipackets -= lif->stats_base.ipackets; in ionic_lif_get_stats()
/dpdk/examples/distributor/
H A Dmain.c547 app_stats.port_rx_pkts[i] = eth_stats.ipackets; in print_stats()
/dpdk/examples/ethtool/ethtool-app/
H A Dethapp.c574 stat_info.ipackets, in pcmd_portstats_callback()
/dpdk/drivers/net/bnx2x/
H A Dbnx2x_ethdev.c443 stats->ipackets = in bnx2x_dev_stats_get()
/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c554 vsi_pkt_count = vf_stats.ipackets; in get_pkt_diff()

12