Lines Matching refs:msg
944 struct scheduler_msg msg = { 0 }; in wma_cli_set2_command() local
957 msg.type = WMA_CLI_SET_CMD; in wma_cli_set2_command()
958 msg.reserved = 0; in wma_cli_set2_command()
959 msg.bodyptr = iwcmd; in wma_cli_set2_command()
964 QDF_MODULE_ID_WMA, &msg)) { in wma_cli_set2_command()
1941 static QDF_STATUS wma_discard_fw_event(struct scheduler_msg *msg) in wma_discard_fw_event() argument
1943 if (!msg->bodyptr) in wma_discard_fw_event()
1946 qdf_mem_free(msg->bodyptr); in wma_discard_fw_event()
1947 msg->bodyptr = NULL; in wma_discard_fw_event()
1948 msg->bodyval = 0; in wma_discard_fw_event()
1949 msg->type = 0; in wma_discard_fw_event()
2138 wma_cleanup_vdev_resp_and_hold_req(struct scheduler_msg *msg) in wma_cleanup_vdev_resp_and_hold_req() argument
2142 if (!msg || !msg->bodyptr) { in wma_cleanup_vdev_resp_and_hold_req()
2147 wma = msg->bodyptr; in wma_cleanup_vdev_resp_and_hold_req()
2165 wma_cleanup_vdev_resp_and_hold_req_flush_cb(struct scheduler_msg *msg) in wma_cleanup_vdev_resp_and_hold_req_flush_cb() argument
2185 struct scheduler_msg msg = { 0 }; in wma_shutdown_notifier_cb() local
2191 msg.bodyptr = wma_handle; in wma_shutdown_notifier_cb()
2192 msg.callback = wma_cleanup_vdev_resp_and_hold_req; in wma_shutdown_notifier_cb()
2193 msg.flush_callback = wma_cleanup_vdev_resp_and_hold_req_flush_cb; in wma_shutdown_notifier_cb()
2196 QDF_MODULE_ID_TARGET_IF, &msg); in wma_shutdown_notifier_cb()
4144 struct scheduler_msg msg = {0}; in wma_send_msg_by_priority() local
4147 msg.type = msg_type; in wma_send_msg_by_priority()
4148 msg.bodyval = body_val; in wma_send_msg_by_priority()
4149 msg.bodyptr = body_ptr; in wma_send_msg_by_priority()
4150 msg.flush_callback = wma_discard_fw_event; in wma_send_msg_by_priority()
4153 &msg, is_high_priority); in wma_send_msg_by_priority()
9246 static QDF_STATUS wma_mc_process_msg(struct scheduler_msg *msg) in wma_mc_process_msg() argument
9251 if (!msg) { in wma_mc_process_msg()
9259 mac_trace_get_wma_msg_string(msg->type), msg->type); in wma_mc_process_msg()
9264 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9269 switch (msg->type) { in wma_mc_process_msg()
9273 wma_process_tsm_stats_req(wma_handle, (void *)msg->bodyptr); in wma_mc_process_msg()
9278 (tSirUpdateChanList *) msg->bodyptr); in wma_mc_process_msg()
9279 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9282 wma_add_sta(wma_handle, (tpAddStaParams) msg->bodyptr); in wma_mc_process_msg()
9287 (struct send_peer_unmap_conf_params *)msg->bodyptr); in wma_mc_process_msg()
9288 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9291 wma_delete_sta(wma_handle, (tpDeleteStaParams) msg->bodyptr); in wma_mc_process_msg()
9294 wma_delete_bss_ho_fail(wma_handle, msg->bodyval); in wma_mc_process_msg()
9297 wma_delete_bss(wma_handle, msg->bodyval); in wma_mc_process_msg()
9301 (tEdcaParams *) msg->bodyptr); in wma_mc_process_msg()
9302 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9305 wma_send_beacon(wma_handle, (tpSendbeaconParams) msg->bodyptr); in wma_mc_process_msg()
9308 wma_set_ap_vdev_up(wma_handle, msg->bodyval); in wma_mc_process_msg()
9312 (tpSendProbeRespParams) msg->bodyptr); in wma_mc_process_msg()
9313 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9317 (wma_cli_set_cmd_t *) msg->bodyptr); in wma_mc_process_msg()
9318 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9322 (struct set_ie_param *)msg->bodyptr); in wma_mc_process_msg()
9323 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9328 (struct ath_pktlog_wmi_params *)msg->bodyptr); in wma_mc_process_msg()
9329 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9334 (tpEnableUapsdParams) msg->bodyptr); in wma_mc_process_msg()
9335 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9339 (tpDisableUapsdParams) msg->bodyptr); in wma_mc_process_msg()
9340 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9344 (struct set_dtim_params *)msg->bodyptr); in wma_mc_process_msg()
9345 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9348 wma_set_tx_power(wma_handle, (tpMaxTxPowerParams) msg->bodyptr); in wma_mc_process_msg()
9352 (tpMaxTxPowerParams) msg->bodyptr); in wma_mc_process_msg()
9355 wma_set_keepalive_req(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9359 wma_config_plm(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9360 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9366 (tUpdateVHTOpMode *) msg->bodyptr); in wma_mc_process_msg()
9367 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9371 (tUpdateRxNss *) msg->bodyptr); in wma_mc_process_msg()
9372 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9376 (tUpdateMembership *) msg->bodyptr); in wma_mc_process_msg()
9380 (tUpdateUserPos *) msg->bodyptr); in wma_mc_process_msg()
9384 (tUpdateBeaconParams *) msg->bodyptr); in wma_mc_process_msg()
9385 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9389 wma_add_ts_req(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9393 wma_del_ts_req(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9397 wma_aggr_qos_req(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9402 (tpSirRcvFltMcAddrList) msg->bodyptr); in wma_mc_process_msg()
9403 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9407 wma_send_roam_preauth_status(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9408 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9412 wma_handle_roam_sync_timeout(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9413 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9417 (tSirRateUpdateInd *) msg->bodyptr); in wma_mc_process_msg()
9422 wma_update_tdls_peer_state(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9427 (tSirAddPeriodicTxPtrn *) msg->bodyptr); in wma_mc_process_msg()
9428 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9432 (tSirDelPeriodicTxPtrn *) msg->bodyptr); in wma_mc_process_msg()
9433 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9436 wma_process_tx_power_limits(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9437 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9441 (struct send_add_ba_req *)msg->bodyptr); in wma_mc_process_msg()
9447 (tSirChAvoidUpdateReq *) msg->bodyptr); in wma_mc_process_msg()
9448 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9453 wma_set_auto_shutdown_timer_req(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9454 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9459 wma_process_dhcp_ind(wma_handle, (tAniDHCPInd *) msg->bodyptr); in wma_mc_process_msg()
9460 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9464 (t_thermal_mgmt *) msg->bodyptr); in wma_mc_process_msg()
9465 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9469 wma_process_set_thermal_level(wma_handle, msg->bodyval); in wma_mc_process_msg()
9475 (struct t_bad_peer_txtcl_config *)msg->bodyptr); in wma_mc_process_msg()
9476 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9481 (tSetMIMOPS *) msg->bodyptr); in wma_mc_process_msg()
9482 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9486 (tDisableIntraBssFwd *) msg->bodyptr); in wma_mc_process_msg()
9487 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9494 (tSirModemPowerStateInd *) msg->bodyptr); in wma_mc_process_msg()
9495 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9500 (tpStatsExtRequest) (msg->bodyptr)); in wma_mc_process_msg()
9501 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9507 (tSirExtWoWParams *) msg->bodyptr); in wma_mc_process_msg()
9508 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9512 (tSirAppType1Params *) msg->bodyptr); in wma_mc_process_msg()
9513 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9517 (tSirAppType2Params *) msg->bodyptr); in wma_mc_process_msg()
9518 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9523 wma_start_extscan(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9524 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9527 wma_stop_extscan(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9528 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9531 wma_extscan_start_hotlist_monitor(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9532 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9535 wma_extscan_stop_hotlist_monitor(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9536 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9539 wma_extscan_start_change_monitor(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9540 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9543 wma_extscan_stop_change_monitor(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9544 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9547 wma_extscan_get_cached_results(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9548 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9551 wma_extscan_get_capabilities(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9552 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9555 wma_set_epno_network_list(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9556 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9562 wma_reset_passpoint_network_list(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9564 wma_set_passpoint_network_list(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9565 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9568 wma_reset_passpoint_network_list(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9569 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9573 wma_scan_probe_setoui(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9574 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9579 (tpSirLLStatsClearReq) msg->bodyptr); in wma_mc_process_msg()
9580 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9584 (tpSirLLStatsSetReq) msg->bodyptr); in wma_mc_process_msg()
9585 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9589 (tpSirLLStatsGetReq) msg->bodyptr); in wma_mc_process_msg()
9590 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9594 (struct sir_ll_ext_stats_threshold *)msg->bodyptr); in wma_mc_process_msg()
9595 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9600 (tSirMacAddr *) msg->bodyptr); in wma_mc_process_msg()
9601 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9605 (tAniGetLinkStatus *) msg->bodyptr); in wma_mc_process_msg()
9609 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9612 wma_set_tsf_gpio_pin(wma_handle, msg->bodyval); in wma_mc_process_msg()
9617 wma_process_dhcpserver_offload(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9618 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9623 wma_set_led_flashing(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9624 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9629 (uint32_t *)msg->bodyptr); in wma_mc_process_msg()
9630 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9634 (uint32_t *)msg->bodyptr); in wma_mc_process_msg()
9635 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9640 msg->bodyptr); in wma_mc_process_msg()
9641 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9646 msg->bodyptr); in wma_mc_process_msg()
9647 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9651 (struct sir_wifi_start_log *)msg->bodyptr); in wma_mc_process_msg()
9653 (struct sir_wifi_start_log *)msg->bodyptr); in wma_mc_process_msg()
9654 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9661 wma_set_rssi_monitoring(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9662 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9666 (struct set_pcl_req *)msg->bodyptr); in wma_mc_process_msg()
9667 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9671 (struct policy_mgr_hw_mode *)msg->bodyptr); in wma_mc_process_msg()
9672 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9676 (struct sir_wisa_params *)msg->bodyptr); in wma_mc_process_msg()
9677 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9681 (struct policy_mgr_dual_mac_config *)msg->bodyptr); in wma_mc_process_msg()
9682 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9686 (struct vdev_ie_info *)msg->bodyptr); in wma_mc_process_msg()
9687 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9690 wma_process_cfg_action_frm_tb_ppdu(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9691 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9695 (struct sir_antenna_mode_param *)msg->bodyptr); in wma_mc_process_msg()
9696 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9699 wma_set_gateway_params(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9700 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9704 (struct adaptive_dwelltime_params *)msg->bodyptr); in wma_mc_process_msg()
9705 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9709 (struct obss_ht40_scanind *)msg->bodyptr); in wma_mc_process_msg()
9710 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9713 wma_add_beacon_filter(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9714 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9717 wma_remove_beacon_filter(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9718 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9725 msg->bodyptr); in wma_mc_process_msg()
9726 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9729 wma_enable_disable_caevent_ind(wma_handle, msg->bodyval); in wma_mc_process_msg()
9732 wma_update_tx_fail_cnt_th(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9733 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9736 wma_update_long_retry_limit(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9737 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9740 wma_update_short_retry_limit(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9741 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9747 wma_process_beacon_debug_stats_req(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9748 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9752 (struct sme_rcpi_req *)msg->bodyptr); in wma_mc_process_msg()
9753 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9757 (struct wow_pulse_mode *)msg->bodyptr); in wma_mc_process_msg()
9758 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9762 (struct wmi_dbs_scan_sel_params *)msg->bodyptr); in wma_mc_process_msg()
9763 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9767 (struct set_arp_stats_params *)msg->bodyptr); in wma_mc_process_msg()
9768 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9772 (struct get_arp_stats_params *)msg->bodyptr); in wma_mc_process_msg()
9773 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9776 wma_set_del_pmkid_cache(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9777 if (msg->bodyptr) { in wma_mc_process_msg()
9778 qdf_mem_zero(msg->bodyptr, in wma_mc_process_msg()
9780 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9785 (struct hlp_params *)msg->bodyptr); in wma_mc_process_msg()
9786 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9789 wma_process_limit_off_chan(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9790 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9793 wma_send_obss_detection_cfg(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9794 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9797 wma_send_invoke_neighbor_report(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9798 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9801 wma_process_obss_color_collision_req(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9802 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9805 wma_get_roam_scan_stats(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9806 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9812 (struct sme_motion_det_cfg *)msg->bodyptr); in wma_mc_process_msg()
9813 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9818 (struct sme_motion_det_en *)msg->bodyptr); in wma_mc_process_msg()
9819 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9824 (struct sme_motion_det_base_line_cfg *)msg->bodyptr); in wma_mc_process_msg()
9825 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9830 (struct sme_motion_det_base_line_en *)msg->bodyptr); in wma_mc_process_msg()
9831 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9838 wma_handle->wmi_handle, msg->bodyptr); in wma_mc_process_msg()
9841 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9847 *((t_thermal_cmd_params *)msg->bodyptr)); in wma_mc_process_msg()
9850 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9855 wma_get_mws_coex_info_req(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9856 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9860 wma_get_roam_scan_ch(wma_handle->wmi_handle, msg->bodyval); in wma_mc_process_msg()
9863 wma_twt_process_add_dialog(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9864 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9867 wma_twt_process_del_dialog(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9868 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9871 wma_twt_process_pause_dialog(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9872 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9875 wma_twt_process_resume_dialog(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9876 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9879 wma_twt_process_nudge_dialog(wma_handle, msg->bodyptr); in wma_mc_process_msg()
9880 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9885 (struct edca_pifs_vparam *)msg->bodyptr); in wma_mc_process_msg()
9886 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9889 wma_debug("Unhandled WMA message of type %d", msg->type); in wma_mc_process_msg()
9890 if (msg->bodyptr) in wma_mc_process_msg()
9891 qdf_mem_free(msg->bodyptr); in wma_mc_process_msg()
9897 QDF_STATUS wma_mc_process_handler(struct scheduler_msg *msg) in wma_mc_process_handler() argument
9899 return wma_mc_process_msg(msg); in wma_mc_process_handler()
9966 struct set_pcl_req *msg) in wma_send_set_pcl_cmd() argument
9981 if (msg->vdev_id != WLAN_UMAC_VDEV_ID_MAX) in wma_send_set_pcl_cmd()
9982 return wlan_cm_roam_send_set_vdev_pcl(wma_handle->psoc, msg); in wma_send_set_pcl_cmd()
9986 wma_handle->bandcapability, msg->band_mask); in wma_send_set_pcl_cmd()
9988 msg->chan_weights.saved_chan_list[i] = in wma_send_set_pcl_cmd()
9992 msg->chan_weights.saved_num_chan = wma_handle->saved_chan.num_channels; in wma_send_set_pcl_cmd()
9995 (struct policy_mgr_pcl_chan_weights *)&msg->chan_weights, in wma_send_set_pcl_cmd()
10002 for (i = 0; i < msg->chan_weights.saved_num_chan; i++) { in wma_send_set_pcl_cmd()
10003 msg->chan_weights.weighed_valid_list[i] = in wma_send_set_pcl_cmd()
10005 msg->chan_weights.weighed_valid_list[i]); in wma_send_set_pcl_cmd()
10010 msg->chan_weights.saved_chan_list[i]); in wma_send_set_pcl_cmd()
10012 msg->chan_weights.weighed_valid_list[i] = in wma_send_set_pcl_cmd()
10017 if (msg->band_mask == in wma_send_set_pcl_cmd()
10026 (msg->band_mask == BIT(REG_BAND_2G))) && in wma_send_set_pcl_cmd()
10028 msg->chan_weights.saved_chan_list[i])) { in wma_send_set_pcl_cmd()
10029 msg->chan_weights.weighed_valid_list[i] = in wma_send_set_pcl_cmd()
10039 (msg->band_mask == BIT(REG_BAND_5G))) && in wma_send_set_pcl_cmd()
10041 msg->chan_weights.saved_chan_list[i])) { in wma_send_set_pcl_cmd()
10042 msg->chan_weights.weighed_valid_list[i] = in wma_send_set_pcl_cmd()
10051 if (msg->band_mask == BIT(REG_BAND_6G) && in wma_send_set_pcl_cmd()
10053 msg->chan_weights.saved_chan_list[i])) { in wma_send_set_pcl_cmd()
10054 msg->chan_weights.weighed_valid_list[i] = in wma_send_set_pcl_cmd()
10063 if (msg->band_mask == (BIT(REG_BAND_2G) | BIT(REG_BAND_5G)) && in wma_send_set_pcl_cmd()
10065 msg->chan_weights.saved_chan_list[i]))) { in wma_send_set_pcl_cmd()
10066 msg->chan_weights.weighed_valid_list[i] = in wma_send_set_pcl_cmd()
10075 if (msg->band_mask == (BIT(REG_BAND_5G) | BIT(REG_BAND_6G)) && in wma_send_set_pcl_cmd()
10077 msg->chan_weights.saved_chan_list[i]))) { in wma_send_set_pcl_cmd()
10078 msg->chan_weights.weighed_valid_list[i] = in wma_send_set_pcl_cmd()
10087 if (msg->band_mask == (BIT(REG_BAND_2G) | BIT(REG_BAND_6G)) && in wma_send_set_pcl_cmd()
10089 msg->chan_weights.saved_chan_list[i]))) { in wma_send_set_pcl_cmd()
10090 msg->chan_weights.weighed_valid_list[i] = in wma_send_set_pcl_cmd()
10096 wma_debug("RSO_CFG: Dump PDEV PCL weights for vdev[%d]", msg->vdev_id); in wma_send_set_pcl_cmd()
10097 policy_mgr_dump_channel_list(msg->chan_weights.saved_num_chan, in wma_send_set_pcl_cmd()
10098 msg->chan_weights.saved_chan_list, in wma_send_set_pcl_cmd()
10099 msg->chan_weights.weighed_valid_list); in wma_send_set_pcl_cmd()
10102 &msg->chan_weights)) in wma_send_set_pcl_cmd()
10123 struct policy_mgr_hw_mode *msg) in wma_send_pdev_set_hw_mode_cmd() argument
10135 if (!msg) { in wma_send_pdev_set_hw_mode_cmd()
10144 msg->hw_mode_index)) { in wma_send_pdev_set_hw_mode_cmd()
10182 struct policy_mgr_dual_mac_config *msg) in wma_send_pdev_set_dual_mac_config() argument
10191 if (!msg) { in wma_send_pdev_set_dual_mac_config()
10213 (struct policy_mgr_dual_mac_config *)msg); in wma_send_pdev_set_dual_mac_config()
10222 msg->scan_config, msg->fw_mode_config); in wma_send_pdev_set_dual_mac_config()
10249 struct sir_antenna_mode_param *msg) in wma_send_pdev_set_antenna_mode() argument
10260 if (!msg) { in wma_send_pdev_set_antenna_mode()
10281 cmd->num_txrx_chains = msg->num_rx_chains; in wma_send_pdev_set_antenna_mode()
10282 cmd->num_txrx_chains |= (msg->num_tx_chains << 16); in wma_send_pdev_set_antenna_mode()
10285 msg->num_tx_chains, in wma_send_pdev_set_antenna_mode()
10286 msg->num_rx_chains, cmd->num_txrx_chains); in wma_send_pdev_set_antenna_mode()