Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.c1507 struct ath_tid *tid = &an->an_tid[bf->bf_state.bfs_tid]; in ath_tx_xmit_normal()
3049 struct ath_tid *tid = &an->an_tid[bf->bf_state.bfs_tid]; in ath_tx_xmit_aggr()
3150 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()
4113 struct ath_tid *atid = &an->an_tid[tid]; in ath_tx_node_flush()
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()
[all …]
H A Dif_athvar.h199 struct ath_tid an_tid[IEEE80211_TID_SIZE]; /* per-TID state */ member
H A Dif_ath.c7087 struct ath_tid *atid = &an->an_tid[tid]; in ath_node_recv_pspoll()