Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dxmit.c1174 } while (txq->axq_ampdu_depth < ATH_AGGR_MIN_QDEPTH && in ath_tx_sched_aggr()
1393 txq->axq_ampdu_depth = 0; in ath_txq_setup()
1495 txq->axq_ampdu_depth--; in ath_drain_txq_list()
1595 txq->axq_ampdu_depth >= ATH_AGGR_MIN_QDEPTH) in ath_txq_schedule()
1625 txq->axq_ampdu_depth >= ATH_AGGR_MIN_QDEPTH) in ath_txq_schedule()
1635 txq->axq_ampdu_depth >= ATH_AGGR_MIN_QDEPTH) in ath_txq_schedule()
1705 txq->axq_ampdu_depth++; in ath_tx_txqaddbuf()
1725 txctl->txq->axq_ampdu_depth >= ATH_AGGR_MIN_QDEPTH) { in ath_tx_send_ampdu()
2164 txq->axq_ampdu_depth--; in ath_tx_process_buffer()
Dath9k.h187 u32 axq_ampdu_depth; member
Ddebug.c538 PRX("axq-ampdu_depth: ", axq_ampdu_depth); in read_file_xmit()