Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath_tx_edma.c185 txq->axq_fifo_depth, in ath_tx_edma_push_staging_list()
277 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()
420 txq->axq_fifo_depth = 0; in ath_edma_dma_restart()
467 txq->axq_fifo_depth, in ath_edma_dma_restart()
482 txq->axq_fifo_depth++; in ath_edma_dma_restart()
502 txq->axq_fifo_depth); in ath_edma_dma_restart()
511 txq->axq_fifo_depth); in ath_edma_dma_restart()
924 txq->axq_fifo_depth--; in ath_edma_tx_processq()
[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.c4969 if (txq->axq_fifo_depth == 0) { in ath_tx_draintxq_get_one()
4976 txq->axq_fifo_depth--; in ath_tx_draintxq_get_one()
4985 if (txq->axq_fifo_depth != 0 || txq->fifo.axq_depth != 0) { in ath_tx_draintxq_get_one()
4990 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