Searched refs:ath_tid (Results 1 – 6 of 6) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath_tx.h | 103 struct ath_tid *tid); 105 struct ath_tid *tid); 112 struct ath_tid *tid, struct ath_buf *bf); 115 extern void ath_tx_tid_sched(struct ath_softc *sc, struct ath_tid *tid);
|
H A D | if_ath_tx.c | 133 struct ath_tid *tid, struct ath_buf *bf); 1416 ath_tx_update_clrdmask(struct ath_softc *sc, struct ath_tid *tid, in ath_tx_update_clrdmask() 1507 struct ath_tid *tid = &an->an_tid[bf->bf_state.bfs_tid]; in ath_tx_xmit_normal() 2656 struct ath_tid *tid, struct ath_buf *bf) in ath_tx_addto_baw() 2747 struct ath_tid *tid, struct ath_buf *old_bf, struct ath_buf *new_bf) in ath_tx_switch_baw_buf() 2794 struct ath_tid *tid, const struct ath_buf *bf) in ath_tx_update_baw() 2844 ath_tx_leak_count_update(struct ath_softc *sc, struct ath_tid *tid, in ath_tx_leak_count_update() 2884 ath_tx_tid_can_tx_or_sched(struct ath_softc *sc, struct ath_tid *tid) in ath_tx_tid_can_tx_or_sched() 2906 ath_tx_tid_sched(struct ath_softc *sc, struct ath_tid *tid) in ath_tx_tid_sched() 2959 ath_tx_tid_unsched(struct ath_softc *sc, struct ath_tid *tid) in ath_tx_tid_unsched() [all …]
|
H A D | if_ath_tx_ht.h | 61 struct ath_tid *tid, ath_bufhead *bf_q);
|
H A D | if_athvar.h | 126 struct ath_tid { struct 143 TAILQ_ENTRY(ath_tid) axq_qelem; argument 199 struct ath_tid an_tid[IEEE80211_TID_SIZE]; /* per-TID state */ argument 398 TAILQ_HEAD(axq_t_s,ath_tid) axq_tidq;
|
H A D | if_ath_tx_ht.c | 819 struct ath_tid *tid, ath_bufhead *bf_q) in ath_tx_form_aggr()
|
H A D | if_ath.c | 7087 struct ath_tid *atid = &an->an_tid[tid]; in ath_node_recv_pspoll()
|