Home
last modified time | relevance | path

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

/drivers/net/wireless/rtlwifi/rtl8192cu/
Dtrx.c223 u16 hw_queue_index; in rtl8192cu_mq_to_hwq() local
226 hw_queue_index = RTL_TXQ_BCN; in rtl8192cu_mq_to_hwq()
230 hw_queue_index = RTL_TXQ_MGT; in rtl8192cu_mq_to_hwq()
235 hw_queue_index = RTL_TXQ_VO; in rtl8192cu_mq_to_hwq()
238 hw_queue_index = RTL_TXQ_VI; in rtl8192cu_mq_to_hwq()
241 hw_queue_index = RTL_TXQ_BE; in rtl8192cu_mq_to_hwq()
244 hw_queue_index = RTL_TXQ_BK; in rtl8192cu_mq_to_hwq()
247 hw_queue_index = RTL_TXQ_BE; in rtl8192cu_mq_to_hwq()
253 return hw_queue_index; in rtl8192cu_mq_to_hwq()