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.c1506 struct ath_tid *tid = &an->an_tid[bf->bf_state.bfs_tid]; in ath_tx_xmit_normal()
3029 struct ath_tid *tid = &an->an_tid[bf->bf_state.bfs_tid]; in ath_tx_xmit_aggr()
3130 atid = &an->an_tid[tid]; in ath_tx_swq()
3281 if (an->an_tid[i].isfiltered == 1) in ath_tx_set_clrdmask()
3302 atid = &an->an_tid[i]; in ath_tx_tid_init()
4093 struct ath_tid *atid = &an->an_tid[tid]; in ath_tx_node_flush()
4171 struct ath_tid *atid = &an->an_tid[tid]; in ath_tx_normal_comp()
4258 struct ath_tid *atid = &an->an_tid[tid]; in ath_tx_comp_cleanup_unaggr()
4296 struct ath_tid *atid = &an->an_tid[tid]; in ath_tx_tid_cleanup_frame()
4361 struct ath_tid *atid = &an->an_tid[tid]; in ath_tx_tid_cleanup()
[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()