Home
last modified time | relevance | path

Searched refs:TX_STAT_INC (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Ddebug.c818 TX_STAT_INC(sc, qnum, tx_pkts_all); in ath_debug_stat_tx()
823 TX_STAT_INC(sc, qnum, a_xretries); in ath_debug_stat_tx()
825 TX_STAT_INC(sc, qnum, a_completed); in ath_debug_stat_tx()
828 TX_STAT_INC(sc, qnum, xretries); in ath_debug_stat_tx()
830 TX_STAT_INC(sc, qnum, completed); in ath_debug_stat_tx()
834 TX_STAT_INC(sc, qnum, txerr_filtered); in ath_debug_stat_tx()
836 TX_STAT_INC(sc, qnum, fifo_underrun); in ath_debug_stat_tx()
838 TX_STAT_INC(sc, qnum, xtxop); in ath_debug_stat_tx()
840 TX_STAT_INC(sc, qnum, timer_exp); in ath_debug_stat_tx()
842 TX_STAT_INC(s in ath_debug_stat_tx()
[all...]
H A Ddebug.h28 #define TX_STAT_INC(sc, q, c) do { (sc)->debug.stats.txstats[q].c++; } while (0) macro
34 #define TX_STAT_INC(sc, q, c) do { (void)(sc); } while (0) macro
H A Dhif_usb.c245 TX_STAT_INC(hif_dev, skb_success); in ath9k_skb_queue_complete()
249 TX_STAT_INC(hif_dev, skb_failed); in ath9k_skb_queue_complete()
303 TX_STAT_INC(hif_dev, buf_completed); in hif_usb_tx_cb()
354 TX_STAT_INC(hif_dev, skb_queued); in __hif_usb_tx()
370 TX_STAT_INC(hif_dev, buf_queued); in __hif_usb_tx()
515 TX_STAT_INC(hif_dev, skb_failed); in hif_usb_sta_drain()
H A Dhtc.h333 #define TX_STAT_INC(hif_dev, c) \ macro
380 #define TX_STAT_INC(hif_dev, c) do { } while (0) macro
H A Dxmit.c395 TX_STAT_INC(sc, txq->axq_qnum, a_retries); in ath_tx_set_retry()
1100 TX_STAT_INC(sc, txq->axq_qnum, a_aggr); in ath_tx_form_aggr()
1730 TX_STAT_INC(sc, txq->axq_qnum, a_queued_hw); in ath9k_release_buffered_frames()
2084 TX_STAT_INC(sc, txq->axq_qnum, puttxbuf); in ath_tx_txqaddbuf()
2091 TX_STAT_INC(sc, txq->axq_qnum, txstart); in ath_tx_txqaddbuf()
2128 TX_STAT_INC(sc, txq->axq_qnum, queued); in ath_tx_send_normal()
2449 TX_STAT_INC(sc, txctl.txq->axq_qnum, queued); in ath_tx_cabq()
2674 TX_STAT_INC(sc, txq->axq_qnum, txprocdesc); in ath_tx_processq()
2753 TX_STAT_INC(sc, txq->axq_qnum, txprocdesc); in ath_tx_edma_tasklet()
H A Dmain.c821 TX_STAT_INC(sc, txctl.txq->axq_qnum, txfailed); in ath9k_tx()