Searched refs:TX_STAT_INC (Results 1 – 6 of 6) sorted by relevance
/drivers/net/wireless/ath/ath9k/ |
D | debug.c | 898 TX_STAT_INC(qnum, tx_pkts_all); in ath_debug_stat_tx() 903 TX_STAT_INC(qnum, a_xretries); in ath_debug_stat_tx() 905 TX_STAT_INC(qnum, a_completed); in ath_debug_stat_tx() 908 TX_STAT_INC(qnum, xretries); in ath_debug_stat_tx() 910 TX_STAT_INC(qnum, completed); in ath_debug_stat_tx() 914 TX_STAT_INC(qnum, txerr_filtered); in ath_debug_stat_tx() 916 TX_STAT_INC(qnum, fifo_underrun); in ath_debug_stat_tx() 918 TX_STAT_INC(qnum, xtxop); in ath_debug_stat_tx() 920 TX_STAT_INC(qnum, timer_exp); in ath_debug_stat_tx() 922 TX_STAT_INC(qnum, desc_cfg_err); in ath_debug_stat_tx() [all …]
|
D | debug.h | 28 #define TX_STAT_INC(q, c) sc->debug.stats.txstats[q].c++ macro 34 #define TX_STAT_INC(q, c) do { } while (0) macro
|
D | hif_usb.c | 245 TX_STAT_INC(skb_success); in ath9k_skb_queue_complete() 249 TX_STAT_INC(skb_failed); in ath9k_skb_queue_complete() 303 TX_STAT_INC(buf_completed); in hif_usb_tx_cb() 354 TX_STAT_INC(skb_queued); in __hif_usb_tx() 372 TX_STAT_INC(buf_queued); in __hif_usb_tx() 507 TX_STAT_INC(skb_failed); in hif_usb_sta_drain()
|
D | xmit.c | 349 TX_STAT_INC(txq->axq_qnum, a_retries); in ath_tx_set_retry() 1023 TX_STAT_INC(txq->axq_qnum, a_aggr); in ath_tx_form_aggr() 1588 TX_STAT_INC(txq->axq_qnum, a_queued_hw); in ath9k_release_buffered_frames() 1980 TX_STAT_INC(txq->axq_qnum, puttxbuf); in ath_tx_txqaddbuf() 1987 TX_STAT_INC(txq->axq_qnum, txstart); in ath_tx_txqaddbuf() 2024 TX_STAT_INC(txq->axq_qnum, queued); in ath_tx_send_normal() 2292 TX_STAT_INC(txq->axq_qnum, a_queued_sw); in ath_tx_start() 2389 TX_STAT_INC(txctl.txq->axq_qnum, queued); in ath_tx_cabq() 2594 TX_STAT_INC(txq->axq_qnum, txprocdesc); in ath_tx_processq() 2670 TX_STAT_INC(txq->axq_qnum, txprocdesc); in ath_tx_edma_tasklet()
|
D | htc.h | 326 #define TX_STAT_INC(c) (hif_dev->htc_handle->drv_priv->debug.tx_stats.c++) macro 372 #define TX_STAT_INC(c) do { } while (0) macro
|
D | main.c | 800 TX_STAT_INC(txctl.txq->axq_qnum, txfailed); in ath9k_tx()
|