Home
last modified time | relevance | path

Searched refs:oerrors (Results 1 – 25 of 75) sorted by relevance

123

/dpdk/app/test/
H A Dtest_pmd_ring.c144 stats.ierrors != 0 || stats.oerrors != 0) { in test_get_stats()
163 stats.ierrors != 0 || stats.oerrors != 0) { in test_get_stats()
184 stats.ierrors != 0 || stats.oerrors != 0) { in test_stats_reset()
203 stats.ierrors != 0 || stats.oerrors != 0) { in test_stats_reset()
214 stats.ierrors != 0 || stats.oerrors != 0) { in test_stats_reset()
266 stats.ierrors != 0 || stats.oerrors != 0) { in test_pmd_ring_pair_create_attach()
276 stats2.ierrors != 0 || stats2.oerrors != 0) { in test_pmd_ring_pair_create_attach()
300 stats.ierrors != 0 || stats.oerrors != 0) { in test_pmd_ring_pair_create_attach()
334 stats.ierrors != 0 || stats.oerrors != 0) { in test_pmd_ring_pair_create_attach()
368 stats.ierrors != 0 || stats.oerrors != 0) { in test_pmd_ring_pair_create_attach()
[all …]
H A Dtest_pmd_perf.c313 stats.opackets, stats.oerrors, stats.obytes); in stats_display()
/dpdk/drivers/net/mlx5/
H A Dmlx5_stats.c153 tmp.oerrors += txq->stats.oerrors - txq->stats_reset.oerrors; in mlx5_stats_get()
H A Dmlx5_tx.h92 uint64_t oerrors; /**< Total number of failed transmitted packets. */ member
3493 txq->stats.oerrors++; in mlx5_tx_burst_tmpl()
3514 txq->stats.oerrors++; in mlx5_tx_burst_tmpl()
3537 txq->stats.oerrors++; in mlx5_tx_burst_tmpl()
3552 txq->stats.oerrors++; in mlx5_tx_burst_tmpl()
3573 txq->stats.oerrors++; in mlx5_tx_burst_tmpl()
3594 txq->stats.oerrors++; in mlx5_tx_burst_tmpl()
H A Dmlx5_tx.c126 txq->stats.oerrors += ((txq->wqe_ci & wqe_m) - in mlx5_tx_error_cqe_handle()
/dpdk/examples/qos_sched/
H A Dmain.c171 stats.oerrors - tx_stats[i].oerrors); in app_stat()
/dpdk/drivers/net/nfb/
H A Dnfb_stats.c51 stats->oerrors = tx_err_total; in nfb_eth_stats_get()
/dpdk/drivers/net/nfp/
H A Dnfp_common.c600 nfp_dev_stats.oerrors = in nfp_net_stats_get()
603 nfp_dev_stats.oerrors -= hw->eth_stats_base.oerrors; in nfp_net_stats_get()
673 hw->eth_stats_base.oerrors = in nfp_net_stats_reset()
/dpdk/drivers/net/cxgbe/
H A Dcxgbevf_ethdev.c54 eth_stats->oerrors = ps.tx_drop; in cxgbevf_dev_stats_get()
/dpdk/drivers/net/ena/
H A Dena_ethdev.h201 rte_atomic64_t oerrors; member
/dpdk/drivers/net/failsafe/
H A Dfailsafe_ether.c577 to->oerrors += from->oerrors; in failsafe_stats_increment()
/dpdk/drivers/net/mvneta/
H A Dmvneta_ethdev.c729 stats->oerrors = ppio_stats.tx_errors - priv->prev_stats.oerrors; in mvneta_stats_get()
/dpdk/drivers/net/enetfec/
H A Denet_rxtx.c202 stats->oerrors++; in enetfec_xmit_pkts()
H A Denet_ethdev.c319 stats->oerrors = eth_stats->oerrors; in enetfec_stats_get()
/dpdk/drivers/net/ionic/
H A Dionic_lif.c177 stats->oerrors += tx_stats->drop; in ionic_lif_get_abs_stats()
180 stats->oerrors += in ionic_lif_get_abs_stats()
185 stats->oerrors += in ionic_lif_get_abs_stats()
210 stats->oerrors -= lif->stats_base.oerrors; in ionic_lif_get_stats()
/dpdk/lib/security/
H A Drte_security.h760 uint64_t oerrors; /**< IPsec packets transmit/encrypt errors. */ member
/dpdk/drivers/net/ark/
H A Dark_ethdev_tx.c451 stats->oerrors += queue->tx_errors; in eth_tx_queue_stats_get()
/dpdk/drivers/net/cnxk/
H A Dcnxk_stats.c25 stats->oerrors = nix_stats.tx_drop; in cnxk_nix_stats_get()
/dpdk/drivers/net/i40e/
H A Di40e_vf_representor.c270 stats->oerrors = native_stats.tx_errors + native_stats.tx_discards; in i40e_vf_representor_stats_get()
/dpdk/examples/packet_ordering/
H A Dmain.c410 printf(" - Out Errs: %"PRIu64"\n", eth_stats.oerrors); in print_stats()
/dpdk/drivers/net/hns3/
H A Dhns3_stats.c673 rte_stats->oerrors = hw->oerror_stats; in hns3_stats_get()
684 rte_stats->oerrors; in hns3_stats_get()
/dpdk/drivers/bus/dpaa/base/fman/
H A Dfman_hw.c234 stats->oerrors = (u64)in_be32(&regs->terr_l) | in fman_if_stats_get()
/dpdk/drivers/net/mlx4/
H A Dmlx4_ethdev.c742 tmp.oerrors += txq->stats.odropped; in mlx4_stats_get()
/dpdk/drivers/net/enic/
H A Denic_vf_representor.c441 stats->oerrors = vs->tx.tx_errors; in enic_vf_stats_get()
/dpdk/examples/ethtool/ethtool-app/
H A Dethapp.c565 stat_info.ierrors+stat_info.oerrors in pcmd_portstats_callback()

123