summaryrefslogtreecommitdiff
path: root/include/scsi
diff options
context:
space:
mode:
authorIgor Pylypiv <ipylypiv@google.com>2023-08-19 14:30:39 -0700
committerMartin K. Petersen <martin.petersen@oracle.com>2023-08-21 17:11:41 -0400
commit72875018f638d02db09f74cbe181dc76a75bc970 (patch)
tree1f67a797018fb754285feb1c2525e5e682a1be3d /include/scsi
parent06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5 (diff)
scsi: libsas: Add return_fis_on_success to sas_ata_task
Set return_fis_on_success when libata requests result taskfile. For Command Duration Limits policy 0xD (command completes without an error) libata needs FIS in order to detect the ATA_SENSE bit and read the Sense Data for Successful NCQ Commands log (0Fh). Signed-off-by: Igor Pylypiv <ipylypiv@google.com> Link: https://lore.kernel.org/r/20230819213040.1101044-2-ipylypiv@google.com Reviewed-by: Niklas Cassel <niklas.cassel@wdc.com> Reviewed-by: Damien Le Moal <dlemoal@kernel.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include/scsi')
-rw-r--r--include/scsi/libsas.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h
index 159823e0afbf..9e2c69c13dd3 100644
--- a/include/scsi/libsas.h
+++ b/include/scsi/libsas.h
@@ -550,6 +550,7 @@ struct sas_ata_task {
u8 use_ncq:1;
u8 set_affil_pol:1;
u8 stp_affil_pol:1;
+ u8 return_fis_on_success:1;
u8 device_control_reg_update:1;