Searched refs:ath_tid (Results 1 – 6 of 6) sorted by relevance
| /trueos/sys/dev/ath/ |
| HD | if_ath_tx.h | 105 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);
|
| HD | if_ath_tx.c | 131 struct ath_tid *tid, struct ath_buf *bf); 1419 ath_tx_update_clrdmask(struct ath_softc *sc, struct ath_tid *tid, in ath_tx_update_clrdmask() 1511 struct ath_tid *tid = &an->an_tid[bf->bf_state.bfs_tid]; in ath_tx_xmit_normal() 2567 struct ath_tid *tid, struct ath_buf *bf) in ath_tx_addto_baw() 2659 struct ath_tid *tid, struct ath_buf *old_bf, struct ath_buf *new_bf) in ath_tx_switch_baw_buf() 2706 struct ath_tid *tid, const struct ath_buf *bf) in ath_tx_update_baw() 2756 ath_tx_leak_count_update(struct ath_softc *sc, struct ath_tid *tid, in ath_tx_leak_count_update() 2796 ath_tx_tid_can_tx_or_sched(struct ath_softc *sc, struct ath_tid *tid) in ath_tx_tid_can_tx_or_sched() 2818 ath_tx_tid_sched(struct ath_softc *sc, struct ath_tid *tid) in ath_tx_tid_sched() 2871 ath_tx_tid_unsched(struct ath_softc *sc, struct ath_tid *tid) in ath_tx_tid_unsched() [all …]
|
| HD | if_ath_tx_ht.h | 61 struct ath_tid *tid, ath_bufhead *bf_q);
|
| HD | if_athvar.h | 106 struct ath_tid { struct 123 TAILQ_ENTRY(ath_tid) axq_qelem; argument 179 struct ath_tid an_tid[IEEE80211_TID_SIZE]; /* per-TID state */ argument 375 TAILQ_HEAD(axq_t_s,ath_tid) axq_tidq;
|
| HD | if_ath_tx_ht.c | 692 struct ath_tid *tid, ath_bufhead *bf_q) in ath_tx_form_aggr()
|
| HD | if_ath.c | 6473 struct ath_tid *atid = &an->an_tid[tid]; in ath_node_recv_pspoll()
|