Searched defs:nvme_common_command (Results 1 – 1 of 1) sorted by relevance
1071 struct nvme_common_command { struct1072 __u8 opcode;1073 __u8 flags;1074 __u16 command_id;1075 __le32 nsid;1076 __le32 cdw2[2];1077 __le64 metadata;1078 union nvme_data_ptr dptr;