Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ath/
HDif_ath_tx_ht.c850 bf = ATH_TID_FIRST(tid); in ath_tx_form_aggr()
HDif_ath_tx.c3221 bf = ATH_TID_FIRST(atid); in ath_tx_swq()
3943 bf = ATH_TID_FIRST(tid); in ath_tx_tid_drain()
4407 bf = ATH_TID_FIRST(atid); in ath_tx_tid_cleanup()
5463 bf = ATH_TID_FIRST(tid);
5686 bf = ATH_TID_FIRST(tid);
HDif_athvar.h455 #define ATH_TID_FIRST(_tq) TAILQ_FIRST(&(_tq)->tid_q) macro