Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c1735 priv->ep_tx_high_queue = 1; in rtl8xxxu_config_endpoints_sie()
1767 priv->ep_tx_high_queue = 1; in rtl8xxxu_config_endpoints_no_sie()
2605 if (priv->ep_tx_high_queue) { in rtl8xxxu_init_queue_priority()
2631 if (priv->ep_tx_high_queue && priv->ep_tx_low_queue) { in rtl8xxxu_init_queue_priority()
2637 } else if (priv->ep_tx_high_queue && priv->ep_tx_normal_queue) { in rtl8xxxu_init_queue_priority()
3942 if (priv->ep_tx_high_queue) in rtl8xxxu_init_queue_reserved_page()
H A Drtl8xxxu.h1843 u32 ep_tx_high_queue:1; member