Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath_tx_edma.c313 txq->axq_aggr_depth); in ath_edma_tx_fifo_fill()
378 else if (txq->axq_aggr_depth > 0 && txq->axq_fifo_depth < 2) in ath_edma_tx_fifo_fill()
544 txq->axq_aggr_depth++; in ath_edma_xmit_handoff_hw()
918 txq->axq_aggr_depth--; in ath_edma_tx_processq()
H A Dif_ath_tx.c875 txq->axq_aggr_depth++; in ath_tx_handoff_hw()
3259 (txq->axq_aggr_depth < sc->sc_hwq_limit_aggr)) { in ath_tx_swq()
3877 txq->axq_aggr_depth); in ath_tx_tid_drain_print()
5636 if (txq->axq_aggr_depth >= sc->sc_hwq_limit_aggr ||
5777 if (txq->axq_aggr_depth >= sc->sc_hwq_limit_aggr) {
5825 if (txq->axq_aggr_depth + txq->fifo.axq_depth >= sc->sc_hwq_limit_aggr) {
H A Dif_ath.c3801 dst->axq_aggr_depth += src->axq_aggr_depth; in ath_txqmove()
3803 src->axq_aggr_depth = 0; in ath_txqmove()
3992 txq->axq_aggr_depth = 0; in ath_txq_init()
4533 txq->axq_aggr_depth--; in ath_tx_processq()
5027 txq->axq_aggr_depth--; in ath_tx_draintxq()
H A Dif_ath_sysctl.c501 sc->sc_txq[i].axq_aggr_depth, in ath_sysctl_txagg()
H A Dif_athvar.h357 u_int axq_aggr_depth; /* how many aggregates are queued */ member