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 Dif_ath_tx_ht.h63 struct ath_tid *tid, ath_bufhead *bf_q);
H A Dif_ath_tx.h105 struct ath_tid *tid);
107 struct ath_tid *tid);
114 struct ath_tid *tid, struct ath_buf *bf);
117 extern void ath_tx_tid_sched(struct ath_softc *sc, struct ath_tid *tid);
H A Dif_ath_tx.c135 struct ath_tid *tid, struct ath_buf *bf);
1418 ath_tx_update_clrdmask(struct ath_softc *sc, struct ath_tid *tid,
1509 struct ath_tid *tid = &an->an_tid[bf->bf_state.bfs_tid];
2658 struct ath_tid *tid, struct ath_buf *bf)
2749 struct ath_tid *tid, struct ath_buf *old_bf, struct ath_buf *new_bf)
2796 struct ath_tid *tid, const struct ath_buf *bf)
2846 ath_tx_leak_count_update(struct ath_softc *sc, struct ath_tid *tid,
2886 ath_tx_tid_can_tx_or_sched(struct ath_softc *sc, struct ath_tid *tid)
2908 ath_tx_tid_sched(struct ath_softc *sc, struct ath_tid *tid)
2961 ath_tx_tid_unsched(struct ath_softc *sc, struct ath_tid *ti
[all...]
H A Dif_athvar.h127 struct ath_tid { struct
144 TAILQ_ENTRY(ath_tid) axq_qelem;
200 struct ath_tid an_tid[IEEE80211_TID_SIZE]; /* per-TID state */
399 TAILQ_HEAD(axq_t_s,ath_tid) axq_tidq;
H A Dif_ath_tx_ht.c821 struct ath_tid *tid, ath_bufhead *bf_q)
H A Dif_ath.c3882 /* XXX setup ath_tid */
3902 /* Cleanup ath_tid, free unused bufs, unlink bufs in TXQ */
7030 struct ath_tid *atid = &an->an_tid[tid];

Completed in 107 milliseconds