Skip to content

Commit

Permalink
types: add the nvme Cancel command opcode
Browse files Browse the repository at this point in the history
Defined by TP4097

Signed-off-by: Maurizio Lombardi <[email protected]>
  • Loading branch information
maurizio-lombardi authored and igaw committed May 10, 2024
1 parent bec7a98 commit 7b24e80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nvme/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -8248,6 +8248,7 @@ enum nvme_data_tfr {
* @nvme_cmd_resv_acquire: Reservation Acquire
* @nvme_cmd_io_mgmt_recv: I/O Management Receive
* @nvme_cmd_resv_release: Reservation Release
* @nvme_cmd_cancel: Cancel
* @nvme_cmd_copy: Copy
* @nvme_cmd_io_mgmt_send: I/O Management Send
* @nvme_zns_cmd_mgmt_send: Zone Management Send
Expand All @@ -8268,6 +8269,7 @@ enum nvme_io_opcode {
nvme_cmd_resv_acquire = 0x11,
nvme_cmd_io_mgmt_recv = 0x12,
nvme_cmd_resv_release = 0x15,
nvme_cmd_cancel = 0x18,
nvme_cmd_copy = 0x19,
nvme_cmd_io_mgmt_send = 0x1d,
nvme_zns_cmd_mgmt_send = 0x79,
Expand Down

0 comments on commit 7b24e80

Please sign in to comment.