diff options
author | James Smart <jsmart2021@gmail.com> | 2019-09-22 05:58:56 +0200 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2019-10-01 04:07:10 +0200 |
commit | 51f8e43ed355d30b3c93293077ecb0c0afac3799 (patch) | |
tree | a9520a4f64d01509664024f82967d647650d09e3 /drivers/regulator/lp3972.c | |
parent | scsi: lpfc: Fix discovery failures when target device connectivity bounces (diff) | |
download | linux-51f8e43ed355d30b3c93293077ecb0c0afac3799.tar.xz linux-51f8e43ed355d30b3c93293077ecb0c0afac3799.zip |
scsi: lpfc: Fix NVMe ABTS in response to receiving an ABTS
When the port, running as a nvme target, receives an ABTS, it submits
commands to the adapter to Abort i/o outstanding in the adapter. The Abort
command formatting routine left a command field set to zero, which
instructs the adapter to generate an ABTS on the wire as part of cleaning
up the I/O. This is common operation for an initiator, but not for a
target.
Fix the driver to check whether an ABTS had been received for the I/O, and
if so, change the Abort command formatting so that the ABTS generation is
disabled (IA=1). No need to ABTS it when the other side already has.
Also refactored the code such that there is a single routine being used for
nvme or nvmet ABORT requests, and IA is an argument.
Link: https://lore.kernel.org/r/20190922035906.10977-11-jsmart2021@gmail.com
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com>
Signed-off-by: James Smart <jsmart2021@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/regulator/lp3972.c')
0 files changed, 0 insertions, 0 deletions