Home
last modified time | relevance | path

Searched refs:bfs_tid (Results 1 – 2 of 2) 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()
2003 bf->bf_state.bfs_tid = tid; in ath_tx_start()
2330 bf->bf_state.bfs_tid = WME_AC_TO_TID(pri); in ath_tx_raw_start()
3049 struct ath_tid *tid = &an->an_tid[bf->bf_state.bfs_tid]; in ath_tx_xmit_aggr()
3157 bf->bf_state.bfs_tid = tid; in ath_tx_swq()
4190 int tid = bf->bf_state.bfs_tid; in ath_tx_normal_comp()
4277 int tid = bf->bf_state.bfs_tid; in ath_tx_comp_cleanup_unaggr()
4519 int tid = bf->bf_state.bfs_tid; in ath_tx_aggr_retry_unaggr()
4610 int tid = bf->bf_state.bfs_tid; in ath_tx_retry_subframe()
4762 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