Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
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()