linux/drivers/scsi/hisi_sas
John Garry df032d0e4d scsi: hisi_sas: add v2 hw slot complete internal abort support
Add code in slot_complete_v2_hw() to deal with the slots which have
completed due to internal abort.

The status codes have the following meaning:

- STAT_IO_ABORTED: the IO has been aborted due to internal abort,
  whether by device or individual abort command

- STAT_IO_COMPLETE: internal abort command has completed successfully
  for device or individual abort command

- STAT_IO_NO_DEVICE: internal abort command has completed for device but
  cannot find any IO

- STAT_IO_NOT_VALID: internal abort command has completed for single
  command but could not find the command

Signed-off-by: John Garry <john.garry@huawei.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2016-08-25 22:38:54 -04:00
..
hisi_sas_main.c scsi: hisi_sas: add internal abort to hisi_sas_abort_task() 2016-08-25 22:38:54 -04:00
hisi_sas_v1_hw.c hisi_sas: use slot abort in v1 hw 2016-02-29 21:00:03 -05:00
hisi_sas_v2_hw.c scsi: hisi_sas: add v2 hw slot complete internal abort support 2016-08-25 22:38:54 -04:00
hisi_sas.h scsi: hisi_sas: add internal abort main code 2016-08-25 22:38:53 -04:00
Kconfig hisi_sas: add dependency for HAS_IOMEM 2016-01-26 21:17:59 -05:00
Makefile hisi_sas: add bare v2 hw driver 2016-02-23 21:27:02 -05:00