Skip to content

Commit

Permalink
describe enum values for newly added 'nvme_status_field' values
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Thornton <n.thornton@samsung.com>
  • Loading branch information
NateThornton committed Sep 27, 2024
1 parent 8887279 commit 6feae62
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/nvme/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -7127,6 +7127,20 @@ struct nvme_mi_vpd_hdr {
* Originator field does not match the
* Host NQN used by the DDC to connect
* to the CDC.
* @NVME_SC_INVALID_CONTROLER_DATA_QUEUE: This error indicates that the
* specified Controller Data Queue
* Identifier is invalid for the controller
* processing the command.
* @NVME_SC_NOT_ENOUGH_RESOURCES: This error indicates that there is not
* enough resources in the controller to
* process the command.
* @NVME_SC_CONTROLLER_SUSPENDED: The operation requested is not allowed if
* the specified controller is suspended.
* @NVME_SC_CONTROLLER_NOT_SUSPENDED: The operation requested is not allowed if
* the specified controller is not
* suspended.
* @NVME_SC_CONTROLLER_DATA_QUEUE_FULL: The controller detected that a
* Controller Data Queue became full.
* @NVME_SC_BAD_ATTRIBUTES: Conflicting Dataset Management Attributes
* @NVME_SC_INVALID_PI: Invalid Protection Information
* @NVME_SC_READ_ONLY: Attempted Write to Read Only Range
Expand Down

0 comments on commit 6feae62

Please sign in to comment.