Searched refs:lvl (Results 1 – 10 of 10) sorted by relevance
151 #define AR_DEBUG_LVL_CHECK(lvl) (GET_ATH_MODULE_DEBUG_VAR_MASK(ATH_MODULE_NAME) & (lvl)) argument154 #define ATH_DEBUG_SET_DEBUG_MASK(s, lvl) GET_ATH_MODULE_DEBUG_VAR_MASK(s) = (lvl) argument176 #define AR_DEBUG_LVL_CHECK(lvl) 0 argument180 #define ATH_DEBUG_SET_DEBUG_MASK(s, lvl) argument
442 enum wlan_ipa_bw_level lvl; in hdd_ipa_set_perf_level_bw() local449 lvl = WLAN_IPA_BW_LEVEL_HIGH; in hdd_ipa_set_perf_level_bw()451 lvl = WLAN_IPA_BW_LEVEL_MEDIUM; in hdd_ipa_set_perf_level_bw()453 lvl = WLAN_IPA_BW_LEVEL_LOW; in hdd_ipa_set_perf_level_bw()455 hdd_debug("Vote IPA perf level to %d", lvl); in hdd_ipa_set_perf_level_bw()456 ucfg_ipa_set_perf_level_bw(hdd_ctx->pdev, lvl); in hdd_ipa_set_perf_level_bw()
142 enum wlan_ipa_bw_level lvl) in wlan_ipa_set_perf_level_bw() argument150 ipa_debug("Set perf level to %d", lvl); in wlan_ipa_set_perf_level_bw()152 if (lvl == WLAN_IPA_BW_LEVEL_HIGH) in wlan_ipa_set_perf_level_bw()154 else if (lvl == WLAN_IPA_BW_LEVEL_MEDIUM) in wlan_ipa_set_perf_level_bw()
997 enum wlan_ipa_bw_level lvl) in ipa_set_perf_level_bw() argument1013 wlan_ipa_set_perf_level_bw(ipa_obj, lvl); in ipa_set_perf_level_bw()
382 enum wlan_ipa_bw_level lvl) in ucfg_ipa_set_perf_level_bw() argument384 ipa_set_perf_level_bw(pdev, lvl); in ucfg_ipa_set_perf_level_bw()
512 enum wlan_ipa_bw_level lvl);793 enum wlan_ipa_bw_level lvl) in ucfg_ipa_set_perf_level_bw() argument
2474 int lvl; in dp_tx_latency_stats_update_bucket() local2481 lvl = value / granularity; in dp_tx_latency_stats_update_bucket()2482 if (lvl >= CDP_TX_LATENCY_DISTR_LV_MAX) in dp_tx_latency_stats_update_bucket()2483 lvl = CDP_TX_LATENCY_DISTR_LV_MAX - 1; in dp_tx_latency_stats_update_bucket()2487 qdf_atomic_inc(&tx_latency->stats[idx][type].distribution[lvl]); in dp_tx_latency_stats_update_bucket()2557 int lvl; in dp_tx_latency_stats_clear_bucket() local2563 for (lvl = 0; lvl < CDP_TX_LATENCY_DISTR_LV_MAX; lvl++) in dp_tx_latency_stats_clear_bucket()2564 qdf_atomic_init(&stats->distribution[lvl]); in dp_tx_latency_stats_clear_bucket()2601 int lvl, idx; in dp_tx_latency_stats_update_cca() local2652 for (lvl = 0; lvl < CDP_TX_LATENCY_DISTR_LV_MAX; lvl++) in dp_tx_latency_stats_update_cca()[all …]
651 enum wlan_ipa_bw_level lvl);
891 enum wlan_ipa_bw_level lvl);
30756 #define WMI_DBGLOG_SET_LOG_LEVEL(val,lvl) do { \ argument30757 (val) |= (lvl & 0xff); \