Searched refs:active_range_request (Results 1 – 2 of 2) sorted by relevance
95 mvm->tof_data.active_range_request = IWL_MVM_TOF_RANGE_REQ_MAX_ID; in iwl_mvm_tof_init()106 mvm->tof_data.active_range_request = IWL_MVM_TOF_RANGE_REQ_MAX_ID; in iwl_mvm_tof_clean()137 mvm->tof_data.active_range_request = IWL_MVM_TOF_RANGE_REQ_MAX_ID; in iwl_mvm_tof_config_cmd()155 if (id != mvm->tof_data.active_range_request) { in iwl_mvm_tof_range_abort_cmd()157 id, mvm->tof_data.active_range_request); in iwl_mvm_tof_range_abort_cmd()162 mvm->tof_data.active_range_request = IWL_MVM_TOF_RANGE_REQ_MAX_ID; in iwl_mvm_tof_range_abort_cmd()216 if (mvm->tof_data.active_range_request != in iwl_mvm_tof_range_request_cmd()219 mvm->tof_data.active_range_request); in iwl_mvm_tof_range_request_cmd()223 mvm->tof_data.active_range_request = mvm->tof_data.range_req.request_id; in iwl_mvm_tof_range_request_cmd()252 if (resp->request_id != mvm->tof_data.active_range_request) { in iwl_mvm_tof_range_resp()[all …]
77 u16 active_range_request; member