Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_ucfg.c80 cfg->max_conc_cxns = cfg_get(psoc, CFG_MAX_CONC_CXNS) + 1; in policy_mgr_init_cfg()
81 policy_mgr_err("max_conc_cxns %d nan", cfg->max_conc_cxns); in policy_mgr_init_cfg()
83 cfg->max_conc_cxns = cfg_get(psoc, CFG_MAX_CONC_CXNS); in policy_mgr_init_cfg()
84 policy_mgr_err("max_conc_cxns %d non-nan", cfg->max_conc_cxns); in policy_mgr_init_cfg()
86 cfg->max_conc_cxns = QDF_MIN(cfg->max_conc_cxns, in policy_mgr_init_cfg()
280 uint32_t max_conc_cxns) in ucfg_policy_mgr_set_max_conc_cxns() argument
282 return policy_mgr_set_max_conc_cxns(psoc, max_conc_cxns); in ucfg_policy_mgr_set_max_conc_cxns()
H A Dwlan_policy_mgr_i.h287 uint8_t max_conc_cxns; member
H A Dwlan_policy_mgr_get_set_utils.c161 return pm_ctx->cfg.max_conc_cxns; in policy_mgr_get_max_conc_cxns()
165 uint32_t max_conc_cxns) in policy_mgr_set_max_conc_cxns() argument
175 policy_mgr_debug("set max_conc_cxns %d old %d", max_conc_cxns, in policy_mgr_set_max_conc_cxns()
176 pm_ctx->cfg.max_conc_cxns); in policy_mgr_set_max_conc_cxns()
177 pm_ctx->cfg.max_conc_cxns = max_conc_cxns; in policy_mgr_set_max_conc_cxns()
5309 if (pm_ctx->cfg.max_conc_cxns < conn_index) { in policy_mgr_incr_connection_count()
5311 pm_ctx->cfg.max_conc_cxns); in policy_mgr_incr_connection_count()
5641 (pm_ctx->cfg.max_conc_cxns - 1); in policy_mgr_max_concurrent_connections_reached()
9651 pm_ctx->cfg.max_conc_cxns); in policy_mgr_is_concurrency_allowed()
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/
H A Dwlan_policy_mgr_ucfg.h280 uint32_t max_conc_cxns);
H A Dwlan_policy_mgr_api.h259 uint32_t max_conc_cxns);