Home
last modified time | relevance | path

Searched refs:param_type (Results 1 – 12 of 12) sorted by relevance

/wlan-driver/qcacld-3.0/components/dp/core/src/
Dwlan_dp_main.c2620 dp_err("unable to sync param type:%u", profile_ctx->param_type); in wlan_dp_rx_refill_pool_cfg_sync_profile()
2651 switch (profile_ctx->param_type) { in wlan_dp_soc_cfg_sync_profile()
2661 dp_err("unable to sync param type:%u", profile_ctx->param_type); in wlan_dp_soc_cfg_sync_profile()
2676 dp_err("unable to sync param type:%u", profile_ctx->param_type); in wlan_dp_soc_cfg_sync_profile()
2691 dp_err("unable to sync param type:%u", profile_ctx->param_type); in wlan_dp_soc_cfg_sync_profile()
2706 dp_err("unable to sync param type:%u", profile_ctx->param_type); in wlan_dp_soc_cfg_sync_profile()
2721 dp_err("unable to sync param type:%u", profile_ctx->param_type); in wlan_dp_soc_cfg_sync_profile()
2736 dp_err("unable to sync param type:%u", profile_ctx->param_type); in wlan_dp_soc_cfg_sync_profile()
2751 dp_err("unable to sync param type:%u", profile_ctx->param_type); in wlan_dp_soc_cfg_sync_profile()
2762 dp_debug("Unknown profile param type:%u", profile_ctx->param_type); in wlan_dp_soc_cfg_sync_profile()
[all …]
Dwlan_dp_prealloc.c763 switch (profile_ctx->param_type) { in wlan_dp_sync_prealloc_with_profile_cfg()
/wlan-driver/qcacld-3.0/components/dp/core/inc/
Dwlan_dp_priv.h962 enum wlan_dp_cfg_param_type param_type; member
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/inc/
Dwlan_vdev_mgr_tgt_if_tx_defs.h772 enum mlme_dev_setparam param_type; member
/wlan-driver/qcacld-3.0/core/wma/inc/
Dwma_api.h722 wma_send_multi_pdev_vdev_set_params(enum mlme_dev_setparam param_type,
/wlan-driver/qcacld-3.0/components/target_if/connection_mgr/src/
Dtarget_if_cm_roam_offload.c676 params.param_type = MLME_VDEV_SETPARAM; in target_if_cm_roam_scan_bmiss_cnt()
739 params.param_type = MLME_VDEV_SETPARAM; in target_if_cm_roam_scan_bmiss_timeout()
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_dev_if.c6921 QDF_STATUS wma_send_multi_pdev_vdev_set_params(enum mlme_dev_setparam param_type, in wma_send_multi_pdev_vdev_set_params() argument
6938 params.param_type = param_type; in wma_send_multi_pdev_vdev_set_params()
6944 if (param_type == MLME_VDEV_SETPARAM) { in wma_send_multi_pdev_vdev_set_params()
6949 } else if (param_type == MLME_PDEV_SETPARAM) { in wma_send_multi_pdev_vdev_set_params()
/wlan-driver/qcacld-3.0/core/sme/inc/
Dsme_api.h409 sme_send_multi_pdev_vdev_set_params(enum mlme_dev_setparam param_type,
2238 uint32_t param_type, uint32_t param_val);
/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_api.h1661 uint32_t param_type; member
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_api.c6228 uint32_t param_type, uint32_t param_val) in sme_update_session_param() argument
6257 msg->param_type = param_type; in sme_update_session_param()
17090 sme_send_multi_pdev_vdev_set_params(enum mlme_dev_setparam param_type, in sme_send_multi_pdev_vdev_set_params() argument
17095 return wma_send_multi_pdev_vdev_set_params(param_type, dev_id, param, in sme_send_multi_pdev_vdev_set_params()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_sme_req_messages.c8124 msg->param_type, msg->param_val); in __lim_process_sme_session_update()
8125 switch (msg->param_type) { in __lim_process_sme_session_update()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_tlv.c2489 if (params->param_type == MLME_PDEV_SETPARAM) { in convert_host_pdev_vdev_param_id_to_target()
2499 } else if (params->param_type == MLME_VDEV_SETPARAM) { in convert_host_pdev_vdev_param_id_to_target()
2553 cmd->is_vdev = params->param_type; in send_multi_pdev_vdev_set_param_cmd_tlv()
2554 if (params->param_type == MLME_PDEV_SETPARAM) { in send_multi_pdev_vdev_set_param_cmd_tlv()