Searched refs:axq_fifo_depth (Results 1 – 5 of 5) sorted by relevance
185 txq->axq_fifo_depth, in ath_tx_edma_push_staging_list()191 if (txq->axq_fifo_depth >= HAL_TXFIFO_DEPTH) in ath_tx_edma_push_staging_list()277 txq->axq_fifo_depth++; 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()290 txq->axq_fifo_depth, in ath_tx_edma_push_staging_list()311 txq->axq_fifo_depth, in ath_edma_tx_fifo_fill()378 else if (txq->axq_aggr_depth > 0 && txq->axq_fifo_depth < 2) in ath_edma_tx_fifo_fill()389 else if (txq->axq_fifo_depth == 0) { in ath_edma_tx_fifo_fill()419 old_fifo_depth = txq->axq_fifo_depth; in ath_edma_dma_restart()420 txq->axq_fifo_depth = 0; in ath_edma_dma_restart()[all …]
608 if (cabq->axq_fifo_depth >= HAL_TXFIFO_DEPTH) { in ath_beacon_cabq_start_edma()613 cabq->axq_fifo_depth); in ath_beacon_cabq_start_edma()648 cabq->axq_fifo_depth++; in ath_beacon_cabq_start_edma()
4977 if (txq->axq_fifo_depth == 0) { in ath_tx_draintxq_get_one()4984 txq->axq_fifo_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()4998 txq->axq_fifo_depth, in ath_tx_draintxq_get_one()
502 sc->sc_txq[i].axq_fifo_depth, in ath_sysctl_txagg()
379 u_int axq_fifo_depth; /* how many FIFO slots are active */ member