Lines Matching refs:resp
250 struct iwl_tof_range_rsp_ntfy *resp = (void *)data; in iwl_mvm_tof_range_resp() local
252 if (resp->request_id != mvm->tof_data.active_range_request) { in iwl_mvm_tof_range_resp()
254 resp->request_id, mvm->tof_data.active_range_request); in iwl_mvm_tof_range_resp()
258 memcpy(&mvm->tof_data.range_resp, resp, in iwl_mvm_tof_range_resp()
267 struct iwl_tof_mcsi_notif *resp = (struct iwl_tof_mcsi_notif *)data; in iwl_mvm_tof_mcsi_notif() local
269 IWL_DEBUG_INFO(mvm, "MCSI notification, token %d\n", resp->token); in iwl_mvm_tof_mcsi_notif()
287 struct iwl_tof_gen_resp_cmd *resp = (void *)pkt->data; in iwl_mvm_tof_resp_handler() local
291 switch (le32_to_cpu(resp->sub_grp_cmd_id)) { in iwl_mvm_tof_resp_handler()
293 iwl_mvm_tof_range_resp(mvm, resp->data); in iwl_mvm_tof_resp_handler()
296 iwl_mvm_tof_mcsi_notif(mvm, resp->data); in iwl_mvm_tof_resp_handler()
299 iwl_mvm_tof_nb_report_notif(mvm, resp->data); in iwl_mvm_tof_resp_handler()
303 resp->sub_grp_cmd_id); in iwl_mvm_tof_resp_handler()