Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/
Dif_ath_tx_edma.c276 txq->fifo.axq_depth += sqdepth; in ath_tx_edma_push_staging_list()
282 __func__, sqdepth, txq->fifo.axq_depth, txq->axq_fifo_depth); in ath_tx_edma_push_staging_list()
293 txq->fifo.axq_depth); in ath_tx_edma_push_staging_list()
312 txq->fifo.axq_depth, in ath_edma_tx_fifo_fill()
314 txq->axq_depth, in ath_edma_tx_fifo_fill()
364 if (txq->axq_depth >= TX_BATCH_SIZE / 2 && in ath_edma_tx_fifo_fill()
365 txq->fifo.axq_depth <= TX_BATCH_SIZE) { in ath_edma_tx_fifo_fill()
939 txq->fifo.axq_depth); in ath_edma_tx_processq()
Dif_athvar.h133 u_int axq_depth; /* SW queue depth */ member
137 u_int axq_depth; /* SW queue depth */ member
357 u_int axq_depth; /* queue depth (stat only) */ member
378 u_int axq_depth; /* how many frames (1 per legacy, 1 per A-MPDU list) are in the FIFO queue */ member
425 (_tq)->axq_depth++; \
429 (_tq)->axq_depth++; \
433 (_tq)->axq_depth--; \
443 (_tq)->axq_depth++; \
448 (_tq)->axq_depth++; \
453 (_tq)->axq_depth--; \
[all …]
Dif_ath_beacon.c644 cabq->fifo.axq_depth += cabq->axq_depth; in ath_beacon_cabq_start_edma()
645 cabq->axq_depth = 0; in ath_beacon_cabq_start_edma()
720 nmcastq = avp->av_mcastq.axq_depth; in ath_beacon_generate()
735 if ((vap->iv_bcn_off.bo_tim[4] & 1) && cabq->axq_depth) { in ath_beacon_generate()
738 __func__, nmcastq, cabq->axq_depth); in ath_beacon_generate()
Dif_ath_tx.c810 txq->axq_depth); in ath_tx_handoff_hw()
824 txq->axq_depth); in ath_tx_handoff_hw()
852 txq->axq_depth); in ath_tx_handoff_hw()
859 txq->axq_depth); in ath_tx_handoff_hw()
1962 if (sc->sc_cabq->axq_depth + sc->sc_cabq->fifo.axq_depth in ath_tx_start()
2018 if (sc->sc_cabq_enable && ismcast && (vap->iv_ps_sta || avp->av_mcastq.axq_depth)) { in ath_tx_start()
2461 if (sc->sc_cabq->axq_depth + sc->sc_cabq->fifo.axq_depth in ath_raw_xmit()
3222 if (txq->axq_depth + txq->fifo.axq_depth == 0) { in ath_tx_swq()
3260 } else if ((txq->axq_depth + txq->fifo.axq_depth < sc->sc_hwq_limit_nonaggr) && in ath_tx_swq()
3407 if (tid->axq_depth == 0) in ath_tx_tid_resume()
[all …]
Dif_ath.c3753 dst->axq_depth += src->axq_depth; in ath_txqmove()
3755 src->axq_depth = 0; in ath_txqmove()
3944 txq->axq_depth = 0; in ath_txq_init()
4402 txq->axq_depth); in ath_tx_processq()
4464 if (txq->axq_depth > 0) { in ath_tx_processq()
4515 if (txq->axq_depth <= 1) in ath_tx_processq()
4922 txq->fifo.axq_depth); in ath_tx_draintxq_get_one()
4933 if (txq->axq_fifo_depth != 0 || txq->fifo.axq_depth != 0) { in ath_tx_draintxq_get_one()
4939 txq->fifo.axq_depth); in ath_tx_draintxq_get_one()
7023 if (atid->axq_depth == 0) in ath_node_recv_pspoll()
Dif_ath_sysctl.c502 sc->sc_txq[i].axq_depth, in ath_sysctl_txagg()