/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_fips.c | 45 struct wmi_host_fips_event_param response; member 83 struct wmi_host_fips_event_param *response) in hdd_fips_cb() argument 90 if (!response) { in hdd_fips_cb() 102 response->pdev_id, in hdd_fips_cb() 103 response->error_status, in hdd_fips_cb() 104 response->data_len); in hdd_fips_cb() 106 response->data, response->data_len); in hdd_fips_cb() 109 if (response->error_status) { in hdd_fips_cb() 112 context->status = hdd_fips_event_dup(&context->response, in hdd_fips_cb() 113 response); in hdd_fips_cb() [all …]
|
D | wlan_hdd_ocb.c | 338 struct ocb_set_config_response *response = response_ptr; in hdd_ocb_set_config_callback() local 347 if (response && response->status) in hdd_ocb_set_config_callback() 348 hdd_warn("Operation failed: %d", response->status); in hdd_ocb_set_config_callback() 350 if (response && (response->status == OCB_CHANNEL_CONFIG_SUCCESS)) in hdd_ocb_set_config_callback() 1349 struct ocb_get_tsf_timer_response response; member 1363 struct ocb_get_tsf_timer_response *response = response_ptr; in hdd_ocb_get_tsf_timer_callback() local 1372 if (response) { in hdd_ocb_get_tsf_timer_callback() 1373 priv->response = *response; in hdd_ocb_get_tsf_timer_callback() 1384 struct ocb_get_tsf_timer_response *response) in hdd_ocb_get_tsf_timer_reply() argument 1402 response->timer_high); in hdd_ocb_get_tsf_timer_reply() [all …]
|
D | wlan_hdd_disa.c | 47 struct disa_encrypt_decrypt_resp_params response; member 87 context->response = *resp; in hdd_encrypt_decrypt_msg_cb() 90 context->response.data = in hdd_encrypt_decrypt_msg_cb() 93 if (!context->response.data) { in hdd_encrypt_decrypt_msg_cb() 96 qdf_mem_copy(context->response.data, in hdd_encrypt_decrypt_msg_cb() 102 context->response.data = NULL; in hdd_encrypt_decrypt_msg_cb() 344 qdf_mem_free(context->response.data); in hdd_encrypt_decrypt_context_dealloc() 409 ret = hdd_post_encrypt_decrypt_msg_rsp(hdd_ctx, &context->response); in hdd_encrypt_decrypt_msg()
|
D | wlan_hdd_sysfs.c | 225 static void hdd_power_debugstats_cb(struct power_stats_response *response, in hdd_power_debugstats_cb() argument 244 priv->power_stats = *response; in hdd_power_debugstats_cb() 247 if (response->num_debug_register) { in hdd_power_debugstats_cb() 248 debug_registers_len = (sizeof(response->debug_registers[0]) * in hdd_power_debugstats_cb() 249 response->num_debug_register); in hdd_power_debugstats_cb() 254 response->debug_registers, in hdd_power_debugstats_cb() 372 *response, in hdd_beacon_debugstats_cb() 389 priv->beacon_stats = *response; in hdd_beacon_debugstats_cb()
|
D | wlan_hdd_thermal.c | 266 struct thermal_throttle_info *response), in hdd_send_get_thermal_stats_cmd() argument 295 struct thermal_throttle_info *response) in hdd_get_thermal_stats_cb() argument 307 qdf_mem_copy(priv, response, sizeof(struct thermal_throttle_info)); in hdd_get_thermal_stats_cb()
|
D | wlan_hdd_thermal.h | 267 struct thermal_throttle_info *response),
|
D | wlan_hdd_ext_scan.c | 1267 struct sir_extscan_generic_response *response) in wlan_hdd_cfg80211_extscan_generic_rsp() argument 1273 if (wlan_hdd_validate_context(hdd_ctx) || !response) { in wlan_hdd_cfg80211_extscan_generic_rsp() 1275 response); in wlan_hdd_cfg80211_extscan_generic_rsp() 1280 response->request_id, response->status); in wlan_hdd_cfg80211_extscan_generic_rsp() 1284 if (context->request_id == response->request_id) { in wlan_hdd_cfg80211_extscan_generic_rsp() 1285 context->response_status = response->status ? -EINVAL : 0; in wlan_hdd_cfg80211_extscan_generic_rsp()
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_ocb_ut.c | 103 struct ocb_get_tsf_timer_response response; in fake_ocb_get_tsf_timer_cmd_tlv() local 112 response.vdev_id = vdev_id; in fake_ocb_get_tsf_timer_cmd_tlv() 113 response.timer_high = 0x1234; in fake_ocb_get_tsf_timer_cmd_tlv() 114 response.timer_low = 0x5678; in fake_ocb_get_tsf_timer_cmd_tlv() 118 status = ocb_rx_ops->ocb_tsf_timer(psoc, &response); in fake_ocb_get_tsf_timer_cmd_tlv() 176 struct ocb_dcc_get_stats_response *response; in fake_dcc_get_stats_cmd_tlv() local 184 response = qdf_mem_malloc(sizeof(*response) + 2 * in fake_dcc_get_stats_cmd_tlv() 186 response->num_channels = 2; in fake_dcc_get_stats_cmd_tlv() 187 response->channel_stats_array_len = 2 * in fake_dcc_get_stats_cmd_tlv() 189 response->vdev_id = get_stats_param->vdev_id; in fake_dcc_get_stats_cmd_tlv() [all …]
|
D | wmi_unified_ocb_tlv.c | 737 struct ocb_dcc_get_stats_response *response; in extract_ocb_dcc_stats_tlv() local 754 response = qdf_mem_malloc(sizeof(*response) + fix_param->num_channels * in extract_ocb_dcc_stats_tlv() 756 *resp = response; in extract_ocb_dcc_stats_tlv() 757 if (!response) in extract_ocb_dcc_stats_tlv() 760 response->vdev_id = fix_param->vdev_id; in extract_ocb_dcc_stats_tlv() 761 response->num_channels = fix_param->num_channels; in extract_ocb_dcc_stats_tlv() 762 response->channel_stats_array_len = in extract_ocb_dcc_stats_tlv() 765 response->channel_stats_array = ((uint8_t *)response) + in extract_ocb_dcc_stats_tlv() 766 sizeof(*response); in extract_ocb_dcc_stats_tlv() 767 qdf_mem_copy(response->channel_stats_array, in extract_ocb_dcc_stats_tlv() [all …]
|
D | wmi_unified.c | 3630 struct htc_service_connect_resp response; in wmi_connect_pdev_htc_service() local 3634 OS_MEMZERO(&response, sizeof(response)); in wmi_connect_pdev_htc_service() 3652 status = htc_connect_service(soc->htc_handle, &connect, &response); in wmi_connect_pdev_htc_service() 3661 htc_set_async_ep(soc->htc_handle, response.Endpoint, true); in wmi_connect_pdev_htc_service() 3663 soc->wmi_endpoint_id[pdev_idx] = response.Endpoint; in wmi_connect_pdev_htc_service() 3664 soc->max_msg_len[pdev_idx] = response.MaxMsgLength; in wmi_connect_pdev_htc_service() 3698 struct htc_service_connect_resp response = {0}; in wmi_diag_connect_pdev_htc_service() local 3714 status = htc_connect_service(htc_handle, &connect, &response); in wmi_diag_connect_pdev_htc_service() 3723 htc_set_async_ep(htc_handle, response.Endpoint, true); in wmi_diag_connect_pdev_htc_service() 3725 wmi_handle->soc->wmi_diag_endpoint_id = response.Endpoint; in wmi_diag_connect_pdev_htc_service() [all …]
|
/wlan-driver/qcacld-3.0/components/ocb/dispatcher/src/ |
D | wlan_ocb_tgt_api.c | 109 struct ocb_get_tsf_timer_response *response) in tgt_ocb_get_tsf_timer() argument 126 response->vdev_id, in tgt_ocb_get_tsf_timer() 135 event->rsp.tsf_timer.vdev_id = response->vdev_id; in tgt_ocb_get_tsf_timer() 136 event->rsp.tsf_timer.timer_high = response->timer_high; in tgt_ocb_get_tsf_timer() 137 event->rsp.tsf_timer.timer_low = response->timer_low; in tgt_ocb_get_tsf_timer() 220 struct ocb_dcc_get_stats_response *response, in tgt_ocb_dcc_stats_indicate() argument 230 response->channel_stats_array_len; in tgt_ocb_dcc_stats_indicate() 243 response->vdev_id, in tgt_ocb_dcc_stats_indicate() 254 event->rsp.dcc_stats.vdev_id = response->vdev_id; in tgt_ocb_dcc_stats_indicate() 255 event->rsp.dcc_stats.num_channels = response->num_channels; in tgt_ocb_dcc_stats_indicate() [all …]
|
/wlan-driver/qcacld-3.0/components/target_if/ocb/src/ |
D | target_if_ocb.c | 305 struct ocb_get_tsf_timer_response response; in target_if_ocb_get_tsf_timer_resp() local 333 event_buf, &response); in target_if_ocb_get_tsf_timer_resp() 339 status = ocb_rx_ops->ocb_tsf_timer(psoc, &response); in target_if_ocb_get_tsf_timer_resp() 447 struct ocb_dcc_get_stats_response *response; in target_if_dcc_get_stats_resp() local 475 event_buf, &response); in target_if_dcc_get_stats_resp() 476 if (!response || QDF_IS_STATUS_ERROR(status)) { in target_if_dcc_get_stats_resp() 483 response, in target_if_dcc_get_stats_resp() 497 if (response) in target_if_dcc_get_stats_resp() 498 qdf_mem_free(response); in target_if_dcc_get_stats_resp() 518 struct ocb_dcc_get_stats_response *response; in target_if_dcc_stats_resp() local [all …]
|
/wlan-driver/qca-wifi-host-cmn/utils/epping/src/ |
D | epping_txrx.c | 415 struct htc_service_connect_resp response; in epping_connect_service() local 418 qdf_mem_zero(&response, sizeof(response)); in epping_connect_service() 442 status = htc_connect_service(pEpping_ctx->HTCHandle, &connect, &response); in epping_connect_service() 450 "eppingtest BE endpoint:%d\n", response.Endpoint); in epping_connect_service() 452 pEpping_ctx->EppingEndpoint[0] = response.Endpoint; in epping_connect_service() 457 status = htc_connect_service(pEpping_ctx->HTCHandle, &connect, &response); in epping_connect_service() 465 "eppingtest BK endpoint:%d\n", response.Endpoint); in epping_connect_service() 467 pEpping_ctx->EppingEndpoint[1] = response.Endpoint; in epping_connect_service() 471 pEpping_ctx->EppingEndpoint[i] = response.Endpoint; in epping_connect_service() 477 pEpping_ctx->EppingEndpoint[i] = response.Endpoint; in epping_connect_service()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/ |
D | dp_rh_htt.c | 440 struct htc_service_connect_resp response; in dp_htt_htc_attach() local 444 qdf_mem_zero(&response, sizeof(response)); in dp_htt_htc_attach() 472 status = htc_connect_service(soc->htc_soc, &connect, &response); in dp_htt_htc_attach() 480 soc->htc_endpoint = response.Endpoint; in dp_htt_htc_attach() 484 rh_soc->tx_endpoint = response.Endpoint; in dp_htt_htc_attach()
|
/wlan-driver/qcacld-3.0/components/ocb/dispatcher/inc/ |
D | wlan_ocb_public_structs.h | 268 struct ocb_get_tsf_timer_response *response); 272 struct ocb_dcc_get_stats_response *response, bool indicate); 311 typedef void (*ocb_sync_callback)(void *context, void *response);
|
/wlan-driver/qcacld-3.0/os_if/fw_offload/src/ |
D | os_if_fwol.c | 65 struct get_elna_bypass_response *response) in os_if_fwol_get_elna_bypass_callback() argument 77 priv->elna_mode = response->elna_mode; in os_if_fwol_get_elna_bypass_callback() 207 struct thermal_throttle_info *response), in os_if_fwol_get_thermal_stats_req() argument
|
/wlan-driver/qcacld-3.0/components/fw_offload/dispatcher/inc/ |
D | wlan_fwol_public_structs.h | 106 struct get_elna_bypass_response *response); 111 struct thermal_throttle_info *response);
|
D | wlan_fwol_ucfg_api.h | 704 struct get_elna_bypass_response *response), 757 struct thermal_throttle_info *response),
|
/wlan-driver/qcacld-3.0/core/dp/htt/ |
D | htt.c | 793 struct htc_service_connect_resp response; in htt_htc_attach() local 797 qdf_mem_zero(&response, sizeof(response)); in htt_htc_attach() 827 status = htc_connect_service(pdev->htc_pdev, &connect, &response); in htt_htc_attach() 840 htt_update_endpoint(pdev, service_id, response.Endpoint); in htt_htc_attach() 843 htt_htc_tx_htt2_service_start(pdev, &connect, &response); in htt_htc_attach()
|
/wlan-driver/qca-wifi-host-cmn/ipa/core/src/ |
D | wlan_ipa_core.c | 5311 void wlan_ipa_wdi_opt_dpath_notify_flt_rsvd(bool response) in wlan_ipa_wdi_opt_dpath_notify_flt_rsvd() argument 5322 if (response) { in wlan_ipa_wdi_opt_dpath_notify_flt_rsvd() 5335 notify_msg->rsvd = response; in wlan_ipa_wdi_opt_dpath_notify_flt_rsvd() 5351 int response = 0; in wlan_ipa_wdi_opt_dpath_flt_rsrv_cb() local 5374 response = cdp_ipa_pcie_link_up(ipa_obj->dp_soc); in wlan_ipa_wdi_opt_dpath_flt_rsrv_cb() 5375 if (response) { in wlan_ipa_wdi_opt_dpath_flt_rsrv_cb() 5376 ipa_err("opt_dp: Pcie link up fail %d", response); in wlan_ipa_wdi_opt_dpath_flt_rsrv_cb() 5396 response = cdp_ipa_opt_dp_enable_disable_low_power_mode(pdev, pdev_id, in wlan_ipa_wdi_opt_dpath_flt_rsrv_cb() 5398 if (response) { in wlan_ipa_wdi_opt_dpath_flt_rsrv_cb() 5400 response); in wlan_ipa_wdi_opt_dpath_flt_rsrv_cb() [all …]
|
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/ |
D | pktlog_ac.c | 1104 struct htc_service_connect_resp response; in pktlog_htc_connect_service() local 1108 qdf_mem_zero(&response, sizeof(response)); in pktlog_htc_connect_service() 1136 status = htc_connect_service(pdev->htc_pdev, &connect, &response); in pktlog_htc_connect_service() 1143 pdev->htc_endpoint = response.Endpoint; in pktlog_htc_connect_service()
|
/wlan-driver/qcacld-3.0/os_if/fw_offload/inc/ |
D | os_if_fwol.h | 125 struct thermal_throttle_info *response),
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
D | wmi_unified_ocb_api.h | 158 struct ocb_dcc_get_stats_response **response);
|
/wlan-driver/qcacld-3.0/core/sme/inc/ |
D | sme_internal.h | 139 typedef void (*ocb_callback)(void *context, void *response); 407 struct power_stats_response *response);
|
/wlan-driver/qcacld-3.0/components/fw_offload/dispatcher/src/ |
D | wlan_fwol_ucfg_api.c | 1033 struct get_elna_bypass_response *response), in ucfg_fwol_get_elna_bypass() argument 1168 struct thermal_throttle_info *response), in ucfg_fwol_send_get_thermal_stats_cmd() argument
|