Lines Matching defs:tids
837 unsigned long tids;
847 tids = ieee80211_tids_for_ac(ac);
850 sta->driver_buffered_tids & tids;
852 sta->txq_buffered_tids & tids;
1476 static int find_highest_prio_tid(unsigned long tids)
1479 if (tids & 0xF8)
1480 return fls(tids) - 1;
1482 if (tids & BIT(0))
1484 return fls(tids) - 1;
1532 unsigned long tids;
1537 tids = ieee80211_tids_for_ac(ac);
1544 sta->driver_buffered_tids & tids;
1545 *driver_release_tids |= sta->txq_buffered_tids & tids;
1630 u16 tids = 0;
1665 tids |= BIT(skb->priority);
1718 drv_allow_buffered_frames(local, sta, tids, num,
1725 sta, find_highest_prio_tid(tids),