Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath_tx.c3150 atid = &an->an_tid[tid]; in ath_tx_swq()
3301 if (an->an_tid[i].isfiltered == 1) in ath_tx_set_clrdmask()
3322 atid = &an->an_tid[i]; in ath_tx_tid_init()
4191 struct ath_tid *atid = &an->an_tid[tid]; in ath_tx_normal_comp()
4278 struct ath_tid *atid = &an->an_tid[tid]; in ath_tx_comp_cleanup_unaggr()
4316 struct ath_tid *atid = &an->an_tid[tid]; in ath_tx_tid_cleanup_frame()
4381 struct ath_tid *atid = &an->an_tid[tid]; in ath_tx_tid_cleanup()
4520 struct ath_tid *atid = &an->an_tid[tid]; in ath_tx_aggr_retry_unaggr()
6132 tid = &an->an_tid[i];
6327 atid = &an->an_tid[tid];
[all …]
H A Dif_athvar.h199 struct ath_tid an_tid[IEEE80211_TID_SIZE]; /* per-TID state */ member
H A Dif_ath.c7079 struct ath_tid *atid = &an->an_tid[tid]; in ath_node_recv_pspoll()