Home
last modified time | relevance | path

Searched refs:lvl (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qcacld-3.0/uapi/linux/
Da_debug.h151 #define AR_DEBUG_LVL_CHECK(lvl) (GET_ATH_MODULE_DEBUG_VAR_MASK(ATH_MODULE_NAME) & (lvl)) argument
154 #define ATH_DEBUG_SET_DEBUG_MASK(s, lvl) GET_ATH_MODULE_DEBUG_VAR_MASK(s) = (lvl) argument
176 #define AR_DEBUG_LVL_CHECK(lvl) 0 argument
180 #define ATH_DEBUG_SET_DEBUG_MASK(s, lvl) argument
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_ipa.c442 enum wlan_ipa_bw_level lvl; in hdd_ipa_set_perf_level_bw() local
449 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()
/wlan-driver/qca-wifi-host-cmn/ipa/core/src/
Dwlan_ipa_rm.c142 enum wlan_ipa_bw_level lvl) in wlan_ipa_set_perf_level_bw() argument
150 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()
Dwlan_ipa_main.c997 enum wlan_ipa_bw_level lvl) in ipa_set_perf_level_bw() argument
1013 wlan_ipa_set_perf_level_bw(ipa_obj, lvl); in ipa_set_perf_level_bw()
/wlan-driver/qca-wifi-host-cmn/ipa/dispatcher/src/
Dwlan_ipa_ucfg_api.c382 enum wlan_ipa_bw_level lvl) in ucfg_ipa_set_perf_level_bw() argument
384 ipa_set_perf_level_bw(pdev, lvl); in ucfg_ipa_set_perf_level_bw()
/wlan-driver/qca-wifi-host-cmn/ipa/dispatcher/inc/
Dwlan_ipa_ucfg_api.h512 enum wlan_ipa_bw_level lvl);
793 enum wlan_ipa_bw_level lvl) in ucfg_ipa_set_perf_level_bw() argument
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_tx.c2474 int lvl; in dp_tx_latency_stats_update_bucket() local
2481 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() local
2563 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() local
2652 for (lvl = 0; lvl < CDP_TX_LATENCY_DISTR_LV_MAX; lvl++) in dp_tx_latency_stats_update_cca()
[all …]
/wlan-driver/qca-wifi-host-cmn/ipa/core/inc/
Dwlan_ipa_main.h651 enum wlan_ipa_bw_level lvl);
Dwlan_ipa_core.h891 enum wlan_ipa_bw_level lvl);
/wlan-driver/fw-api/fw/
Dwmi_unified.h30756 #define WMI_DBGLOG_SET_LOG_LEVEL(val,lvl) do { \ argument
30757 (val) |= (lvl & 0xff); \