Searched refs:ATH_TXQ_FIRST (Results 1 – 2 of 2) sorted by relevance
206 bf = ATH_TXQ_FIRST(txq); in ath_tx_edma_push_staging_list()879 bf = ATH_TXQ_FIRST(&txq->fifo); in ath_edma_tx_processq()
434 #define ATH_TXQ_FIRST(_tq) TAILQ_FIRST(&(_tq)->axq_q) macro