Lines Matching refs:target_priv_data
3381 struct MPT3SAS_TARGET *target_priv_data = starget->hostdata; in scsih_dev_reset() local
3403 target_priv_data); in scsih_dev_reset()
3461 struct MPT3SAS_TARGET *target_priv_data = starget->hostdata; in scsih_target_reset() local
3483 target_priv_data); in scsih_target_reset()
7718 struct MPT3SAS_TARGET *target_priv_data; in _scsih_sas_device_status_change_event() local
7744 target_priv_data = sas_device->starget->hostdata; in _scsih_sas_device_status_change_event()
7745 if (!target_priv_data) in _scsih_sas_device_status_change_event()
7750 target_priv_data->tm_busy = 1; in _scsih_sas_device_status_change_event()
7752 target_priv_data->tm_busy = 0; in _scsih_sas_device_status_change_event()
7757 (target_priv_data->tm_busy == 1) ? "Enable" : "Disable", in _scsih_sas_device_status_change_event()
7758 target_priv_data->handle); in _scsih_sas_device_status_change_event()
8444 struct MPT3SAS_TARGET *target_priv_data; in _scsih_pcie_device_status_change_event() local
8467 target_priv_data = pcie_device->starget->hostdata; in _scsih_pcie_device_status_change_event()
8468 if (!target_priv_data) in _scsih_pcie_device_status_change_event()
8473 target_priv_data->tm_busy = 1; in _scsih_pcie_device_status_change_event()
8475 target_priv_data->tm_busy = 0; in _scsih_pcie_device_status_change_event()