Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dxmit.c685 txq->axq_depth--; in ath_tx_process_buffer()
1380 (!aggr && txq->axq_depth >= ATH_NON_AGGR_MIN_QDEPTH)) { in ath_tx_sched_aggr()
1673 txq->axq_depth = 0; in ath_txq_setup()
1800 if (!sc->tx.txq[i].axq_depth) in ath_drain_all_txq()
1959 txq->axq_qnum, txq->axq_depth); in ath_tx_txqaddbuf()
1993 txq->axq_depth++; in ath_tx_txqaddbuf()
2427 if ((sc->ps_flags & PS_WAIT_FOR_TX_ACK) && !txq->axq_depth) { in ath_tx_complete()
Dlink.c42 if (txq->axq_depth) { in ath_tx_complete_poll_work()
Dbeacon.c174 cabq_depth = cabq->axq_depth; in ath9k_beacon_generate()
Dath9k.h165 u32 axq_depth; member
Ddebug.c700 "qdepth", txq->axq_depth); in print_queue()
Dmain.c63 if (txq->axq_depth) { in ath9k_has_pending_frames()