Home
last modified time | relevance | path

Searched refs:tx_stats (Results 1 – 15 of 15) sorted by relevance

/f-stack/dpdk/examples/multi_process/client_server_mp/mp_client/
H A Dclient.c53 static volatile struct tx_stats *tx_stats; variable
125 tx_stats->tx_drop[port_id] += count; in flush_tx_error_callback()
195 tx_stats->tx[out_port] += sent; in handle_packet()
238 tx_stats = &(ports->tx_stats[client_id]); in main()
260 tx_stats->tx[port] += sent; in main()
/f-stack/dpdk/examples/multi_process/client_server_mp/shared/
H A Dcommon.h25 struct tx_stats{ struct
34 volatile struct tx_stats tx_stats[MAX_CLIENTS]; argument
/f-stack/dpdk/examples/server_node_efd/shared/
H A Dcommon.h27 struct tx_stats { struct
43 struct tx_stats tx_stats[MAX_NODES]; argument
/f-stack/dpdk/examples/server_node_efd/node/
H A Dnode.c56 static struct tx_stats *tx_stats; variable
129 tx_stats->tx_drop[port_id] += count; in flush_tx_error_callback()
262 tx_stats->tx[out_port] += sent; in transmit_packet()
339 tx_stats = &(info->tx_stats[node_id]); in main()
376 tx_stats->tx[port] += sent; in main()
/f-stack/dpdk/examples/qos_sched/
H A Dmain.c152 static struct rte_eth_stats tx_stats[MAX_DATA_STREAMS]; in app_stat() local
170 stats.opackets - tx_stats[i].opackets, in app_stat()
171 stats.oerrors - tx_stats[i].oerrors); in app_stat()
172 memcpy(&tx_stats[i], &stats, sizeof(stats)); in app_stat()
/f-stack/dpdk/examples/multi_process/client_server_mp/mp_server/
H A Dmain.c110 const volatile struct tx_stats *tx = &ports->tx_stats[i]; in do_stats_display()
/f-stack/dpdk/examples/server_node_efd/server/
H A Dmain.c118 const struct tx_stats *tx = &info->tx_stats[i]; in do_stats_display()
/f-stack/dpdk/drivers/net/ena/
H A Dena_ethdev.c413 ++tx_ring->tx_stats.bad_req_id; in validate_tx_req_id()
1021 struct ena_stats_tx *tx_stats = &adapter->tx_ring[i].tx_stats; in ena_stats_get() local
1023 stats->q_obytes[i] = tx_stats->bytes; in ena_stats_get()
1024 stats->q_opackets[i] = tx_stats->cnt; in ena_stats_get()
1236 ring->tx_stats.available_desc = in ena_queue_start()
2394 ++tx_ring->tx_stats.linearize; in ena_check_and_linearize_mbuf()
2530 tx_ring->tx_stats.cnt++; in ena_xmit_mbuf()
2607 tx_ring->tx_stats.available_desc = in eth_ena_xmit_pkts()
2614 tx_ring->tx_stats.doorbells++; in eth_ena_xmit_pkts()
2619 tx_ring->tx_stats.available_desc = in eth_ena_xmit_pkts()
[all …]
H A Dena_ethdev.h140 struct ena_stats_tx tx_stats; member
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dserver_node_efd.rst276 tx_stats = &(info->tx_stats[node_id]);
400 const struct tx_stats *tx = &info->tx_stats[i];
/f-stack/dpdk/drivers/net/ionic/
H A Dionic_lif.c158 struct ionic_tx_stats *tx_stats = &lif->txqcqs[i]->stats.tx; in ionic_lif_get_abs_stats() local
159 stats->oerrors += tx_stats->drop; in ionic_lif_get_abs_stats()
174 struct ionic_tx_stats *tx_stats = &lif->txqcqs[i]->stats.tx; in ionic_lif_get_abs_stats() local
175 stats->q_opackets[i] = tx_stats->packets; in ionic_lif_get_abs_stats()
176 stats->q_obytes[i] = tx_stats->bytes; in ionic_lif_get_abs_stats()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_stats.c635 uint64_t *tx_stats = (uint64_t *)bp->hw_tx_port_stats; in bnxt_dev_xstats_get_op() local
638 *(uint64_t *)((char *)tx_stats + in bnxt_dev_xstats_get_op()
/f-stack/dpdk/drivers/net/af_xdp/
H A Drte_eth_af_xdp.c105 struct tx_stats { struct
115 struct tx_stats stats; argument
809 sizeof(struct tx_stats)); in eth_stats_reset()
/f-stack/dpdk/drivers/net/mvpp2/
H A Dmrvl_ethdev.c1287 struct pp2_ppio_outq_statistics tx_stats; in mrvl_stats_get() local
1300 &tx_stats, 0); in mrvl_stats_get()
1307 stats->q_opackets[idx] = tx_stats.deq_desc; in mrvl_stats_get()
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_mbox.h481 uint64_t __otx2_io tx_stats[CGX_TX_STATS_COUNT]; member