Searched refs:param_type (Results 1 – 12 of 12) sorted by relevance
/wlan-driver/qcacld-3.0/components/dp/core/src/ |
D | wlan_dp_main.c | 2620 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 …]
|
D | wlan_dp_prealloc.c | 763 switch (profile_ctx->param_type) { in wlan_dp_sync_prealloc_with_profile_cfg()
|
/wlan-driver/qcacld-3.0/components/dp/core/inc/ |
D | wlan_dp_priv.h | 962 enum wlan_dp_cfg_param_type param_type; member
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/inc/ |
D | wlan_vdev_mgr_tgt_if_tx_defs.h | 772 enum mlme_dev_setparam param_type; member
|
/wlan-driver/qcacld-3.0/core/wma/inc/ |
D | wma_api.h | 722 wma_send_multi_pdev_vdev_set_params(enum mlme_dev_setparam param_type,
|
/wlan-driver/qcacld-3.0/components/target_if/connection_mgr/src/ |
D | target_if_cm_roam_offload.c | 676 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/ |
D | wma_dev_if.c | 6921 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/ |
D | sme_api.h | 409 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/ |
D | sir_api.h | 1661 uint32_t param_type; member
|
/wlan-driver/qcacld-3.0/core/sme/src/common/ |
D | sme_api.c | 6228 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/ |
D | lim_process_sme_req_messages.c | 8124 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/ |
D | wmi_unified_tlv.c | 2489 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()
|