Home
last modified time | relevance | path

Searched refs:ATH_TXQ_FIRST (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/ath/
HDif_ath_tx_edma.c199 bf = ATH_TXQ_FIRST(txq); in ath_tx_edma_push_staging_list()
842 bf = ATH_TXQ_FIRST(&txq->fifo); in ath_edma_tx_processq()
HDif_athvar.h431 #define ATH_TXQ_FIRST(_tq) TAILQ_FIRST(&(_tq)->axq_q) macro