[PATCH v4 2/7] nvme-fabrics: Add FC transport error codes to nvme.h

James Smart james.smart at broadcom.com
Fri Nov 4 13:46:58 PDT 2016


Add FC transport error codes to nvme.h

Signed-off-by: James Smart <james.smart at broadcom.com>
Reviewed-by: Christoph Hellwig <hch at lst.de>
Reviewed-by: Jay Freyensee <james_p_freyensee at linux.intel.com>
---
 include/linux/nvme.h | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/include/linux/nvme.h b/include/linux/nvme.h
index fc3c242..aa3cac4 100644
--- a/include/linux/nvme.h
+++ b/include/linux/nvme.h
@@ -973,6 +973,26 @@ enum {
 	NVME_SC_UNWRITTEN_BLOCK		= 0x287,
 
 	NVME_SC_DNR			= 0x4000,
+
+
+	/*
+	 * FC Transport-specific error status values for NVME commands
+	 *
+	 * Transport-specific status code values must be in the range 0xB0..0xBF
+	 */
+
+	/* Generic FC failure - catchall */
+	NVME_SC_FC_TRANSPORT_ERROR	= 0x00B0,
+
+	/* I/O failure due to FC ABTS'd */
+	NVME_SC_FC_TRANSPORT_ABORTED	= 0x00B1,
+
+	/* IU format error */
+	NVME_SC_FC_FORMAT		= 0x00B2,
+
+	/* NVME Completion did not contain original CMDID */
+	NVME_SC_FC_CMDID_MISMATCH	= 0x00B3,
+
 };
 
 struct nvme_completion {
-- 
2.5.0





More information about the Linux-nvme mailing list