Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ath/
HDif_ath_tx_edma.c184 if (txq->axq_fifo_depth >= HAL_TXFIFO_DEPTH) in ath_tx_edma_push_staging_list()
270 txq->axq_fifo_depth++; in ath_tx_edma_push_staging_list()
273 __func__, sqdepth, txq->fifo.axq_depth, txq->axq_fifo_depth); in ath_tx_edma_push_staging_list()
283 txq->axq_fifo_depth, in ath_tx_edma_push_staging_list()
366 else if (txq->axq_aggr_depth > 0 && txq->axq_fifo_depth < 2) in ath_edma_tx_fifo_fill()
377 else if (txq->axq_fifo_depth == 0) { in ath_edma_tx_fifo_fill()
407 old_fifo_depth = txq->axq_fifo_depth; in ath_edma_dma_restart()
408 txq->axq_fifo_depth = 0; in ath_edma_dma_restart()
442 if (txq->axq_fifo_depth >= HAL_TXFIFO_DEPTH) { in ath_edma_dma_restart()
447 txq->axq_fifo_depth); in ath_edma_dma_restart()
[all …]
HDif_ath_beacon.c602 if (cabq->axq_fifo_depth >= HAL_TXFIFO_DEPTH) { in ath_beacon_cabq_start_edma()
607 cabq->axq_fifo_depth); in ath_beacon_cabq_start_edma()
642 cabq->axq_fifo_depth++; in ath_beacon_cabq_start_edma()
HDif_ath.c4789 if (txq->axq_fifo_depth == 0) { in ath_tx_draintxq_get_one()
4796 txq->axq_fifo_depth--; in ath_tx_draintxq_get_one()
4805 if (txq->axq_fifo_depth != 0 || txq->fifo.axq_depth != 0) { in ath_tx_draintxq_get_one()
4810 txq->axq_fifo_depth, in ath_tx_draintxq_get_one()
HDif_ath_sysctl.c500 sc->sc_txq[i].axq_fifo_depth, in ath_sysctl_txagg()
HDif_athvar.h375 u_int axq_fifo_depth; /* how many FIFO slots are active */ member