Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dtrx.c201 u16 hw_queue_index; in rtl8192cu_mq_to_hwq() local
204 hw_queue_index = RTL_TXQ_BCN; in rtl8192cu_mq_to_hwq()
208 hw_queue_index = RTL_TXQ_MGT; in rtl8192cu_mq_to_hwq()
213 hw_queue_index = RTL_TXQ_VO; in rtl8192cu_mq_to_hwq()
216 hw_queue_index = RTL_TXQ_VI; in rtl8192cu_mq_to_hwq()
219 hw_queue_index = RTL_TXQ_BE; in rtl8192cu_mq_to_hwq()
222 hw_queue_index = RTL_TXQ_BK; in rtl8192cu_mq_to_hwq()
225 hw_queue_index = RTL_TXQ_BE; in rtl8192cu_mq_to_hwq()
231 return hw_queue_index; in rtl8192cu_mq_to_hwq()