Lines Matching refs:status
63 QDF_STATUS status; in target_if_ocb_set_config() local
65 status = wmi_unified_ocb_set_config(get_wmi_unified_hdl_from_psoc(psoc), in target_if_ocb_set_config()
67 if (status) in target_if_ocb_set_config()
68 target_if_err("Failed to set OCB config %d", status); in target_if_ocb_set_config()
70 return status; in target_if_ocb_set_config()
83 QDF_STATUS status; in target_if_ocb_set_utc_time() local
85 status = wmi_unified_ocb_set_utc_time_cmd( in target_if_ocb_set_utc_time()
87 if (status) in target_if_ocb_set_utc_time()
88 target_if_err("Failed to set OCB UTC time %d", status); in target_if_ocb_set_utc_time()
90 return status; in target_if_ocb_set_utc_time()
105 QDF_STATUS status; in target_if_ocb_start_timing_advert() local
107 status = wmi_unified_ocb_start_timing_advert( in target_if_ocb_start_timing_advert()
109 if (status) in target_if_ocb_start_timing_advert()
110 target_if_err("Failed to start OCB timing advert %d", status); in target_if_ocb_start_timing_advert()
112 return status; in target_if_ocb_start_timing_advert()
127 QDF_STATUS status; in target_if_ocb_stop_timing_advert() local
129 status = in target_if_ocb_stop_timing_advert()
132 if (status) in target_if_ocb_stop_timing_advert()
133 target_if_err("Failed to stop OCB timing advert %d", status); in target_if_ocb_stop_timing_advert()
135 return status; in target_if_ocb_stop_timing_advert()
149 QDF_STATUS status; in target_if_ocb_get_tsf_timer() local
151 status = wmi_unified_ocb_get_tsf_timer( in target_if_ocb_get_tsf_timer()
153 if (status) in target_if_ocb_get_tsf_timer()
154 target_if_err("Failed to send get tsf timer cmd: %d", status); in target_if_ocb_get_tsf_timer()
156 return status; in target_if_ocb_get_tsf_timer()
170 QDF_STATUS status; in target_if_dcc_get_stats() local
172 status = wmi_unified_dcc_get_stats_cmd( in target_if_dcc_get_stats()
174 if (status) in target_if_dcc_get_stats()
175 target_if_err("Failed to send get DCC stats cmd: %d", status); in target_if_dcc_get_stats()
177 return status; in target_if_dcc_get_stats()
191 QDF_STATUS status; in target_if_dcc_clear_stats() local
193 status = wmi_unified_dcc_clear_stats( in target_if_dcc_clear_stats()
195 if (status) in target_if_dcc_clear_stats()
196 target_if_err("Failed to send clear DCC stats cmd: %d", status); in target_if_dcc_clear_stats()
198 return status; in target_if_dcc_clear_stats()
212 QDF_STATUS status; in target_if_dcc_update_ndl() local
215 status = wmi_unified_dcc_update_ndl(get_wmi_unified_hdl_from_psoc(psoc), in target_if_dcc_update_ndl()
217 if (status) in target_if_dcc_update_ndl()
218 target_if_err("Failed to send NDL update cmd: %d", status); in target_if_dcc_update_ndl()
220 return status; in target_if_dcc_update_ndl()
236 QDF_STATUS status; in target_if_ocb_set_config_resp() local
264 status = wmi_extract_ocb_set_channel_config_resp( in target_if_ocb_set_config_resp()
267 if (QDF_IS_STATUS_ERROR(status)) { in target_if_ocb_set_config_resp()
272 status = ocb_rx_ops->ocb_set_config_status(psoc, resp); in target_if_ocb_set_config_resp()
273 if (status != QDF_STATUS_SUCCESS) { in target_if_ocb_set_config_resp()
302 QDF_STATUS status; in target_if_ocb_get_tsf_timer_resp() local
331 status = wmi_extract_ocb_tsf_timer( in target_if_ocb_get_tsf_timer_resp()
334 if (QDF_IS_STATUS_ERROR(status)) { 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()
340 if (status != QDF_STATUS_SUCCESS) { in target_if_ocb_get_tsf_timer_resp()
369 QDF_STATUS status; in target_if_dcc_update_ndl_resp() local
404 status = wmi_extract_dcc_update_ndl_resp( in target_if_dcc_update_ndl_resp()
407 if (QDF_IS_STATUS_ERROR(status)) { in target_if_dcc_update_ndl_resp()
412 status = ocb_rx_ops->ocb_dcc_ndl_update(psoc, resp); in target_if_dcc_update_ndl_resp()
413 if (status != QDF_STATUS_SUCCESS) { in target_if_dcc_update_ndl_resp()
444 QDF_STATUS status; in target_if_dcc_get_stats_resp() local
473 status = wmi_extract_dcc_stats( in target_if_dcc_get_stats_resp()
476 if (!response || QDF_IS_STATUS_ERROR(status)) { in target_if_dcc_get_stats_resp()
482 status = ocb_rx_ops->ocb_dcc_stats_indicate(psoc, in target_if_dcc_get_stats_resp()
485 if (QDF_IS_STATUS_ERROR(status)) { in target_if_dcc_get_stats_resp()
515 QDF_STATUS status; in target_if_dcc_stats_resp() local
544 status = wmi_extract_dcc_stats( in target_if_dcc_stats_resp()
547 if (!response || QDF_IS_STATUS_ERROR(status)) { in target_if_dcc_stats_resp()
552 status = ocb_rx_ops->ocb_dcc_stats_indicate(psoc, in target_if_dcc_stats_resp()
555 if (QDF_IS_STATUS_ERROR(status)) { in target_if_dcc_stats_resp()