Searched refs:TX_STAT_INC (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Ddebug.h28 #define TX_STAT_INC(q, c) sc->debug.stats.txstats[q].c++ macro
31 #define TX_STAT_INC(q, c) do { } while (0) macro
H A Dhif_usb.c237 TX_STAT_INC(skb_success);
239 TX_STAT_INC(skb_failed);
293 TX_STAT_INC(buf_completed);
344 TX_STAT_INC(skb_queued);
362 TX_STAT_INC(buf_queued);
497 TX_STAT_INC(skb_failed);
H A Dhtc.h318 #define TX_STAT_INC(c) (hif_dev->htc_handle->drv_priv->debug.tx_stats.c++) macro
359 #define TX_STAT_INC(c) do { } while (0) macro
H A Ddebug.c855 TX_STAT_INC(qnum, tx_pkts_all);
860 TX_STAT_INC(qnum, a_xretries);
862 TX_STAT_INC(qnum, a_completed);
865 TX_STAT_INC(qnum, xretries);
867 TX_STAT_INC(qnum, completed);
871 TX_STAT_INC(qnum, fifo_underrun);
873 TX_STAT_INC(qnum, xtxop);
875 TX_STAT_INC(qnum, timer_exp);
877 TX_STAT_INC(qnum, desc_cfg_err);
879 TX_STAT_INC(qnu
[all...]
H A Dxmit.c308 TX_STAT_INC(txq->axq_qnum, a_retries);
1162 TX_STAT_INC(txq->axq_qnum, a_aggr);
1686 TX_STAT_INC(txq->axq_qnum, puttxbuf);
1693 TX_STAT_INC(txq->axq_qnum, txstart);
1725 TX_STAT_INC(txctl->txq->axq_qnum, a_queued_sw);
1744 TX_STAT_INC(txctl->txq->axq_qnum, a_queued_hw);
1771 TX_STAT_INC(txq->axq_qnum, queued);
2202 TX_STAT_INC(txq->axq_qnum, txprocdesc);

Completed in 67 milliseconds