Home
last modified time | relevance | path

Searched refs:active_range_request (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dtof.c95 mvm->tof_data.active_range_request = IWL_MVM_TOF_RANGE_REQ_MAX_ID; in iwl_mvm_tof_init()
109 mvm->tof_data.active_range_request = IWL_MVM_TOF_RANGE_REQ_MAX_ID; in iwl_mvm_tof_clean()
141 mvm->tof_data.active_range_request = IWL_MVM_TOF_RANGE_REQ_MAX_ID; in iwl_mvm_tof_config_cmd()
159 if (id != mvm->tof_data.active_range_request) { in iwl_mvm_tof_range_abort_cmd()
161 id, mvm->tof_data.active_range_request); in iwl_mvm_tof_range_abort_cmd()
166 mvm->tof_data.active_range_request = IWL_MVM_TOF_RANGE_REQ_MAX_ID; in iwl_mvm_tof_range_abort_cmd()
220 if (mvm->tof_data.active_range_request != in iwl_mvm_tof_range_request_cmd()
223 mvm->tof_data.active_range_request); in iwl_mvm_tof_range_request_cmd()
227 mvm->tof_data.active_range_request = mvm->tof_data.range_req.request_id; in iwl_mvm_tof_range_request_cmd()
256 if (resp->request_id != mvm->tof_data.active_range_request) { in iwl_mvm_tof_range_resp()
[all …]
Dtof.h77 u16 active_range_request; member