Lines Matching defs:tids
1053 unsigned long tids;
1063 tids = ieee80211_tids_for_ac(ac);
1066 sta->driver_buffered_tids & tids;
1068 sta->txq_buffered_tids & tids;
1842 static int find_highest_prio_tid(unsigned long tids)
1845 if (tids & 0xF8)
1846 return fls(tids) - 1;
1848 if (tids & BIT(0))
1850 return fls(tids) - 1;
1898 unsigned long tids;
1903 tids = ieee80211_tids_for_ac(ac);
1910 sta->driver_buffered_tids & tids;
1911 *driver_release_tids |= sta->txq_buffered_tids & tids;
1996 u16 tids = 0;
2031 tids |= BIT(skb->priority);
2084 drv_allow_buffered_frames(local, sta, tids, num,
2091 sta, find_highest_prio_tid(tids),