Searched refs:HAL_TXFIFO_DEPTH (Results 1 – 3 of 3) sorted by relevance
191 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()
608 if (cabq->axq_fifo_depth >= HAL_TXFIFO_DEPTH) { in ath_beacon_cabq_start_edma()
263 #define HAL_TXFIFO_DEPTH 8 /* transmit fifo depth */ macro