Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tx_edma.c372 txq->axq_aggr_depth++; in ath_edma_xmit_handoff_hw()
726 txq->axq_aggr_depth--; in ath_edma_tx_processq()
H A Dif_ath_tx.c885 txq->axq_aggr_depth++; in ath_tx_handoff_hw()
3181 (txq->axq_aggr_depth < sc->sc_hwq_limit_aggr)) { in ath_tx_swq()
3904 txq->axq_aggr_depth); in ath_tx_tid_drain_print()
3915 txq->axq_aggr_depth); in ath_tx_tid_drain_print()
5659 if (txq->axq_aggr_depth >= sc->sc_hwq_limit_aggr ||
5786 if (txq->axq_aggr_depth + txq->fifo.axq_depth >= sc->sc_hwq_limit_aggr) {
5827 if (txq->axq_aggr_depth + txq->fifo.axq_depth >= sc->sc_hwq_limit_aggr) {
H A Dif_ath.c3748 dst->axq_aggr_depth += src->axq_aggr_depth;
3750 src->axq_aggr_depth = 0;
3969 txq->axq_aggr_depth = 0;
4488 txq->axq_aggr_depth--;
4980 txq->axq_aggr_depth--;
H A Dif_ath_sysctl.c502 sc->sc_txq[i].axq_aggr_depth, in ath_sysctl_txagg()
H A Dif_athvar.h361 u_int axq_aggr_depth; /* how many aggregates are queued */ member