Lines Matching refs:tx_stats
623 const struct be_tx_stats *tx_stats = tx_stats(txo); in be_get_stats64() local
626 start = u64_stats_fetch_begin_irq(&tx_stats->sync); in be_get_stats64()
627 pkts = tx_stats(txo)->tx_pkts; in be_get_stats64()
628 bytes = tx_stats(txo)->tx_bytes; in be_get_stats64()
629 } while (u64_stats_fetch_retry_irq(&tx_stats->sync, start)); in be_get_stats64()
683 struct be_tx_stats *stats = tx_stats(txo); in be_tx_stats_update()
1328 tx_stats(txo)->tx_stops++; in be_xmit()
1336 tx_stats(txo)->tx_drv_drops++; in be_xmit()
2917 tx_stats(txo)->tx_hdr_parse_err++; in be_update_tx_err()
2920 tx_stats(txo)->tx_dma_err++; in be_update_tx_err()
2923 tx_stats(txo)->tx_spoof_check_err++; in be_update_tx_err()
2932 tx_stats(txo)->tx_tso_err++; in lancer_update_tx_err()
2936 tx_stats(txo)->tx_spoof_check_err++; in lancer_update_tx_err()
2939 tx_stats(txo)->tx_qinq_err++; in lancer_update_tx_err()
2942 tx_stats(txo)->tx_internal_parity_err++; in lancer_update_tx_err()
2945 tx_stats(txo)->tx_dma_err++; in lancer_update_tx_err()
2979 u64_stats_update_begin(&tx_stats(txo)->sync_compl); in be_process_tx()
2980 tx_stats(txo)->tx_compl += work_done; in be_process_tx()
2981 u64_stats_update_end(&tx_stats(txo)->sync_compl); in be_process_tx()