Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dxmit.c841 } while (txq->axq_ampdu_depth < ATH_AGGR_MIN_QDEPTH && in ath_tx_sched_aggr()
1006 txq->axq_ampdu_depth = 0; in ath_txq_setup()
1142 txq->axq_ampdu_depth--; in ath_draintxq()
1242 txq->axq_ampdu_depth >= ATH_AGGR_MIN_QDEPTH) in ath_txq_schedule()
1272 txq->axq_ampdu_depth >= ATH_AGGR_MIN_QDEPTH) in ath_txq_schedule()
1284 txq->axq_ampdu_depth >= ATH_AGGR_MIN_QDEPTH) in ath_txq_schedule()
1356 txq->axq_ampdu_depth++; in ath_tx_txqaddbuf()
1376 txctl->txq->axq_ampdu_depth >= ATH_AGGR_MIN_QDEPTH) { in ath_tx_send_ampdu()
2071 txq->axq_ampdu_depth--; in ath_tx_processq()
2247 txq->axq_ampdu_depth--; in ath_tx_edma_tasklet()
Dath9k.h189 u32 axq_ampdu_depth; member
Ddebug.c574 PRX("axq-ampdu_depth: ", axq_ampdu_depth); in read_file_xmit()