| /f-stack/dpdk/examples/multi_process/client_server_mp/mp_client/ |
| H A D | client.c | 53 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 D | common.h | 25 struct tx_stats{ struct 34 volatile struct tx_stats tx_stats[MAX_CLIENTS]; argument
|
| /f-stack/dpdk/examples/server_node_efd/shared/ |
| H A D | common.h | 27 struct tx_stats { struct 43 struct tx_stats tx_stats[MAX_NODES]; argument
|
| /f-stack/dpdk/examples/server_node_efd/node/ |
| H A D | node.c | 56 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 D | main.c | 152 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 D | main.c | 110 const volatile struct tx_stats *tx = &ports->tx_stats[i]; in do_stats_display()
|
| /f-stack/dpdk/examples/server_node_efd/server/ |
| H A D | main.c | 118 const struct tx_stats *tx = &info->tx_stats[i]; in do_stats_display()
|
| /f-stack/dpdk/drivers/net/ena/ |
| H A D | ena_ethdev.c | 413 ++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 D | ena_ethdev.h | 140 struct ena_stats_tx tx_stats; member
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | server_node_efd.rst | 276 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 D | ionic_lif.c | 158 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 D | bnxt_stats.c | 635 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 D | rte_eth_af_xdp.c | 105 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 D | mrvl_ethdev.c | 1287 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 D | otx2_mbox.h | 481 uint64_t __otx2_io tx_stats[CGX_TX_STATS_COUNT]; member
|