Home
last modified time | relevance | path

Searched refs:rtw_tx_ac_to_hwq (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dtx.h112 enum rtw_tx_queue_type rtw_tx_ac_to_hwq(enum ieee80211_ac_numbers ac);
H A Dtx.c713 enum rtw_tx_queue_type rtw_tx_ac_to_hwq(enum ieee80211_ac_numbers ac) in rtw_tx_ac_to_hwq() function
720 EXPORT_SYMBOL(rtw_tx_ac_to_hwq);
H A Dpci.c764 pci_queues |= BIT(rtw_tx_ac_to_hwq(i)); in rtw_pci_flush_queues()