Searched refs:max_conc_cxns (Results 1 – 5 of 5) sorted by relevance
80 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() argument282 return policy_mgr_set_max_conc_cxns(psoc, max_conc_cxns); in ucfg_policy_mgr_set_max_conc_cxns()
287 uint8_t max_conc_cxns; member
161 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() argument175 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()
280 uint32_t max_conc_cxns);
259 uint32_t max_conc_cxns);