Home
last modified time | relevance | path

Searched refs:buf_ptr (Results 1 – 25 of 34) sorted by relevance

12

/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_11be_tlv.h35 uint8_t *vdev_create_add_mlo_params(uint8_t *buf_ptr,
51 uint8_t *vdev_start_add_mlo_params(uint8_t *buf_ptr,
60 uint8_t *vdev_start_add_ml_partner_links(uint8_t *buf_ptr,
78 uint8_t *bcn_tmpl_add_ml_partner_links(uint8_t *buf_ptr,
97 uint8_t *bcn_tmpl_add_ml_info(uint8_t *buf_ptr,
115 uint8_t *prb_resp_tmpl_add_ml_info(uint8_t *buf_ptr,
124 uint8_t *peer_create_add_mlo_params(uint8_t *buf_ptr,
147 uint8_t *peer_assoc_add_mlo_params(uint8_t *buf_ptr,
156 uint8_t *peer_assoc_add_ml_partner_links(uint8_t *buf_ptr,
172 uint8_t *peer_assoc_add_tid_to_link_map(uint8_t *buf_ptr,
[all …]
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_ocb_tlv.c38 uint8_t *buf_ptr; in send_ocb_set_utc_time_cmd_tlv() local
48 buf_ptr = (uint8_t *)wmi_buf_data(buf); in send_ocb_set_utc_time_cmd_tlv()
49 cmd = (wmi_ocb_set_utc_time_cmd_fixed_param *)buf_ptr; in send_ocb_set_utc_time_cmd_tlv()
85 uint8_t *buf_ptr; in send_ocb_start_timing_advert_cmd_tlv() local
103 buf_ptr = (uint8_t *)wmi_buf_data(buf); in send_ocb_start_timing_advert_cmd_tlv()
104 cmd = (wmi_ocb_start_timing_advert_cmd_fixed_param *)buf_ptr; in send_ocb_start_timing_advert_cmd_tlv()
115 buf_ptr += sizeof(*cmd); in send_ocb_start_timing_advert_cmd_tlv()
118 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_BYTE, in send_ocb_start_timing_advert_cmd_tlv()
120 qdf_mem_copy(buf_ptr + WMI_TLV_HDR_SIZE, in send_ocb_start_timing_advert_cmd_tlv()
148 uint8_t *buf_ptr; in send_ocb_stop_timing_advert_cmd_tlv() local
[all …]
Dwmi_unified_11be_tlv.c35 uint8_t *vdev_create_add_mlo_params(uint8_t *buf_ptr, in vdev_create_add_mlo_params() argument
41 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_STRUC, 0); in vdev_create_add_mlo_params()
42 return buf_ptr + WMI_TLV_HDR_SIZE; in vdev_create_add_mlo_params()
45 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_STRUC, in vdev_create_add_mlo_params()
47 buf_ptr += sizeof(uint32_t); in vdev_create_add_mlo_params()
49 mlo_params = (wmi_vdev_create_mlo_params *)buf_ptr; in vdev_create_add_mlo_params()
58 return buf_ptr + sizeof(wmi_vdev_create_mlo_params); in vdev_create_add_mlo_params()
85 uint8_t *vdev_start_add_mlo_params(uint8_t *buf_ptr, in vdev_start_add_mlo_params() argument
90 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_STRUC, in vdev_start_add_mlo_params()
92 buf_ptr += sizeof(uint32_t); in vdev_start_add_mlo_params()
[all …]
Dwmi_unified_pmo_tlv.c186 uint8_t *buf_ptr; in send_wow_patterns_to_fw_cmd_tlv() local
208 buf_ptr = (uint8_t *) cmd; in send_wow_patterns_to_fw_cmd_tlv()
218 buf_ptr += sizeof(WMI_WOW_ADD_PATTERN_CMD_fixed_param); in send_wow_patterns_to_fw_cmd_tlv()
220 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_STRUC, in send_wow_patterns_to_fw_cmd_tlv()
222 buf_ptr += WMI_TLV_HDR_SIZE; in send_wow_patterns_to_fw_cmd_tlv()
223 bitmap_pattern = (WOW_BITMAP_PATTERN_T *) buf_ptr; in send_wow_patterns_to_fw_cmd_tlv()
257 buf_ptr += sizeof(WOW_BITMAP_PATTERN_T); in send_wow_patterns_to_fw_cmd_tlv()
260 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_STRUC, 0); in send_wow_patterns_to_fw_cmd_tlv()
261 buf_ptr += WMI_TLV_HDR_SIZE; in send_wow_patterns_to_fw_cmd_tlv()
264 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_STRUC, 0); in send_wow_patterns_to_fw_cmd_tlv()
[all …]
Dwmi_unified_extscan_tlv.c151 u_int8_t i, *buf_ptr; in send_set_epno_network_list_cmd_tlv() local
181 buf_ptr = (u_int8_t *) cmd; in send_set_epno_network_list_cmd_tlv()
192 buf_ptr += sizeof(wmi_nlo_config_cmd_fixed_param); in send_set_epno_network_list_cmd_tlv()
201 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_STRUC, in send_set_epno_network_list_cmd_tlv()
203 buf_ptr += WMI_TLV_HDR_SIZE; in send_set_epno_network_list_cmd_tlv()
205 nlo_list = (nlo_configured_parameters *) buf_ptr; in send_set_epno_network_list_cmd_tlv()
238 buf_ptr += cmd->no_of_ssids * sizeof(nlo_configured_parameters); in send_set_epno_network_list_cmd_tlv()
240 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_UINT32, 0); in send_set_epno_network_list_cmd_tlv()
241 buf_ptr += WMI_TLV_HDR_SIZE; in send_set_epno_network_list_cmd_tlv()
244 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_STRUC, 0); in send_set_epno_network_list_cmd_tlv()
[all …]
Dwmi_unified_sta_tlv.c96 uint8_t *buf_ptr; in send_set_sta_keep_alive_cmd_tlv() local
109 buf_ptr = (uint8_t *) cmd; in send_set_sta_keep_alive_cmd_tlv()
119 arp_rsp = (WMI_STA_KEEPALVE_ARP_RESPONSE *) (buf_ptr + sizeof(*cmd)); in send_set_sta_keep_alive_cmd_tlv()
218 uint8_t *buf_ptr; in send_process_dhcp_ind_cmd_tlv() local
227 buf_ptr = (uint8_t *) wmi_buf_data(buf); in send_process_dhcp_ind_cmd_tlv()
228 peer_set_param_fp = (wmi_peer_set_param_cmd_fixed_param *) buf_ptr; in send_process_dhcp_ind_cmd_tlv()
267 uint8_t *buf_ptr; in send_get_link_speed_cmd_tlv() local
274 buf_ptr = (uint8_t *) wmi_buf_data(wmi_buf); in send_get_link_speed_cmd_tlv()
276 cmd = (wmi_peer_get_estimated_linkspeed_cmd_fixed_param *) buf_ptr; in send_get_link_speed_cmd_tlv()
605 uint8_t *buf_ptr; in send_set_tdls_offchan_mode_cmd_tlv() local
[all …]
Dwmi_unified_p2p_tlv.c38 uint8_t *buf_ptr; in send_set_p2pgo_noa_req_cmd_tlv() local
50 buf_ptr = (uint8_t *)wmi_buf_data(buf); in send_set_p2pgo_noa_req_cmd_tlv()
51 cmd = (wmi_p2p_set_noa_cmd_fixed_param *)buf_ptr; in send_set_p2pgo_noa_req_cmd_tlv()
61 WMITLV_SET_HDR((buf_ptr + sizeof(wmi_p2p_set_noa_cmd_fixed_param)), in send_set_p2pgo_noa_req_cmd_tlv()
63 noa_discriptor = (wmi_p2p_noa_descriptor *)(buf_ptr + in send_set_p2pgo_noa_req_cmd_tlv()
150 uint8_t *buf_ptr; in extract_p2p_noa_ev_param_tlv() local
165 buf_ptr = (uint8_t *) fixed_param; in extract_p2p_noa_ev_param_tlv()
166 buf_ptr += sizeof(wmi_p2p_noa_event_fixed_param); in extract_p2p_noa_ev_param_tlv()
167 wmi_noa_info = (wmi_p2p_noa_info *) (buf_ptr); in extract_p2p_noa_ev_param_tlv()
250 uint8_t *buf_ptr; in send_p2p_lo_start_cmd_tlv() local
[all …]
Dwmi_unified_concurrency_tlv.c98 uint8_t *buf_ptr = NULL; in send_set_mcc_channel_time_latency_cmd_tlv() local
124 buf_ptr = (uint8_t *) wmi_buf_data(buf); in send_set_mcc_channel_time_latency_cmd_tlv()
133 buf_ptr += sizeof(*cmdTL); in send_set_mcc_channel_time_latency_cmd_tlv()
134 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_BYTE, in send_set_mcc_channel_time_latency_cmd_tlv()
136 buf_ptr += WMI_TLV_HDR_SIZE; in send_set_mcc_channel_time_latency_cmd_tlv()
139 qdf_mem_copy(buf_ptr, &chan_latency, sizeof(chan_latency)); in send_set_mcc_channel_time_latency_cmd_tlv()
170 uint8_t *buf_ptr = NULL; in send_set_mcc_channel_time_quota_cmd_tlv() local
202 buf_ptr = (uint8_t *) wmi_buf_data(buf); in send_set_mcc_channel_time_quota_cmd_tlv()
212 buf_ptr += sizeof(*cmdTQ); in send_set_mcc_channel_time_quota_cmd_tlv()
213 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_BYTE, in send_set_mcc_channel_time_quota_cmd_tlv()
[all …]
Dwmi_unified_interop_issues_ap_tlv.c76 uint8_t *buf_ptr; in send_set_rap_ps_cmd_tlv() local
88 buf_ptr = wmi_buf_data(buf); in send_set_rap_ps_cmd_tlv()
89 cmd = (wmi_pdev_set_rap_config_fixed_param *)buf_ptr; in send_set_rap_ps_cmd_tlv()
105 buf_ptr += sizeof(*cmd); in send_set_rap_ps_cmd_tlv()
107 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_STRUC, in send_set_rap_ps_cmd_tlv()
109 buf_ptr += WMI_TLV_HDR_SIZE; in send_set_rap_ps_cmd_tlv()
112 param = (wmi_pdev_set_rap_config_on_sta_ps_tlv_param *)buf_ptr; in send_set_rap_ps_cmd_tlv()
119 buf_ptr += sizeof(*param); in send_set_rap_ps_cmd_tlv()
Dwmi_unified_action_oui_tlv.c211 uint8_t *buf_ptr; in send_action_oui_cmd_tlv() local
271 buf_ptr = (uint8_t *)wmi_buf_data(wmi_buf); in send_action_oui_cmd_tlv()
272 cmd = (wmi_pdev_config_vendor_oui_action_fixed_param *)buf_ptr; in send_action_oui_cmd_tlv()
283 buf_ptr += sizeof(*cmd); in send_action_oui_cmd_tlv()
284 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_STRUC, in send_action_oui_cmd_tlv()
286 buf_ptr += WMI_TLV_HDR_SIZE; in send_action_oui_cmd_tlv()
287 cmd_ext = (wmi_vendor_oui_ext *)buf_ptr; in send_action_oui_cmd_tlv()
290 buf_ptr += no_oui_extns * sizeof(*cmd_ext); in send_action_oui_cmd_tlv()
291 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_BYTE, var_buf_len); in send_action_oui_cmd_tlv()
292 buf_ptr += WMI_TLV_HDR_SIZE; in send_action_oui_cmd_tlv()
[all …]
Dwmi_tlv_helper.c200 uint8_t *buf_ptr = (unsigned char *)param_struc_ptr; in wmitlv_check_tlv_params() local
220 WMITLV_GET_TLVTAG(WMITLV_GET_HDR(buf_ptr)); in wmitlv_check_tlv_params()
222 WMITLV_GET_TLVLEN(WMITLV_GET_HDR(buf_ptr)); in wmitlv_check_tlv_params()
337 buf_ptr + WMI_TLV_HDR_SIZE; in wmitlv_check_tlv_params()
409 buf_ptr += curr_tlv_len + WMI_TLV_HDR_SIZE; in wmitlv_check_tlv_params()
499 uint8_t *buf_ptr = (unsigned char *)param_struc_ptr; in wmitlv_check_and_pad_tlvs() local
561 WMITLV_GET_TLVTAG(WMITLV_GET_HDR(buf_ptr)); in wmitlv_check_and_pad_tlvs()
563 WMITLV_GET_TLVLEN(WMITLV_GET_HDR(buf_ptr)); in wmitlv_check_and_pad_tlvs()
605 buf_ptr += WMI_TLV_HDR_SIZE; in wmitlv_check_and_pad_tlvs()
636 (buf_ptr)); in wmitlv_check_and_pad_tlvs()
[all …]
Dwmi_unified_fwol_tlv.c227 uint8_t *buf_ptr; in send_set_mdns_fqdn_cmd_tlv() local
251 buf_ptr = wmi_buf_data(buf); in send_set_mdns_fqdn_cmd_tlv()
252 cmd = (wmi_mdns_set_fqdn_cmd_fixed_param *)buf_ptr; in send_set_mdns_fqdn_cmd_tlv()
260 buf_ptr += sizeof(*cmd); in send_set_mdns_fqdn_cmd_tlv()
261 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_BYTE, fqdn_len_aligned); in send_set_mdns_fqdn_cmd_tlv()
262 buf_ptr += WMI_TLV_HDR_SIZE; in send_set_mdns_fqdn_cmd_tlv()
263 qdf_mem_copy(buf_ptr, mdns_info->fqdn_data, cmd->fqdn_len); in send_set_mdns_fqdn_cmd_tlv()
290 uint8_t *buf_ptr; in send_set_mdns_response_cmd_tlv() local
314 buf_ptr = wmi_buf_data(buf); in send_set_mdns_response_cmd_tlv()
315 cmd = (wmi_mdns_set_resp_cmd_fixed_param *)buf_ptr; in send_set_mdns_response_cmd_tlv()
[all …]
Dwmi_unified_tlv.c1011 uint8_t *buf_ptr; in send_vdev_create_cmd_tlv() local
1042 buf_ptr = (uint8_t *)cmd + sizeof(*cmd); in send_vdev_create_cmd_tlv()
1043 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_STRUC, in send_vdev_create_cmd_tlv()
1045 buf_ptr += WMI_TLV_HDR_SIZE; in send_vdev_create_cmd_tlv()
1050 txrx_streams = (wmi_vdev_txrx_streams *)buf_ptr; in send_vdev_create_cmd_tlv()
1066 buf_ptr += (num_bands * sizeof(wmi_vdev_txrx_streams)); in send_vdev_create_cmd_tlv()
1067 buf_ptr = vdev_create_add_mlo_params(buf_ptr, param); in send_vdev_create_cmd_tlv()
1185 uint8_t *buf_ptr; in send_vdev_stop_cmd_tlv() local
1193 buf_ptr = wmi_buf_data(buf); in send_vdev_stop_cmd_tlv()
1194 cmd = (wmi_vdev_stop_cmd_fixed_param *)buf_ptr; in send_vdev_stop_cmd_tlv()
[all …]
Dwmi_unified_cp_stats_tlv.c403 uint8_t *buf_ptr = (uint8_t *)buff; in wmi_stats_handler() local
417 buf_ptr = (uint8_t *)param_buf->fixed_param; in wmi_stats_handler()
424 buf_ptr += (curr_tlv_len + WMI_TLV_HDR_SIZE); in wmi_stats_handler()
427 curr_tlv_tag = WMITLV_GET_TLVTAG(WMITLV_GET_HDR(buf_ptr)); in wmi_stats_handler()
428 curr_tlv_len = WMITLV_GET_TLVLEN(WMITLV_GET_HDR(buf_ptr)); in wmi_stats_handler()
437 buf_ptr += WMI_TLV_HDR_SIZE; in wmi_stats_handler()
442 curr_tlv_tag = WMITLV_GET_TLVTAG(WMITLV_GET_HDR(buf_ptr)); in wmi_stats_handler()
443 curr_tlv_len = WMITLV_GET_TLVLEN(WMITLV_GET_HDR(buf_ptr)); in wmi_stats_handler()
449 tag_start_ptr = buf_ptr + WMI_TLV_HDR_SIZE; in wmi_stats_handler()
456 buf_ptr += curr_tlv_len + WMI_TLV_HDR_SIZE; in wmi_stats_handler()
[all …]
Dwmi_unified_apf_tlv.c109 uint8_t *buf_ptr; in wmi_send_apf_write_work_memory_cmd_tlv() local
127 buf_ptr = wmi_buf_data(buf); in wmi_send_apf_write_work_memory_cmd_tlv()
128 cmd = (wmi_bpf_set_vdev_work_memory_cmd_fixed_param *)buf_ptr; in wmi_send_apf_write_work_memory_cmd_tlv()
140 buf_ptr += sizeof(*cmd); in wmi_send_apf_write_work_memory_cmd_tlv()
141 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_BYTE, in wmi_send_apf_write_work_memory_cmd_tlv()
143 buf_ptr += WMI_TLV_HDR_SIZE; in wmi_send_apf_write_work_memory_cmd_tlv()
144 qdf_mem_copy(buf_ptr, apf_write_params->buf, in wmi_send_apf_write_work_memory_cmd_tlv()
Dwmi_unified_nan_tlv.c130 uint8_t *buf_ptr; in send_nan_disable_req_cmd_tlv() local
185 buf_ptr = (uint8_t *)wmi_buf_data(buf); in send_nan_disable_req_cmd_tlv()
186 cmd = (wmi_nan_cmd_param *)buf_ptr; in send_nan_disable_req_cmd_tlv()
193 buf_ptr += sizeof(wmi_nan_cmd_param); in send_nan_disable_req_cmd_tlv()
195 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_BYTE, nan_data_len_aligned); in send_nan_disable_req_cmd_tlv()
196 buf_ptr += WMI_TLV_HDR_SIZE; in send_nan_disable_req_cmd_tlv()
199 qdf_mem_copy(buf_ptr, nan_msg->params.request_data, in send_nan_disable_req_cmd_tlv()
201 buf_ptr += nan_data_len_aligned; in send_nan_disable_req_cmd_tlv()
204 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_STRUC, in send_nan_disable_req_cmd_tlv()
206 buf_ptr += WMI_TLV_HDR_SIZE; in send_nan_disable_req_cmd_tlv()
[all …]
Dwmi_unified_cfr_tlv.c154 uint8_t *buf_ptr, grp_id; in send_cfr_rcc_cmd_tlv() local
169 buf_ptr = wmi_buf_data(buf); in send_cfr_rcc_cmd_tlv()
170 cmd = (wmi_cfr_capture_filter_cmd_fixed_param *)buf_ptr; in send_cfr_rcc_cmd_tlv()
210 buf_ptr += sizeof(wmi_cfr_capture_filter_cmd_fixed_param); in send_cfr_rcc_cmd_tlv()
212 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_STRUC, in send_cfr_rcc_cmd_tlv()
216 buf_ptr += WMI_TLV_HDR_SIZE; in send_cfr_rcc_cmd_tlv()
217 param = (wmi_cfr_filter_group_config *)buf_ptr; in send_cfr_rcc_cmd_tlv()
/wlan-driver/qcacld-3.0/components/wmi/src/
Dwmi_unified_coap_tlv.c39 uint8_t *buf_ptr; in send_coap_add_pattern_cmd_tlv() local
66 buf_ptr = wmi_buf_data(buf); in send_coap_add_pattern_cmd_tlv()
67 cmd = (WMI_WOW_COAP_ADD_PATTERN_CMD_fixed_param *)buf_ptr; in send_coap_add_pattern_cmd_tlv()
90 buf_ptr += sizeof(*cmd); in send_coap_add_pattern_cmd_tlv()
91 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_BYTE, verify_len_align); in send_coap_add_pattern_cmd_tlv()
92 buf_ptr += WMI_TLV_HDR_SIZE; in send_coap_add_pattern_cmd_tlv()
93 qdf_mem_copy(buf_ptr, param->verify, param->verify_len); in send_coap_add_pattern_cmd_tlv()
95 buf_ptr += verify_len_align; in send_coap_add_pattern_cmd_tlv()
96 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_BYTE, coapmsg_len_align); in send_coap_add_pattern_cmd_tlv()
97 buf_ptr += WMI_TLV_HDR_SIZE; in send_coap_add_pattern_cmd_tlv()
[all …]
Dwmi_unified_roam_tlv.c185 uint8_t *buf_ptr; in send_roam_scan_offload_rssi_thresh_cmd_tlv() local
208 buf_ptr = (uint8_t *)wmi_buf_data(buf); in send_roam_scan_offload_rssi_thresh_cmd_tlv()
210 (wmi_roam_scan_rssi_threshold_fixed_param *)buf_ptr; in send_roam_scan_offload_rssi_thresh_cmd_tlv()
229 buf_ptr += sizeof(wmi_roam_scan_rssi_threshold_fixed_param); in send_roam_scan_offload_rssi_thresh_cmd_tlv()
230 WMITLV_SET_HDR(buf_ptr, in send_roam_scan_offload_rssi_thresh_cmd_tlv()
233 buf_ptr += WMI_TLV_HDR_SIZE; in send_roam_scan_offload_rssi_thresh_cmd_tlv()
234 ext_thresholds = (wmi_roam_scan_extended_threshold_param *)buf_ptr; in send_roam_scan_offload_rssi_thresh_cmd_tlv()
255 buf_ptr += sizeof(wmi_roam_scan_extended_threshold_param); in send_roam_scan_offload_rssi_thresh_cmd_tlv()
256 WMITLV_SET_HDR(buf_ptr, in send_roam_scan_offload_rssi_thresh_cmd_tlv()
259 buf_ptr += WMI_TLV_HDR_SIZE; in send_roam_scan_offload_rssi_thresh_cmd_tlv()
[all …]
/wlan-driver/qcacld-3.0/components/target_if/dp/src/
Dtarget_if_dp_comp.c52 uint8_t *buf_ptr; in target_if_dp_get_arp_stats_event_handler() local
94 buf_ptr = (uint8_t *)data_event; in target_if_dp_get_arp_stats_event_handler()
95 buf_ptr = buf_ptr + sizeof(wmi_vdev_get_arp_stats_event_fixed_param) + in target_if_dp_get_arp_stats_event_handler()
97 connect_stats_event = (wmi_vdev_get_connectivity_check_stats *)buf_ptr; in target_if_dp_get_arp_stats_event_handler()
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_scan_roam.c407 uint8_t *buf_ptr; in wma_process_set_pdev_ht_ie_req() local
427 buf_ptr = (uint8_t *)cmd + sizeof(*cmd); in wma_process_set_pdev_ht_ie_req()
428 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_BYTE, ie_len_pad); in wma_process_set_pdev_ht_ie_req()
430 qdf_mem_copy(buf_ptr + WMI_TLV_HDR_SIZE, in wma_process_set_pdev_ht_ie_req()
459 uint8_t *buf_ptr; in wma_process_set_pdev_vht_ie_req() local
479 buf_ptr = (uint8_t *)cmd + sizeof(*cmd); in wma_process_set_pdev_vht_ie_req()
480 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_BYTE, ie_len_pad); in wma_process_set_pdev_vht_ie_req()
482 qdf_mem_copy(buf_ptr + WMI_TLV_HDR_SIZE, in wma_process_set_pdev_vht_ie_req()
2238 uint8_t *buf_ptr; in wma_passpoint_match_event_handler() local
2258 buf_ptr = (uint8_t *)param_buf->fixed_param; in wma_passpoint_match_event_handler()
[all …]
Dwma_features.c463 uint8_t *buf_ptr; in wma_reset_tsf_gpio() local
469 buf_ptr = (uint8_t *) wmi_buf_data(buf); in wma_reset_tsf_gpio()
470 cmd = (wmi_vdev_tsf_tstamp_action_cmd_fixed_param *) buf_ptr; in wma_reset_tsf_gpio()
533 uint8_t *buf_ptr; in wma_set_tsf_auto_report() local
548 buf_ptr = (uint8_t *)wmi_buf_data(buf); in wma_set_tsf_auto_report()
549 cmd = (wmi_vdev_tsf_tstamp_action_cmd_fixed_param *)buf_ptr; in wma_set_tsf_auto_report()
882 uint8_t *buf_ptr; in wma_get_isolation() local
900 buf_ptr = (uint8_t *)wmi_buf_data(wmi_buf); in wma_get_isolation()
902 cmd = (wmi_coex_get_antenna_isolation_cmd_fixed_param *)buf_ptr; in wma_get_isolation()
3245 uint8_t *buf_ptr = wma->wma_pf_hist.pf_notify_buf_ptr; in wma_wow_pagefault_add_sym_to_event() local
[all …]
Dwma_utils.c697 uint8_t *buf_ptr; in wma_stats_ext_event_handler() local
716 buf_ptr = (uint8_t *)stats_ext_info; in wma_stats_ext_event_handler()
746 buf_ptr += sizeof(wmi_stats_ext_event_fixed_param) + WMI_TLV_HDR_SIZE; in wma_stats_ext_event_handler()
751 buf_ptr, stats_ext_event->event_data_len); in wma_stats_ext_event_handler()
808 uint8_t *buf_ptr; in wma_stats_ext_event_handler() local
820 buf_ptr = (uint8_t *)stats_ext_info; in wma_stats_ext_event_handler()
836 buf_ptr += sizeof(wmi_stats_ext_event_fixed_param) + WMI_TLV_HDR_SIZE; in wma_stats_ext_event_handler()
841 buf_ptr, stats_ext_event->event_data_len); in wma_stats_ext_event_handler()
3046 uint8_t *buf_ptr; in wma_config_stats_ext_threshold() local
3069 buf_ptr = (u_int8_t *)wmi_buf_data(buf); in wma_config_stats_ext_threshold()
[all …]
Dwma_main.c2211 static void wma_state_info_dump(char **buf_ptr, uint16_t *size) in wma_state_info_dump() argument
2216 char *buf = *buf_ptr; in wma_state_info_dump()
2305 *buf_ptr += len; in wma_state_info_dump()
2423 uint8_t *buf_ptr; in wma_process_cal_fail_info() local
2436 buf_ptr = wmi_event; in wma_process_cal_fail_info()
2437 buf_ptr = buf_ptr + sizeof(wmi_debug_mesg_flush_complete_fixed_param) + in wma_process_cal_fail_info()
2441 cal_failure_event = (wmi_debug_mesg_fw_cal_failure_param *)buf_ptr; in wma_process_cal_fail_info()
2483 uint8_t *buf_ptr; in wma_flush_complete_evt_handler() local
2497 buf_ptr = (uint8_t *)wmi_event; in wma_flush_complete_evt_handler()
2498 buf_ptr = buf_ptr + in wma_flush_complete_evt_handler()
[all …]
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_apf.c427 uint8_t *buf_ptr; in hdd_apf_read_memory_callback() local
469 buf_ptr = context->buf + pkt_offset; in hdd_apf_read_memory_callback()
471 qdf_mem_copy(buf_ptr, evt->data, evt->length); in hdd_apf_read_memory_callback()

12