We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea76f3 commit cba3bdfCopy full SHA for cba3bdf
include/linux/nvme.h
@@ -963,6 +963,19 @@ enum {
963
NVME_SC_ACCESS_DENIED = 0x286,
964
965
NVME_SC_DNR = 0x4000,
966
+
967
968
+ /*
969
+ * FC Transport-specific error status values for NVME commands
970
+ *
971
+ * Transport-specific status code values must be in the range 0xB0..0xBF
972
+ */
973
974
+ /* Generic FC failure - catchall */
975
+ NVME_SC_FC_TRANSPORT_ERROR = 0x00B0,
976
977
+ /* I/O failure due to FC ABTS'd */
978
+ NVME_SC_FC_TRANSPORT_ABORTED = 0x00B1,
979
};
980
981
struct nvme_completion {
0 commit comments