Lines Matching refs:target_priv_data
3380 struct MPT3SAS_TARGET *target_priv_data = starget->hostdata; in scsih_dev_reset() local
3402 target_priv_data); in scsih_dev_reset()
3460 struct MPT3SAS_TARGET *target_priv_data = starget->hostdata; in scsih_target_reset() local
3482 target_priv_data); in scsih_target_reset()
7785 struct MPT3SAS_TARGET *target_priv_data; in _scsih_sas_device_status_change_event() local
7811 target_priv_data = sas_device->starget->hostdata; in _scsih_sas_device_status_change_event()
7812 if (!target_priv_data) in _scsih_sas_device_status_change_event()
7817 target_priv_data->tm_busy = 1; in _scsih_sas_device_status_change_event()
7819 target_priv_data->tm_busy = 0; in _scsih_sas_device_status_change_event()
7824 (target_priv_data->tm_busy == 1) ? "Enable" : "Disable", in _scsih_sas_device_status_change_event()
7825 target_priv_data->handle); in _scsih_sas_device_status_change_event()
8511 struct MPT3SAS_TARGET *target_priv_data; in _scsih_pcie_device_status_change_event() local
8534 target_priv_data = pcie_device->starget->hostdata; in _scsih_pcie_device_status_change_event()
8535 if (!target_priv_data) in _scsih_pcie_device_status_change_event()
8540 target_priv_data->tm_busy = 1; in _scsih_pcie_device_status_change_event()
8542 target_priv_data->tm_busy = 0; in _scsih_pcie_device_status_change_event()