Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/
H A Dtrx.c340 u16 hw_queue_index; in rtl92du_mq_to_hwq() local
343 hw_queue_index = RTL_TXQ_BCN; in rtl92du_mq_to_hwq()
347 hw_queue_index = RTL_TXQ_MGT; in rtl92du_mq_to_hwq()
353 hw_queue_index = RTL_TXQ_VO; in rtl92du_mq_to_hwq()
356 hw_queue_index = RTL_TXQ_VI; in rtl92du_mq_to_hwq()
359 hw_queue_index = RTL_TXQ_BE; in rtl92du_mq_to_hwq()
362 hw_queue_index = RTL_TXQ_BK; in rtl92du_mq_to_hwq()
365 hw_queue_index = RTL_TXQ_BE; in rtl92du_mq_to_hwq()
371 return hw_queue_index; in rtl92du_mq_to_hwq()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dtrx.c208 u16 hw_queue_index; in rtl8192cu_mq_to_hwq() local
211 hw_queue_index = RTL_TXQ_BCN; in rtl8192cu_mq_to_hwq()
215 hw_queue_index = RTL_TXQ_MGT; in rtl8192cu_mq_to_hwq()
220 hw_queue_index = RTL_TXQ_VO; in rtl8192cu_mq_to_hwq()
223 hw_queue_index = RTL_TXQ_VI; in rtl8192cu_mq_to_hwq()
226 hw_queue_index = RTL_TXQ_BE; in rtl8192cu_mq_to_hwq()
229 hw_queue_index = RTL_TXQ_BK; in rtl8192cu_mq_to_hwq()
232 hw_queue_index = RTL_TXQ_BE; in rtl8192cu_mq_to_hwq()
238 return hw_queue_index; in rtl8192cu_mq_to_hwq()