Lines Matching defs:queues
985 static u32 get_priority_queues(struct rtw_dev *rtwdev, u32 queues)
990 if (queues & BIT(IEEE80211_AC_VO))
992 if (queues & BIT(IEEE80211_AC_VI))
994 if (queues & BIT(IEEE80211_AC_BE))
996 if (queues & BIT(IEEE80211_AC_BK))
1049 void rtw_mac_flush_queues(struct rtw_dev *rtwdev, u32 queues, bool drop)
1053 /* If all of the hardware queues are requested to flush,
1054 * or the priority queues are not mapped yet,
1055 * flush all of the priority queues
1057 if (queues == BIT(rtwdev->hw->queues) - 1 || !rtwdev->fifo.rqpn)
1060 prio_queues = get_priority_queues(rtwdev, queues);