Searched refs:tx_stats (Results 1 – 15 of 15) sorted by relevance
52 static volatile struct tx_stats *tx_stats; variable124 tx_stats->tx_drop[port_id] += count; in flush_tx_error_callback()194 tx_stats->tx[out_port] += sent; in handle_packet()237 tx_stats = &(ports->tx_stats[client_id]); in main()259 tx_stats->tx[port] += sent; in main()
25 struct tx_stats{ struct34 volatile struct tx_stats tx_stats[MAX_CLIENTS]; argument
55 static struct tx_stats *tx_stats; variable128 tx_stats->tx_drop[port_id] += count; in flush_tx_error_callback()264 tx_stats->tx[out_port] += sent; in transmit_packet()344 tx_stats = &(info->tx_stats[node_id]); in main()382 tx_stats->tx[port] += sent; in main()
27 struct tx_stats { struct43 struct tx_stats tx_stats[MAX_NODES]; argument
152 static struct rte_eth_stats tx_stats[MAX_DATA_STREAMS]; in app_stat() local170 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()
109 const volatile struct tx_stats *tx = &ports->tx_stats[i]; in do_stats_display()
117 const struct tx_stats *tx = &info->tx_stats[i]; in do_stats_display()
691 ++tx_ring->tx_stats.bad_req_id; in validate_tx_req_id()1140 struct ena_stats_tx *tx_stats = &adapter->tx_ring[i].tx_stats; in ena_stats_get() local1142 stats->q_obytes[i] = tx_stats->bytes; in ena_stats_get()1143 stats->q_opackets[i] = tx_stats->cnt; in ena_stats_get()1388 ring->tx_stats.available_desc = in ena_queue_start()2977 tx_ring->tx_stats.doorbells++; in ena_xmit_mbuf()2986 ++tx_ring->tx_stats.prepare_ctx_err; in ena_xmit_mbuf()2995 tx_ring->tx_stats.cnt++; in ena_xmit_mbuf()3094 tx_ring->tx_stats.doorbells++; in eth_ena_xmit_pkts()3098 tx_ring->tx_stats.available_desc = in eth_ena_xmit_pkts()[all …]
182 struct ena_stats_tx tx_stats; member
328 cgx_resp->tx_stats[nix_tx_xstats_cgx[i].offset]; in roc_nix_xstats_get()352 rpm_resp->tx_stats[nix_tx_xstats_rpm[i].offset]; in roc_nix_xstats_get()
472 uint64_t __io tx_stats[CGX_TX_STATS_COUNT]; member480 uint64_t __io tx_stats[RPM_TX_STATS_COUNT]; member
176 struct ionic_tx_stats *tx_stats = &lif->txqcqs[i]->stats; in ionic_lif_get_abs_stats() local177 stats->oerrors += tx_stats->drop; in ionic_lif_get_abs_stats()192 struct ionic_tx_stats *tx_stats = &lif->txqcqs[i]->stats; in ionic_lif_get_abs_stats() local193 stats->q_opackets[i] = tx_stats->packets; in ionic_lif_get_abs_stats()194 stats->q_obytes[i] = tx_stats->bytes; in ionic_lif_get_abs_stats()
757 uint64_t *tx_stats = (uint64_t *)bp->hw_tx_port_stats; in bnxt_dev_xstats_get_op() local760 *(uint64_t *)((char *)tx_stats + in bnxt_dev_xstats_get_op()
127 struct tx_stats { struct137 struct tx_stats stats; argument860 sizeof(struct tx_stats)); in eth_stats_reset()
1531 struct pp2_ppio_outq_statistics tx_stats; in mrvl_stats_get() local1544 &tx_stats, 0); in mrvl_stats_get()1551 stats->q_opackets[idx] = tx_stats.deq_desc; in mrvl_stats_get()