Home
last modified time | relevance | path

Searched refs:rte_eth_stats (Results 1 – 25 of 124) sorted by relevance

12345

/dpdk/examples/qos_sched/
H A Dmain.c150 struct rte_eth_stats stats; in app_stat()
151 static struct rte_eth_stats rx_stats[MAX_DATA_STREAMS]; in app_stat()
152 static struct rte_eth_stats tx_stats[MAX_DATA_STREAMS]; in app_stat()
/dpdk/drivers/net/failsafe/
H A Dfailsafe_private.h107 struct rte_eth_stats stats;
178 struct rte_eth_stats stats_accumulator;
241 void failsafe_stats_increment(struct rte_eth_stats *to,
242 struct rte_eth_stats *from);
H A Dfailsafe_ether.c323 struct rte_eth_stats stats; in fs_dev_stats_save()
566 failsafe_stats_increment(struct rte_eth_stats *to, struct rte_eth_stats *from) in failsafe_stats_increment()
/dpdk/drivers/net/nfb/
H A Dnfb_stats.h27 nfb_eth_stats_get(struct rte_eth_dev *dev, struct rte_eth_stats *stats);
H A Dnfb_stats.c12 struct rte_eth_stats *stats) in nfb_eth_stats_get()
/dpdk/drivers/net/bnxt/
H A Dbnxt_stats.h13 struct rte_eth_stats *bnxt_stats);
H A Dbnxt_reps.h50 struct rte_eth_stats *stats);
H A Drte_pmd_bnxt.h207 struct rte_eth_stats *stats);
/dpdk/drivers/net/ark/
H A Dark_ethdev_tx.h24 void eth_tx_queue_stats_get(void *vqueue, struct rte_eth_stats *stats);
H A Dark_ethdev_rx.h26 void eth_rx_queue_stats_get(void *vqueue, struct rte_eth_stats *stats);
H A Dark_ext.h162 struct rte_eth_stats *stats,
H A Dark_global.h88 int (*stats_get)(struct rte_eth_dev *, struct rte_eth_stats *, void *);
/dpdk/drivers/net/mvneta/
H A Dmvneta_ethdev.h81 struct rte_eth_stats prev_stats;
/dpdk/drivers/net/pfe/
H A Dpfe_eth.h62 struct rte_eth_stats stats;
/dpdk/drivers/net/ionic/
H A Dionic_lif.h158 struct rte_eth_stats stats_base;
223 struct rte_eth_stats *stats);
/dpdk/drivers/net/enetfec/
H A Denet_rxtx.c30 struct rte_eth_stats *stats = &rxq->fep->stats; in enetfec_recv_pkts()
181 struct rte_eth_stats *stats = &txq->fep->stats; in enetfec_xmit_pkts()
H A Denet_ethdev.h93 struct rte_eth_stats stats;
/dpdk/examples/ethtool/lib/
H A Drte_ethtool.h328 int rte_ethtool_net_get_stats64(uint16_t port_id, struct rte_eth_stats *stats);
H A Drte_ethtool.c82 drvinfo->n_stats = sizeof(struct rte_eth_stats) / sizeof(uint64_t); in rte_ethtool_get_drvinfo()
357 rte_ethtool_net_get_stats64(uint16_t port_id, struct rte_eth_stats *stats) in rte_ethtool_net_get_stats64()
/dpdk/app/test/
H A Dtest_pmd_ring.c134 struct rte_eth_stats stats; in test_get_stats()
173 struct rte_eth_stats stats; in test_stats_reset()
225 struct rte_eth_stats stats, stats2; in test_pmd_ring_pair_create_attach()
H A Dtest_link_bonding.c1400 struct rte_eth_stats port_stats; in test_roundrobin_tx_burst()
1486 struct rte_eth_stats port_stats; in test_roundrobin_tx_burst_slave_tx_fail()
1585 struct rte_eth_stats port_stats; in test_roundrobin_rx_burst_on_single_slave()
1662 struct rte_eth_stats port_stats; in test_roundrobin_rx_burst_on_multiple_slaves()
1898 struct rte_eth_stats port_stats; in test_roundrobin_verify_slave_link_status_change_behaviour()
2125 struct rte_eth_stats port_stats; in test_activebackup_tx_burst()
2203 struct rte_eth_stats port_stats; in test_activebackup_rx_burst()
2491 struct rte_eth_stats port_stats; in test_activebackup_verify_slave_link_status_change_failover()
2695 struct rte_eth_stats port_stats; in test_balance_l2_tx_burst()
2787 struct rte_eth_stats port_stats; in balance_l23_tx_burst()
[all …]
/dpdk/drivers/net/mlx5/
H A Dmlx5_stats.c97 mlx5_stats_get(struct rte_eth_dev *dev, struct rte_eth_stats *stats) in mlx5_stats_get()
101 struct rte_eth_stats tmp; in mlx5_stats_get()
/dpdk/drivers/net/nfp/
H A Dnfp_common.h200 struct rte_eth_stats eth_stats_base;
371 int nfp_net_stats_get(struct rte_eth_dev *dev, struct rte_eth_stats *stats);
/dpdk/lib/bitratestats/
H A Drte_bitrate.c70 struct rte_eth_stats eth_stats; in rte_stats_bitrate_calc()
/dpdk/drivers/bus/dpaa/include/
H A Dfsl_fman.h53 void fman_if_stats_get(struct fman_if *p, struct rte_eth_stats *stats);

12345