Home
last modified time | relevance | path

Searched refs:axq_depth (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dxmit.c1005 txq->axq_depth = 0; in ath_txq_setup()
1140 txq->axq_depth--; in ath_draintxq()
1315 "qnum: %d, txq depth: %d\n", txq->axq_qnum, txq->axq_depth); in ath_tx_txqaddbuf()
1318 if (txq->axq_depth >= ATH_TXFIFO_DEPTH) { in ath_tx_txqaddbuf()
1354 txq->axq_depth++; in ath_tx_txqaddbuf()
2064 txq->axq_depth--; in ath_tx_processq()
2139 if (txq->axq_depth) { in ath_tx_complete_poll_work()
2244 txq->axq_depth--; in ath_tx_edma_tasklet()
Dath9k.h188 u32 axq_depth; member
Dbeacon.c202 cabq_depth = cabq->axq_depth; in ath_beacon_generate()
Ddebug.c573 PRX("axq-depth: ", axq_depth); in read_file_xmit()
Dmain.c63 if (txq->axq_depth || !list_empty(&txq->axq_acq)) in ath9k_has_pending_frames()