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.c341 u16 hw_queue_index; in rtl92du_mq_to_hwq() local
344 hw_queue_index = RTL_TXQ_BCN; in rtl92du_mq_to_hwq()
348 hw_queue_index = RTL_TXQ_MGT; in rtl92du_mq_to_hwq()
354 hw_queue_index = RTL_TXQ_VO; in rtl92du_mq_to_hwq()
357 hw_queue_index = RTL_TXQ_VI; in rtl92du_mq_to_hwq()
360 hw_queue_index = RTL_TXQ_BE; in rtl92du_mq_to_hwq()
363 hw_queue_index = RTL_TXQ_BK; in rtl92du_mq_to_hwq()
366 hw_queue_index = RTL_TXQ_BE; in rtl92du_mq_to_hwq()
372 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()