commit | 95237c25d8d08ebc451dd2d793f7e765f57b0c9f | [log] [tgz] |
---|---|---|
author | Tyrel Datwyler <tyreld@linux.vnet.ibm.com> | Wed Mar 20 14:56:52 2019 -0500 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Wed Mar 27 21:34:20 2019 -0400 |
tree | 1ed5cc1a231bcd2dccbe871643cca1ee6adfa5a0 | |
parent | 6dc6a944d58aea3d9de3828318b0fffdb60a7097 [diff] |
scsi: ibmvfc: Add failed PRLI to cmd_status lookup array The VIOS uses the SCSI_ERROR class to report PRLI failures. These errors are indicated with the combination of a IBMVFC_FC_SCSI_ERROR return status and 0x8000 error code. Add these codes to cmd_status[] with appropriate human readable error message. Signed-off-by: Tyrel Datwyler <tyreld@linux.vnet.ibm.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>