diff options
author | Justin Tee <justin.tee@broadcom.com> | 2023-05-23 21:32:03 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2023-06-01 01:14:20 +0300 |
commit | 6a84d015082ef8ef1d933230abc3fb1f6774d1d3 (patch) | |
tree | 78eb8d2f44ec60f719c83e346c1af08aca3af259 /mm | |
parent | b9951e1cffaec55cecdc3a7fae7c81dbd15c7d11 (diff) | |
download | linux-6a84d015082ef8ef1d933230abc3fb1f6774d1d3.tar.xz |
scsi: lpfc: Clean up SLI-4 CQE status handling
There is mishandling of SLI-4 CQE status values larger than what is allowed
by the LPFC_IOCB_STATUS_MASK of 4 bits. The LPFC_IOCB_STATUS_MASK is a
leftover SLI-3 construct and serves no purpose in SLI-4 path.
Remove the LPFC_IOCB_STATUS_MASK and clean up general CQE status handling
in SLI-4 completion paths.
Signed-off-by: Justin Tee <justin.tee@broadcom.com>
Link: https://lore.kernel.org/r/20230523183206.7728-7-justintee8345@gmail.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions