Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dhdd_dp_cfg.h30 #define CFG_ENABLE_DYNAMIC_RPS BIT(3) macro
35 CFG_ENABLE_DYNAMIC_RPS | \
/wlan-driver/qcacld-3.0/components/dp/dispatcher/inc/
H A Dwlan_dp_cfg.h73 #define CFG_ENABLE_DYNAMIC_RPS BIT(3) macro
78 CFG_ENABLE_DYNAMIC_RPS | \
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_main.c664 if (rx_mode & CFG_ENABLE_RPS && rx_mode & CFG_ENABLE_DYNAMIC_RPS) in dp_set_rx_mode_value()
665 rx_mode &= ~CFG_ENABLE_DYNAMIC_RPS; in dp_set_rx_mode_value()
687 if (rx_mode & CFG_ENABLE_DYNAMIC_RPS) in dp_set_rx_mode_value()