Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tx_ht.c757 bf = ATH_TID_FIRST(tid); in ath_tx_form_aggr()
H A Dif_ath_tx.c3143 bf = ATH_TID_FIRST(atid); in ath_tx_swq()
4011 bf = ATH_TID_FIRST(tid); in ath_tx_tid_drain()
4498 bf = ATH_TID_FIRST(atid); in ath_tx_tid_cleanup()
5487 bf = ATH_TID_FIRST(tid);
5710 bf = ATH_TID_FIRST(tid);
H A Dif_athvar.h465 #define ATH_TID_FIRST(_tq) TAILQ_FIRST(&(_tq)->tid_q) macro