]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
scsi: hisi_sas: add v2 hw slot complete internal abort support
authorJohn Garry <john.garry@huawei.com>
Wed, 24 Aug 2016 11:05:51 +0000 (19:05 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 26 Aug 2016 02:38:54 +0000 (22:38 -0400)
commitdf032d0e4dbe2597dfa3f60c06b1c260e3870a3d
tree21b8902fa6ce7f890c5ba5ad9065ab8c8bd27d3a
parenta3e665d91fcafbf29c92b09e44dc29a9c1436a18
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>
drivers/scsi/hisi_sas/hisi_sas_v2_hw.c