Lines Matching refs:response
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
546 event_buf, &response); in target_if_dcc_stats_resp()
547 if (!response || QDF_IS_STATUS_ERROR(status)) { in target_if_dcc_stats_resp()
553 response, in target_if_dcc_stats_resp()
563 response = NULL; in target_if_dcc_stats_resp()
568 if (response) in target_if_dcc_stats_resp()
569 qdf_mem_free(response); in target_if_dcc_stats_resp()