Home
last modified time | relevance | path

Searched refs:HAL_TXFIFO_DEPTH (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath_tx_edma.c191 if (txq->axq_fifo_depth >= HAL_TXFIFO_DEPTH) in ath_tx_edma_push_staging_list()
454 if (txq->axq_fifo_depth >= HAL_TXFIFO_DEPTH) { in ath_edma_dma_restart()
642 te->m_fifo = malloc(sizeof(struct ath_buf *) * HAL_TXFIFO_DEPTH, in ath_edma_setup_txfifo()
H A Dif_ath_beacon.c608 if (cabq->axq_fifo_depth >= HAL_TXFIFO_DEPTH) { in ath_beacon_cabq_start_edma()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h263 #define HAL_TXFIFO_DEPTH 8 /* transmit fifo depth */ macro