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

/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_tx_edma.c267 txq->fifo.axq_depth += sqdepth;
273 __func__, sqdepth, txq->fifo.axq_depth, txq->axq_fifo_depth);
284 txq->fifo.axq_depth);
350 if (txq->axq_depth >= TX_BATCH_SIZE / 2 &&
351 txq->fifo.axq_depth <= TX_BATCH_SIZE) {
900 txq->fifo.axq_depth);
H A Dif_athvar.h131 u_int axq_depth; /* SW queue depth */ member in struct:ath_tid
135 u_int axq_depth; /* SW queue depth */ member in struct:ath_tid::__anon9264
352 u_int axq_depth; /* queue depth (stat only) */ member in struct:ath_txq
373 u_int axq_depth; /* how many frames (1 per legacy, 1 per A-MPDU list) are in the FIFO queue */ member in struct:ath_txq::__anon9267
421 (_tq)->axq_depth++; \
425 (_tq)->axq_depth++; \
429 (_tq)->axq_depth--; \
439 (_tq)->axq_depth++; \
444 (_tq)->axq_depth++; \
449 (_tq)->axq_depth
[all...]
H A Dif_ath_beacon.c638 cabq->fifo.axq_depth += cabq->axq_depth;
639 cabq->axq_depth = 0;
714 nmcastq = avp->av_mcastq.axq_depth;
729 if ((vap->iv_bcn_off.bo_tim[4] & 1) && cabq->axq_depth) {
732 __func__, nmcastq, cabq->axq_depth);
H A Dif_ath_tx.c795 txq->axq_depth);
809 txq->axq_depth);
837 txq->axq_depth);
844 txq->axq_depth);
1892 if (sc->sc_cabq->axq_depth + sc->sc_cabq->fifo.axq_depth
1948 if (sc->sc_cabq_enable && ismcast && (vap->iv_ps_sta || avp->av_mcastq.axq_depth)) {
2370 if (sc->sc_cabq->axq_depth + sc->sc_cabq->fifo.axq_depth
3109 if (txq->axq_depth
[all...]
H A Dif_ath.c3649 dst->axq_depth += src->axq_depth;
3651 src->axq_depth = 0;
3836 txq->axq_depth = 0;
4277 txq->axq_depth);
4339 if (txq->axq_depth > 0) {
4388 if (txq->axq_depth <= 1)
4792 "%s: Q%d: fifo_depth=0, fifo.axq_depth=%d?\n",
4795 txq->fifo.axq_depth);
4806 if (txq->axq_fifo_depth != 0 || txq->fifo.axq_depth !
[all...]
H A Dif_ath_sysctl.c495 printf("HW TXQ %d: axq_depth=%d, axq_aggr_depth=%d, "
498 sc->sc_txq[i].axq_depth,

Completed in 126 milliseconds