Home
last modified time | relevance | path

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

1234

/f-stack/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 …]
/f-stack/freebsd/netinet6/
H A Dip_fw_nat64.h40 uint64_t oerrors; /* number of output errors */ member
53 uint64_t oerrors; /* number of output errors */ member
66 uint64_t oerrors; /* number of output errors */ member
/f-stack/tools/compat/include/netinet6/
H A Dip_fw_nat64.h40 uint64_t oerrors; /* number of output errors */ member
53 uint64_t oerrors; /* number of output errors */ member
66 uint64_t oerrors; /* number of output errors */ member
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_h4.h107 u_int32_t oerrors; /* # of output errors */ member
H A Dng_ubt.h83 u_int32_t oerrors; /* # of output errors */ member
/f-stack/dpdk/examples/qos_sched/
H A Dmain.c171 stats.oerrors - tx_stats[i].oerrors); in app_stat()
/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4_var.h82 #define NG_H4_STAT_OERROR(s) (s).oerrors ++
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_stats.c145 tmp.oerrors += txq->stats.oerrors; in mlx5_stats_get()
/f-stack/dpdk/drivers/net/nfb/
H A Dnfb_stats.c51 stats->oerrors = tx_err_total; in nfb_eth_stats_get()
/f-stack/freebsd/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h118 #define UBT_STAT_OERROR(sc) (sc)->sc_stat.oerrors ++
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.h39 uint64_t oerrors; /* number of output errors */ member
H A Dnat64_translate.c168 NAT64STAT_INC(stats, oerrors); in nat64_direct_output()
226 NAT64STAT_INC(stats, oerrors); in nat64_direct_output_one()
259 NAT64STAT_INC(stats, oerrors); in nat64_output()
/f-stack/dpdk/drivers/net/ena/
H A Dena_ethdev.h157 rte_atomic64_t oerrors; member
/f-stack/tools/netstat/
H A Dif.c428 show_stat("lu", 5, "send-errors", IFA_STAT(oerrors), link, 1); in intpr()
544 st->ift_oe += IFA_STAT(oerrors); in fill_iftot()
/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbevf_ethdev.c54 eth_stats->oerrors = ps.tx_drop; in cxgbevf_dev_stats_get()
/f-stack/dpdk/lib/librte_security/
H A Drte_security.h594 uint64_t oerrors; /**< IPsec packets transmit/encrypt errors. */ member
/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_ether.c577 to->oerrors += from->oerrors; in failsafe_stats_increment()
/f-stack/dpdk/drivers/net/ionic/
H A Dionic_lif.c159 stats->oerrors += tx_stats->drop; in ionic_lif_get_abs_stats()
162 stats->oerrors += in ionic_lif_get_abs_stats()
167 stats->oerrors += in ionic_lif_get_abs_stats()
192 stats->oerrors -= lif->stats_base.oerrors; in ionic_lif_get_stats()
/f-stack/dpdk/drivers/net/mvneta/
H A Dmvneta_ethdev.c736 stats->oerrors = ppio_stats.tx_errors - priv->prev_stats.oerrors; in mvneta_stats_get()
/f-stack/dpdk/drivers/net/ark/
H A Dark_ethdev_tx.c428 stats->oerrors += queue->tx_errors; in eth_tx_queue_stats_get()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_stats.c537 rte_stats->oerrors = 0; in hns3_stats_get()
541 rte_stats->oerrors; in hns3_stats_get()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_stats.c63 stats->oerrors = otx2_read64(dev->base + in otx2_nix_dev_stats_get()
/f-stack/tools/ipfw/
H A Dnat64clat.c414 (uintmax_t)stats.oerrors); in nat64clat_stats()
H A Dnat64stl.c430 (uintmax_t)stats.oerrors); in nat64stl_stats()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_vf_representor.c265 stats->oerrors = native_stats.tx_errors + native_stats.tx_discards; in i40e_vf_representor_stats_get()

1234