Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tx_edma.c187 txq->axq_fifo_depth, in ath_edma_tx_fifo_fill()
215 txq->axq_fifo_depth++; in ath_edma_tx_fifo_fill()
247 old_fifo_depth = txq->axq_fifo_depth; in ath_edma_dma_restart()
248 txq->axq_fifo_depth = 0; in ath_edma_dma_restart()
287 txq->axq_fifo_depth); in ath_edma_dma_restart()
295 txq->axq_fifo_depth, in ath_edma_dma_restart()
310 txq->axq_fifo_depth++; in ath_edma_dma_restart()
330 txq->axq_fifo_depth); in ath_edma_dma_restart()
339 txq->axq_fifo_depth); in ath_edma_dma_restart()
732 txq->axq_fifo_depth--; in ath_edma_tx_processq()
[all …]
H A Dif_ath_beacon.c611 if (cabq->axq_fifo_depth >= HAL_TXFIFO_DEPTH) { in ath_beacon_cabq_start_edma()
616 cabq->axq_fifo_depth); in ath_beacon_cabq_start_edma()
651 cabq->axq_fifo_depth++; in ath_beacon_cabq_start_edma()
H A Dif_ath.c4922 if (txq->axq_fifo_depth == 0) {
4929 txq->axq_fifo_depth--;
4938 if (txq->axq_fifo_depth != 0 || txq->fifo.axq_depth != 0) {
4943 txq->axq_fifo_depth,
H A Dif_ath_sysctl.c503 sc->sc_txq[i].axq_fifo_depth, in ath_sysctl_txagg()
H A Dif_athvar.h387 u_int axq_fifo_depth; /* depth of FIFO frames */ member