Searched defs:nvme_common_command (Results 1 – 1 of 1) sorted by relevance
1030 struct nvme_common_command { struct1031 __u8 opcode;1032 __u8 flags;1033 __u16 command_id;1034 __le32 nsid;1035 __le32 cdw2[2];1036 __le64 metadata;1037 union nvme_data_ptr dptr;