Home
last modified time | relevance | path

Searched refs:ath_tid (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath_tx.h103 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 Dif_ath_tx.c3140 struct ath_tid *atid; in ath_tx_swq()
3319 struct ath_tid *atid; in ath_tx_tid_init()
4144 struct ath_tid *tid; in ath_tx_txq_drain()
4672 struct ath_tid *tid) in ath_tx_comp_aggr_error()
5370 struct ath_tid *tid)
5426 struct ath_tid *tid)
5657 struct ath_tid *tid)
5750 struct ath_tid *tid, *next, *last;
6121 struct ath_tid *tid;
6309 struct ath_tid *atid;
[all …]
H A Dif_ath_tx_ht.h61 struct ath_tid *tid, ath_bufhead *bf_q);
H A Dif_athvar.h126 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 Dif_ath_tx_ht.c819 struct ath_tid *tid, ath_bufhead *bf_q) in ath_tx_form_aggr()
H A Dif_ath.c7079 struct ath_tid *atid = &an->an_tid[tid]; in ath_node_recv_pspoll()