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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx_edma.c315 txq->axq_aggr_depth);
380 else if (txq->axq_aggr_depth > 0 && txq->axq_fifo_depth < 2)
546 txq->axq_aggr_depth++;
920 txq->axq_aggr_depth--;
H A Dif_ath_tx.c877 txq->axq_aggr_depth++;
3261 (txq->axq_aggr_depth < sc->sc_hwq_limit_aggr)) {
3871 "%s: %s: %6D: bf=%p: txq[%d] axq_depth=%d, axq_aggr_depth=%d\n",
3879 txq->axq_aggr_depth);
5638 if (txq->axq_aggr_depth >= sc->sc_hwq_limit_aggr ||
5758 * in axq_aggr_depth, whether they've been scheduled or not.
5779 if (txq->axq_aggr_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.c3765 dst->axq_aggr_depth += src->axq_aggr_depth;
3767 src->axq_aggr_depth = 0;
3956 txq->axq_aggr_depth = 0;
4492 txq->axq_aggr_depth--;
4986 txq->axq_aggr_depth--;
H A Dif_athvar.h358 u_int axq_aggr_depth; /* how many aggregates are queued */ member in struct:ath_txq
H A Dif_ath_sysctl.c499 printf("HW TXQ %d: axq_depth=%d, axq_aggr_depth=%d, "
503 sc->sc_txq[i].axq_aggr_depth,

Completed in 179 milliseconds