Searched refs:axq_qnum (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dxmit.c251 TX_STAT_INC(txq->axq_qnum, a_retries);
788 TX_STAT_INC(txq->axq_qnum, a_aggr);
955 txq->axq_qnum = qnum;
984 BUG_ON(sc->tx.txq[qnum].axq_qnum != qnum);
1007 int qnum = sc->beacon.cabq->axq_qnum;
1146 ath9k_hw_stoptxdma(ah, txq->axq_qnum);
1147 npend += ath9k_hw_numtxpending(ah, txq->axq_qnum);
1174 ath9k_hw_releasetxqueue(sc->sc_ah, txq->axq_qnum);
1175 sc->tx.txqsetup &= ~(1<<txq->axq_qnum);
1233 sc->tx.hwq_map[haltype] = txq->axq_qnum;
[all...]
H A Ddebug.c681 TX_STAT_INC(txq->axq_qnum, a_xretries);
683 TX_STAT_INC(txq->axq_qnum, a_completed);
685 TX_STAT_INC(txq->axq_qnum, completed);
689 TX_STAT_INC(txq->axq_qnum, fifo_underrun);
691 TX_STAT_INC(txq->axq_qnum, xtxop);
693 TX_STAT_INC(txq->axq_qnum, timer_exp);
695 TX_STAT_INC(txq->axq_qnum, desc_cfg_err);
697 TX_STAT_INC(txq->axq_qnum, data_underrun);
699 TX_STAT_INC(txq->axq_qnum, delim_underrun);
H A Dath9k.h199 u32 axq_qnum; member in struct:ath_txq

Completed in 182 milliseconds