Lines Matching refs:tx_stats
611 const struct be_tx_stats *tx_stats = tx_stats(txo); in be_get_stats64() local
614 start = u64_stats_fetch_begin_irq(&tx_stats->sync); in be_get_stats64()
615 pkts = tx_stats(txo)->tx_pkts; in be_get_stats64()
616 bytes = tx_stats(txo)->tx_bytes; in be_get_stats64()
617 } while (u64_stats_fetch_retry_irq(&tx_stats->sync, start)); in be_get_stats64()
669 struct be_tx_stats *stats = tx_stats(txo); in be_tx_stats_update()
1172 tx_stats(txo)->tx_stops++; in be_xmit()
1180 tx_stats(txo)->tx_drv_drops++; in be_xmit()
2666 tx_stats(txo)->tx_hdr_parse_err++; in be_update_tx_err()
2669 tx_stats(txo)->tx_dma_err++; in be_update_tx_err()
2672 tx_stats(txo)->tx_spoof_check_err++; in be_update_tx_err()
2681 tx_stats(txo)->tx_tso_err++; in lancer_update_tx_err()
2685 tx_stats(txo)->tx_spoof_check_err++; in lancer_update_tx_err()
2688 tx_stats(txo)->tx_qinq_err++; in lancer_update_tx_err()
2691 tx_stats(txo)->tx_internal_parity_err++; in lancer_update_tx_err()
2694 tx_stats(txo)->tx_dma_err++; in lancer_update_tx_err()
2728 u64_stats_update_begin(&tx_stats(txo)->sync_compl); in be_process_tx()
2729 tx_stats(txo)->tx_compl += work_done; in be_process_tx()
2730 u64_stats_update_end(&tx_stats(txo)->sync_compl); in be_process_tx()