Lines Matching refs:target_priv_data
2949 struct MPT3SAS_TARGET *target_priv_data = starget->hostdata; in scsih_dev_reset() local
2971 target_priv_data); in scsih_dev_reset()
3028 struct MPT3SAS_TARGET *target_priv_data = starget->hostdata; in scsih_target_reset() local
3050 target_priv_data); in scsih_target_reset()
6507 struct MPT3SAS_TARGET *target_priv_data; in _scsih_sas_device_status_change_event() local
6532 target_priv_data = sas_device->starget->hostdata; in _scsih_sas_device_status_change_event()
6533 if (!target_priv_data) in _scsih_sas_device_status_change_event()
6538 target_priv_data->tm_busy = 1; in _scsih_sas_device_status_change_event()
6540 target_priv_data->tm_busy = 0; in _scsih_sas_device_status_change_event()
6545 (target_priv_data->tm_busy == 1) ? "Enable" : "Disable", in _scsih_sas_device_status_change_event()
6546 target_priv_data->handle); in _scsih_sas_device_status_change_event()
7222 struct MPT3SAS_TARGET *target_priv_data; in _scsih_pcie_device_status_change_event() local
7245 target_priv_data = pcie_device->starget->hostdata; in _scsih_pcie_device_status_change_event()
7246 if (!target_priv_data) in _scsih_pcie_device_status_change_event()
7251 target_priv_data->tm_busy = 1; in _scsih_pcie_device_status_change_event()
7253 target_priv_data->tm_busy = 0; in _scsih_pcie_device_status_change_event()