Home
last modified time | relevance | path

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

/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dhw.c714 u8 hq_sele = 0; in _rtl92cu_init_chipt_queue_priority() local
720 hq_sele = HQSEL_VOQ | HQSEL_VIQ | HQSEL_MGTQ | in _rtl92cu_init_chipt_queue_priority()
723 hq_sele = HQSEL_VOQ | HQSEL_BEQ | HQSEL_MGTQ | in _rtl92cu_init_chipt_queue_priority()
729 hq_sele = 0; in _rtl92cu_init_chipt_queue_priority()
732 hq_sele = HQSEL_VOQ | HQSEL_VIQ | HQSEL_BEQ | in _rtl92cu_init_chipt_queue_priority()
740 rtl_write_byte(rtlpriv, (REG_TRXDMA_CTRL+1), hq_sele); in _rtl92cu_init_chipt_queue_priority()
741 pr_info("Tx queue select :0x%02x..\n", hq_sele); in _rtl92cu_init_chipt_queue_priority()