Lines Matching refs:domain_device

102 	struct domain_device *dev = task->dev;  in sas_scsi_task_done()
130 struct domain_device *dev, in sas_create_task()
163 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_queuecommand()
206 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_eh_finish_cmd()
242 struct domain_device *dev) in sas_scsi_clear_queue_I_T()
247 struct domain_device *x = cmd_to_domain_dev(cmd); in sas_scsi_clear_queue_I_T()
260 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_scsi_clear_queue_port()
324 static int sas_recover_lu(struct domain_device *dev, struct scsi_cmnd *cmd) in sas_recover_lu()
353 static int sas_recover_I_T(struct domain_device *dev) in sas_recover_I_T()
369 struct sas_phy *sas_get_local_phy(struct domain_device *dev) in sas_get_local_phy()
389 static int sas_queue_reset(struct domain_device *dev, int reset_type, u64 lun) in sas_queue_reset()
430 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_eh_abort_handler()
462 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_eh_device_reset_handler()
485 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_eh_target_reset_handler()
535 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_eh_handle_sas_errors()
600 struct domain_device *dev = task->dev; in sas_eh_handle_sas_errors()
664 struct domain_device *dev; in sas_eh_handle_resets()
753 struct domain_device *dev = sdev_to_domain_dev(sdev); in sas_ioctl()
762 struct domain_device *sas_find_dev_by_rphy(struct sas_rphy *rphy) in sas_find_dev_by_rphy()
766 struct domain_device *found_dev = NULL; in sas_find_dev_by_rphy()
773 struct domain_device *dev; in sas_find_dev_by_rphy()
794 struct domain_device *found_dev = sas_find_dev_by_rphy(rphy); in sas_target_alloc()
809 struct domain_device *dev = sdev_to_domain_dev(scsi_dev); in sas_sdev_configure()
836 struct domain_device *dev = sdev_to_domain_dev(sdev); in sas_change_queue_depth()
887 static int sas_execute_internal_abort(struct domain_device *device, in sas_execute_internal_abort()
960 int sas_execute_internal_abort_single(struct domain_device *device, u16 tag, in sas_execute_internal_abort_single()
968 int sas_execute_internal_abort_dev(struct domain_device *device, in sas_execute_internal_abort_dev()
976 int sas_execute_tmf(struct domain_device *device, void *parameter, in sas_execute_tmf()
1094 static int sas_execute_ssp_tmf(struct domain_device *device, u8 *lun, in sas_execute_ssp_tmf()
1107 int sas_abort_task_set(struct domain_device *dev, u8 *lun) in sas_abort_task_set()
1117 int sas_clear_task_set(struct domain_device *dev, u8 *lun) in sas_clear_task_set()
1127 int sas_lu_reset(struct domain_device *dev, u8 *lun) in sas_lu_reset()
1144 struct domain_device *dev = task->dev; in sas_query_task()
1160 struct domain_device *dev = task->dev; in sas_abort_task()
1207 struct domain_device *found_dev = starget->hostdata; in sas_target_destroy()