Home
last modified time | relevance | path

Searched refs:bfs_tid (Results 1 – 2 of 2) 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()
2002 bf->bf_state.bfs_tid = tid; in ath_tx_start()
2329 bf->bf_state.bfs_tid = WME_AC_TO_TID(pri); in ath_tx_raw_start()
3029 struct ath_tid *tid = &an->an_tid[bf->bf_state.bfs_tid]; in ath_tx_xmit_aggr()
3137 bf->bf_state.bfs_tid = tid; in ath_tx_swq()
4170 int tid = bf->bf_state.bfs_tid; in ath_tx_normal_comp()
4257 int tid = bf->bf_state.bfs_tid; in ath_tx_comp_cleanup_unaggr()
4499 int tid = bf->bf_state.bfs_tid; in ath_tx_aggr_retry_unaggr()
4590 int tid = bf->bf_state.bfs_tid; in ath_tx_retry_subframe()
4742 int tid = bf_first->bf_state.bfs_tid; in ath_tx_comp_cleanup_aggr()
[all …]
H A Dif_athvar.h264 uint8_t bfs_tid; /* packet TID (or TID_MAX for no QoS) */ member