Lines Matching defs:tid
859 * struct txq_info - per tid queue
2093 const u8 *da, u16 tid,
2101 void ___ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid,
2103 void __ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid,
2107 u16 start_seq_num, u16 ba_policy, u16 tid,
2124 int __ieee80211_stop_tx_ba_session(struct sta_info *sta, u16 tid,
2126 int ___ieee80211_stop_tx_ba_session(struct sta_info *sta, u16 tid,
2128 void ieee80211_start_tx_ba_cb(struct sta_info *sta, int tid,
2130 void ieee80211_stop_tx_ba_cb(struct sta_info *sta, int tid,
2133 void ieee80211_tx_ba_session_handle_start(struct sta_info *sta, int tid);
2134 void ieee80211_release_reorder_timeout(struct sta_info *sta, int tid);
2253 struct sk_buff *skb, int tid, int link_id,
2263 struct sk_buff *skb, int tid,
2267 __ieee80211_tx_skb_tid_band(sdata, skb, tid, -1, band);
2272 struct sk_buff *skb, int tid, int link_id);
2342 static inline int ieee80211_ac_from_tid(int tid)
2344 return ieee802_1d_to_ac[tid & 7];
2430 struct txq_info *txq, int tid);