Lines Matching refs:target_priv_data
3210 struct MPT3SAS_TARGET *target_priv_data = starget->hostdata; in scsih_dev_reset() local
3232 target_priv_data); in scsih_dev_reset()
3290 struct MPT3SAS_TARGET *target_priv_data = starget->hostdata; in scsih_target_reset() local
3312 target_priv_data); in scsih_target_reset()
6786 struct MPT3SAS_TARGET *target_priv_data; in _scsih_sas_device_status_change_event() local
6811 target_priv_data = sas_device->starget->hostdata; in _scsih_sas_device_status_change_event()
6812 if (!target_priv_data) in _scsih_sas_device_status_change_event()
6817 target_priv_data->tm_busy = 1; in _scsih_sas_device_status_change_event()
6819 target_priv_data->tm_busy = 0; in _scsih_sas_device_status_change_event()
6824 (target_priv_data->tm_busy == 1) ? "Enable" : "Disable", in _scsih_sas_device_status_change_event()
6825 target_priv_data->handle); in _scsih_sas_device_status_change_event()
7511 struct MPT3SAS_TARGET *target_priv_data; in _scsih_pcie_device_status_change_event() local
7534 target_priv_data = pcie_device->starget->hostdata; in _scsih_pcie_device_status_change_event()
7535 if (!target_priv_data) in _scsih_pcie_device_status_change_event()
7540 target_priv_data->tm_busy = 1; in _scsih_pcie_device_status_change_event()
7542 target_priv_data->tm_busy = 0; in _scsih_pcie_device_status_change_event()