Symbol: TX_STAT_INC
drivers/net/wireless/ath/ath9k/debug.c
818
TX_STAT_INC(sc, qnum, tx_pkts_all);
drivers/net/wireless/ath/ath9k/debug.c
823
TX_STAT_INC(sc, qnum, a_xretries);
drivers/net/wireless/ath/ath9k/debug.c
825
TX_STAT_INC(sc, qnum, a_completed);
drivers/net/wireless/ath/ath9k/debug.c
828
TX_STAT_INC(sc, qnum, xretries);
drivers/net/wireless/ath/ath9k/debug.c
830
TX_STAT_INC(sc, qnum, completed);
drivers/net/wireless/ath/ath9k/debug.c
834
TX_STAT_INC(sc, qnum, txerr_filtered);
drivers/net/wireless/ath/ath9k/debug.c
836
TX_STAT_INC(sc, qnum, fifo_underrun);
drivers/net/wireless/ath/ath9k/debug.c
838
TX_STAT_INC(sc, qnum, xtxop);
drivers/net/wireless/ath/ath9k/debug.c
840
TX_STAT_INC(sc, qnum, timer_exp);
drivers/net/wireless/ath/ath9k/debug.c
842
TX_STAT_INC(sc, qnum, desc_cfg_err);
drivers/net/wireless/ath/ath9k/debug.c
844
TX_STAT_INC(sc, qnum, data_underrun);
drivers/net/wireless/ath/ath9k/debug.c
846
TX_STAT_INC(sc, qnum, delim_underrun);
drivers/net/wireless/ath/ath9k/hif_usb.c
245
TX_STAT_INC(hif_dev, skb_success);
drivers/net/wireless/ath/ath9k/hif_usb.c
249
TX_STAT_INC(hif_dev, skb_failed);
drivers/net/wireless/ath/ath9k/hif_usb.c
303
TX_STAT_INC(hif_dev, buf_completed);
drivers/net/wireless/ath/ath9k/hif_usb.c
354
TX_STAT_INC(hif_dev, skb_queued);
drivers/net/wireless/ath/ath9k/hif_usb.c
370
TX_STAT_INC(hif_dev, buf_queued);
drivers/net/wireless/ath/ath9k/hif_usb.c
515
TX_STAT_INC(hif_dev, skb_failed);
drivers/net/wireless/ath/ath9k/main.c
821
TX_STAT_INC(sc, txctl.txq->axq_qnum, txfailed);
drivers/net/wireless/ath/ath9k/xmit.c
1100
TX_STAT_INC(sc, txq->axq_qnum, a_aggr);
drivers/net/wireless/ath/ath9k/xmit.c
1730
TX_STAT_INC(sc, txq->axq_qnum, a_queued_hw);
drivers/net/wireless/ath/ath9k/xmit.c
2084
TX_STAT_INC(sc, txq->axq_qnum, puttxbuf);
drivers/net/wireless/ath/ath9k/xmit.c
2091
TX_STAT_INC(sc, txq->axq_qnum, txstart);
drivers/net/wireless/ath/ath9k/xmit.c
2128
TX_STAT_INC(sc, txq->axq_qnum, queued);
drivers/net/wireless/ath/ath9k/xmit.c
2449
TX_STAT_INC(sc, txctl.txq->axq_qnum, queued);
drivers/net/wireless/ath/ath9k/xmit.c
2674
TX_STAT_INC(sc, txq->axq_qnum, txprocdesc);
drivers/net/wireless/ath/ath9k/xmit.c
2753
TX_STAT_INC(sc, txq->axq_qnum, txprocdesc);
drivers/net/wireless/ath/ath9k/xmit.c
395
TX_STAT_INC(sc, txq->axq_qnum, a_retries);