Searched refs:stats_tx (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_vec.c | 341 struct aq_ring_stats_tx_s *stats_tx) in aq_vec_add_stats() argument 357 stats_tx->packets += tx->packets; in aq_vec_add_stats() 358 stats_tx->bytes += tx->bytes; in aq_vec_add_stats() 359 stats_tx->errors += tx->errors; in aq_vec_add_stats() 360 stats_tx->queue_restarts += tx->queue_restarts; in aq_vec_add_stats() 368 struct aq_ring_stats_tx_s stats_tx; in aq_vec_get_sw_stats() local 371 memset(&stats_tx, 0U, sizeof(struct aq_ring_stats_tx_s)); in aq_vec_get_sw_stats() 372 aq_vec_add_stats(self, &stats_rx, &stats_tx); in aq_vec_get_sw_stats() 377 data[++count] += stats_tx.packets; in aq_vec_get_sw_stats() 378 data[++count] += stats_tx.queue_restarts; in aq_vec_get_sw_stats()
|
D | aq_vec.h | 42 struct aq_ring_stats_tx_s *stats_tx);
|
/Linux-v4.19/drivers/net/ethernet/socionext/ |
D | sni_ave.c | 267 struct ave_stats stats_tx; member 708 priv->stats_tx.errors++; in ave_tx_complete() 710 priv->stats_tx.collisions++; in ave_tx_complete() 728 u64_stats_update_begin(&priv->stats_tx.syncp); in ave_tx_complete() 729 priv->stats_tx.packets += tx_packets; in ave_tx_complete() 730 priv->stats_tx.bytes += tx_bytes; in ave_tx_complete() 731 u64_stats_update_end(&priv->stats_tx.syncp); in ave_tx_complete() 1417 priv->stats_tx.dropped++; in ave_start_xmit() 1428 priv->stats_tx.dropped++; in ave_start_xmit() 1515 start = u64_stats_fetch_begin_irq(&priv->stats_tx.syncp); in ave_get_stats64() [all …]
|
/Linux-v4.19/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 | 2725 } stats_tx; member
|
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/ |
D | 4965-debug.c | 477 int bufsz = (sizeof(struct stats_tx) * 48) + 250; in il4965_ucode_tx_stats_read() 479 struct stats_tx *tx, *accum_tx, *delta_tx, *max_tx; in il4965_ucode_tx_stats_read()
|
D | commands.h | 2882 struct stats_tx { struct 2987 struct stats_tx tx;
|