Searched refs:axq_fifo_depth (Results 1 – 5 of 5) sorted by relevance
184 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 …]
602 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()
4789 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()
500 sc->sc_txq[i].axq_fifo_depth, in ath_sysctl_txagg()
375 u_int axq_fifo_depth; /* how many FIFO slots are active */ member