Lines Matching refs:tids
1053 unsigned long tids; in __sta_info_recalc_tim() local
1063 tids = ieee80211_tids_for_ac(ac); in __sta_info_recalc_tim()
1066 sta->driver_buffered_tids & tids; in __sta_info_recalc_tim()
1068 sta->txq_buffered_tids & tids; in __sta_info_recalc_tim()
1864 static int find_highest_prio_tid(unsigned long tids) in find_highest_prio_tid() argument
1867 if (tids & 0xF8) in find_highest_prio_tid()
1868 return fls(tids) - 1; in find_highest_prio_tid()
1870 if (tids & BIT(0)) in find_highest_prio_tid()
1872 return fls(tids) - 1; in find_highest_prio_tid()
1920 unsigned long tids; in ieee80211_sta_ps_get_frames() local
1925 tids = ieee80211_tids_for_ac(ac); in ieee80211_sta_ps_get_frames()
1932 sta->driver_buffered_tids & tids; in ieee80211_sta_ps_get_frames()
1933 *driver_release_tids |= sta->txq_buffered_tids & tids; in ieee80211_sta_ps_get_frames()
2018 u16 tids = 0; in ieee80211_sta_ps_deliver_response() local
2053 tids |= BIT(skb->priority); in ieee80211_sta_ps_deliver_response()
2106 drv_allow_buffered_frames(local, sta, tids, num, in ieee80211_sta_ps_deliver_response()
2113 sta, find_highest_prio_tid(tids), in ieee80211_sta_ps_deliver_response()