Searched defs:nvme_common_command (Results 1 – 1 of 1) sorted by relevance
945 struct nvme_common_command { struct946 __u8 opcode;947 __u8 flags;948 __u16 command_id;949 __le32 nsid;950 __le32 cdw2[2];951 __le64 metadata;952 union nvme_data_ptr dptr;