Searched defs:nvme_common_command (Results 1 – 2 of 2) sorted by relevance
89827 struct nvme_common_command { struct89828 __u8 opcode;89829 __u8 flags;89830 __u16 command_id;89831 __le32 nsid;89832 __le32 cdw2[2];89833 __le64 metadata;89834 union nvme_data_ptr dptr;89835 union {