Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx_edma.c274 txq->fifo.axq_depth += sqdepth; in ath_tx_edma_push_staging_list()
280 __func__, sqdepth, txq->fifo.axq_depth, txq->axq_fifo_depth); in ath_tx_edma_push_staging_list()
291 txq->fifo.axq_depth); in ath_tx_edma_push_staging_list()
310 txq->fifo.axq_depth, in ath_edma_tx_fifo_fill()
312 txq->axq_depth, in ath_edma_tx_fifo_fill()
362 if (txq->axq_depth >= TX_BATCH_SIZE / 2 && in ath_edma_tx_fifo_fill()
363 txq->fifo.axq_depth <= TX_BATCH_SIZE) { in ath_edma_tx_fifo_fill()
937 txq->fifo.axq_depth); in ath_edma_tx_processq()
H A Dif_athvar.h132 u_int axq_depth; /* SW queue depth */ member
136 u_int axq_depth; /* SW queue depth */ member
356 u_int axq_depth; /* queue depth (stat only) */ member
377 u_int axq_depth; /* how many frames (1 per legacy, 1 per A-MPDU list) are in the FIFO queue */ member
424 (_tq)->axq_depth++; \
428 (_tq)->axq_depth++; \
432 (_tq)->axq_depth--; \
442 (_tq)->axq_depth++; \
447 (_tq)->axq_depth++; \
452 (_tq)->axq_depth--; \
[all …]
H A 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()
H A Dif_ath_tx.c808 txq->axq_depth); in ath_tx_handoff_hw()
822 txq->axq_depth); in ath_tx_handoff_hw()
850 txq->axq_depth); in ath_tx_handoff_hw()
857 txq->axq_depth); in ath_tx_handoff_hw()
1960 if (sc->sc_cabq->axq_depth + sc->sc_cabq->fifo.axq_depth in ath_tx_start()
2016 if (sc->sc_cabq_enable && ismcast && (vap->iv_ps_sta || avp->av_mcastq.axq_depth)) { in ath_tx_start()
2459 if (sc->sc_cabq->axq_depth + sc->sc_cabq->fifo.axq_depth in ath_raw_xmit()
3220 if (txq->axq_depth + txq->fifo.axq_depth == 0) { in ath_tx_swq()
3258 } else if ((txq->axq_depth + txq->fifo.axq_depth < sc->sc_hwq_limit_nonaggr) && in ath_tx_swq()
3405 if (tid->axq_depth == 0) in ath_tx_tid_resume()
[all …]
H A Dif_ath.c3808 dst->axq_depth += src->axq_depth; in ath_txqmove()
3810 src->axq_depth = 0; in ath_txqmove()
3999 txq->axq_depth = 0; in ath_txq_init()
4462 txq->axq_depth); in ath_tx_processq()
4524 if (txq->axq_depth > 0) { in ath_tx_processq()
4575 if (txq->axq_depth <= 1) in ath_tx_processq()
4982 txq->fifo.axq_depth); in ath_tx_draintxq_get_one()
4993 if (txq->axq_fifo_depth != 0 || txq->fifo.axq_depth != 0) { in ath_tx_draintxq_get_one()
4999 txq->fifo.axq_depth); in ath_tx_draintxq_get_one()
7091 if (atid->axq_depth == 0) in ath_node_recv_pspoll()
H A Dif_ath_sysctl.c500 sc->sc_txq[i].axq_depth, in ath_sysctl_txagg()