We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78220d3 + 3a1eaf4 commit ff6aa21Copy full SHA for ff6aa21
1 file changed
src/nvme/util.c
@@ -35,6 +35,8 @@ static inline __u8 nvme_generic_status_to_errno(__u16 status)
35
case NVME_SC_SGL_INVALID_METADATA:
36
case NVME_SC_SGL_INVALID_TYPE:
37
case NVME_SC_SGL_INVALID_OFFSET:
38
+ case NVME_SC_PRP_INVALID_OFFSET:
39
+ case NVME_SC_CMB_INVALID_USE:
40
return EINVAL;
41
case NVME_SC_CMDID_CONFLICT:
42
return EADDRINUSE;
0 commit comments