Searched refs:axq_aggr_depth (Results 1 – 5 of 5) sorted by relevance
313 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()
875 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) {
3809 dst->axq_aggr_depth += src->axq_aggr_depth; in ath_txqmove()3811 src->axq_aggr_depth = 0; in ath_txqmove()4000 txq->axq_aggr_depth = 0; in ath_txq_init()4541 txq->axq_aggr_depth--; in ath_tx_processq()5035 txq->axq_aggr_depth--; in ath_tx_draintxq()
501 sc->sc_txq[i].axq_aggr_depth, in ath_sysctl_txagg()
357 u_int axq_aggr_depth; /* how many aggregates are queued */ member