Searched refs:stats_tx (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_vec.c | 336 struct aq_ring_stats_tx_s *stats_tx) in aq_vec_add_stats() argument 355 stats_tx->packets += tx->packets; in aq_vec_add_stats() 356 stats_tx->bytes += tx->bytes; in aq_vec_add_stats() 357 stats_tx->errors += tx->errors; in aq_vec_add_stats() 358 stats_tx->queue_restarts += tx->queue_restarts; in aq_vec_add_stats() 366 struct aq_ring_stats_tx_s stats_tx; in aq_vec_get_sw_stats() local 369 memset(&stats_tx, 0U, sizeof(struct aq_ring_stats_tx_s)); in aq_vec_get_sw_stats() 370 aq_vec_add_stats(self, &stats_rx, &stats_tx); in aq_vec_get_sw_stats() 375 data[++count] += stats_tx.packets; in aq_vec_get_sw_stats() 376 data[++count] += stats_tx.queue_restarts; in aq_vec_get_sw_stats()
|
D | aq_vec.h | 39 struct aq_ring_stats_tx_s *stats_tx);
|
/Linux-v5.4/drivers/net/ethernet/socionext/ |
D | sni_ave.c | 269 struct ave_stats stats_tx; member 702 priv->stats_tx.errors++; in ave_tx_complete() 704 priv->stats_tx.collisions++; in ave_tx_complete() 722 u64_stats_update_begin(&priv->stats_tx.syncp); in ave_tx_complete() 723 priv->stats_tx.packets += tx_packets; in ave_tx_complete() 724 priv->stats_tx.bytes += tx_bytes; in ave_tx_complete() 725 u64_stats_update_end(&priv->stats_tx.syncp); in ave_tx_complete() 1411 priv->stats_tx.dropped++; in ave_start_xmit() 1422 priv->stats_tx.dropped++; in ave_start_xmit() 1509 start = u64_stats_fetch_begin_irq(&priv->stats_tx.syncp); in ave_get_stats64() [all …]
|
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_stats.c | 406 mac_stats.mstat_stats.stats_tx) >> 2; in bnx2x_port_stats_init() 670 ADD_STAT64(stats_tx.tx_gtxpf, tx_stat_outxoffsent); in bnx2x_mstat_stats_update() 671 ADD_STAT64(stats_tx.tx_gtxpf, tx_stat_flowcontroldone); in bnx2x_mstat_stats_update() 674 ADD_64(pstats->pfc_frames_tx_hi, new->stats_tx.tx_gtxpp_hi, in bnx2x_mstat_stats_update() 675 pstats->pfc_frames_tx_lo, new->stats_tx.tx_gtxpp_lo); in bnx2x_mstat_stats_update() 679 ADD_STAT64(stats_tx.tx_gt64, tx_stat_etherstatspkts64octets); in bnx2x_mstat_stats_update() 680 ADD_STAT64(stats_tx.tx_gt127, in bnx2x_mstat_stats_update() 682 ADD_STAT64(stats_tx.tx_gt255, in bnx2x_mstat_stats_update() 684 ADD_STAT64(stats_tx.tx_gt511, in bnx2x_mstat_stats_update() 686 ADD_STAT64(stats_tx.tx_gt1023, in bnx2x_mstat_stats_update() [all …]
|
D | bnx2x_hsi.h | 2730 } stats_tx; member
|
/Linux-v5.4/drivers/net/wireless/intel/iwlegacy/ |
D | commands.h | 2882 struct stats_tx { struct 2987 struct stats_tx tx;
|
D | 4965-debug.c | 459 int bufsz = (sizeof(struct stats_tx) * 48) + 250; in il4965_ucode_tx_stats_read() 461 struct stats_tx *tx, *accum_tx, *delta_tx, *max_tx; in il4965_ucode_tx_stats_read()
|