Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx_edma.c185 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 …]
H A Dif_ath_beacon.c608 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()
H A Dif_ath.c4977 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()
H A Dif_ath_sysctl.c502 sc->sc_txq[i].axq_fifo_depth, in ath_sysctl_txagg()
H A Dif_athvar.h379 u_int axq_fifo_depth; /* how many FIFO slots are active */ member