Lines Matching defs:queues
900 static u32 get_priority_queues(struct rtw_dev *rtwdev, u32 queues)
905 if (queues & BIT(IEEE80211_AC_VO))
907 if (queues & BIT(IEEE80211_AC_VI))
909 if (queues & BIT(IEEE80211_AC_BE))
911 if (queues & BIT(IEEE80211_AC_BK))
964 void rtw_mac_flush_queues(struct rtw_dev *rtwdev, u32 queues, bool drop)
968 /* If all of the hardware queues are requested to flush,
969 * or the priority queues are not mapped yet,
970 * flush all of the priority queues
972 if (queues == BIT(rtwdev->hw->queues) - 1 || !rtwdev->fifo.rqpn)
975 prio_queues = get_priority_queues(rtwdev, queues);