Skip to content

Commit cbc132e

Browse files
types: Add Storage Tag Check IO Control flag
Signed-off-by: Jeff Lien <[email protected]>
1 parent 2657a41 commit cbc132e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/nvme/types.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6930,6 +6930,7 @@ enum nvme_io_opcode {
69306930
/**
69316931
* enum nvme_io_control_flags -
69326932
* @NVME_IO_DTYPE_STREAMS: Directive Type Streams
6933+
* @NVME_IO_STC: Storage Tag Check
69336934
* @NVME_IO_DEAC: Deallocate
69346935
* @NVME_IO_ZNS_APPEND_PIREMAP: Protection Information Remap
69356936
* @NVME_IO_PRINFO_PRCHK_REF: Protection Information Check Reference Tag
@@ -6941,6 +6942,7 @@ enum nvme_io_opcode {
69416942
*/
69426943
enum nvme_io_control_flags {
69436944
NVME_IO_DTYPE_STREAMS = 1 << 4,
6945+
NVME_IO_STC = 1 << 8,
69446946
NVME_IO_DEAC = 1 << 9,
69456947
NVME_IO_ZNS_APPEND_PIREMAP = 1 << 9,
69466948
NVME_IO_PRINFO_PRCHK_REF = 1 << 10,

0 commit comments

Comments
 (0)