Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ath/
Dif_ath_tx_ht.c714 bf = ATH_TID_FIRST(tid); in ath_tx_form_aggr()
Dif_ath_tx.c3107 bf = ATH_TID_FIRST(atid); in ath_tx_swq()
3807 bf = ATH_TID_FIRST(tid); in ath_tx_tid_drain()
4188 bf = ATH_TID_FIRST(atid); in ath_tx_tid_cleanup()
5175 bf = ATH_TID_FIRST(tid);
5398 bf = ATH_TID_FIRST(tid);
Dif_athvar.h433 #define ATH_TID_FIRST(_tq) TAILQ_FIRST(&(_tq)->tid_q) macro