Lines Matching defs:queues
998 static u32 get_priority_queues(struct rtw_dev *rtwdev, u32 queues)
1003 if (queues & BIT(IEEE80211_AC_VO))
1005 if (queues & BIT(IEEE80211_AC_VI))
1007 if (queues & BIT(IEEE80211_AC_BE))
1009 if (queues & BIT(IEEE80211_AC_BK))
1063 void rtw_mac_flush_queues(struct rtw_dev *rtwdev, u32 queues, bool drop)
1067 /* If all of the hardware queues are requested to flush,
1068 * or the priority queues are not mapped yet,
1069 * flush all of the priority queues
1071 if (queues == BIT(rtwdev->hw->queues) - 1 || !rtwdev->fifo.rqpn)
1074 prio_queues = get_priority_queues(rtwdev, queues);