Searched refs:stats_tx (Results 1 – 8 of 8) sorted by relevance
/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_vec.c | 340 struct aq_ring_stats_tx_s *stats_tx) in aq_vec_add_stats() argument 356 stats_tx->packets += tx->packets; in aq_vec_add_stats() 357 stats_tx->bytes += tx->bytes; in aq_vec_add_stats() 358 stats_tx->errors += tx->errors; in aq_vec_add_stats() 359 stats_tx->queue_restarts += tx->queue_restarts; in aq_vec_add_stats() 367 struct aq_ring_stats_tx_s stats_tx; in aq_vec_get_sw_stats() local 370 memset(&stats_tx, 0U, sizeof(struct aq_ring_stats_tx_s)); in aq_vec_get_sw_stats() 371 aq_vec_add_stats(self, &stats_rx, &stats_tx); in aq_vec_get_sw_stats() 376 data[++count] += stats_tx.packets; in aq_vec_get_sw_stats() 377 data[++count] += stats_tx.queue_restarts; in aq_vec_get_sw_stats()
|
D | aq_vec.h | 40 struct aq_ring_stats_tx_s *stats_tx);
|
D | aq_nic.c | 173 struct aq_ring_stats_tx_s stats_tx; in aq_nic_service_timer_cb() local 186 memset(&stats_tx, 0U, sizeof(struct aq_ring_stats_tx_s)); in aq_nic_service_timer_cb() 189 aq_vec_add_stats(self->aq_vec[i], &stats_rx, &stats_tx); in aq_nic_service_timer_cb() 195 ndev->stats.tx_packets = stats_tx.packets; in aq_nic_service_timer_cb() 196 ndev->stats.tx_bytes = stats_tx.bytes; in aq_nic_service_timer_cb() 197 ndev->stats.tx_errors = stats_tx.errors; in aq_nic_service_timer_cb()
|
/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
|
/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;
|
D | 4965-mac.c | 1341 struct stats_tx *tx, *accum_tx; in il4965_accumulative_stats()
|