Lines Matching refs:tid
1009 u16 tid; member
1383 u16 tid; member
1659 const u8 *da, u16 tid,
1669 void ___ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid,
1671 void __ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid,
1675 u16 start_seq_num, u16 ba_policy, u16 tid,
1691 int __ieee80211_stop_tx_ba_session(struct sta_info *sta, u16 tid,
1693 int ___ieee80211_stop_tx_ba_session(struct sta_info *sta, u16 tid,
1695 void ieee80211_start_tx_ba_cb(struct ieee80211_vif *vif, u8 *ra, u16 tid);
1696 void ieee80211_stop_tx_ba_cb(struct ieee80211_vif *vif, u8 *ra, u8 tid);
1698 void ieee80211_tx_ba_session_handle_start(struct sta_info *sta, int tid);
1699 void ieee80211_release_reorder_timeout(struct sta_info *sta, int tid);
1782 struct sk_buff *skb, int tid,
1787 struct sk_buff *skb, int tid, in ieee80211_tx_skb_tid_band() argument
1791 __ieee80211_tx_skb_tid_band(sdata, skb, tid, band); in ieee80211_tx_skb_tid_band()
1796 struct sk_buff *skb, int tid) in ieee80211_tx_skb_tid() argument
1808 __ieee80211_tx_skb_tid_band(sdata, skb, tid, in ieee80211_tx_skb_tid()
1847 static inline int ieee80211_ac_from_tid(int tid) in ieee80211_ac_from_tid() argument
1849 return ieee802_1d_to_ac[tid & 7]; in ieee80211_ac_from_tid()
1926 struct txq_info *txq, int tid);