Lines Matching refs:tid
1004 u16 tid; member
1375 u16 tid; member
1657 const u8 *da, u16 tid,
1667 void ___ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid,
1669 void __ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid,
1673 u16 start_seq_num, u16 ba_policy, u16 tid,
1689 int __ieee80211_stop_tx_ba_session(struct sta_info *sta, u16 tid,
1691 int ___ieee80211_stop_tx_ba_session(struct sta_info *sta, u16 tid,
1693 void ieee80211_start_tx_ba_cb(struct ieee80211_vif *vif, u8 *ra, u16 tid);
1694 void ieee80211_stop_tx_ba_cb(struct ieee80211_vif *vif, u8 *ra, u8 tid);
1696 void ieee80211_tx_ba_session_handle_start(struct sta_info *sta, int tid);
1697 void ieee80211_release_reorder_timeout(struct sta_info *sta, int tid);
1777 struct sk_buff *skb, int tid,
1782 struct sk_buff *skb, int tid, in ieee80211_tx_skb_tid_band() argument
1786 __ieee80211_tx_skb_tid_band(sdata, skb, tid, band); in ieee80211_tx_skb_tid_band()
1791 struct sk_buff *skb, int tid) in ieee80211_tx_skb_tid() argument
1803 __ieee80211_tx_skb_tid_band(sdata, skb, tid, in ieee80211_tx_skb_tid()
1842 static inline int ieee80211_ac_from_tid(int tid) in ieee80211_ac_from_tid() argument
1844 return ieee802_1d_to_ac[tid & 7]; in ieee80211_ac_from_tid()
1921 struct txq_info *txq, int tid);