Searched defs:nvme_common_command (Results 1 – 1 of 1) sorted by relevance
909 struct nvme_common_command { struct910 __u8 opcode;911 __u8 flags;912 __u16 command_id;913 __le32 nsid;914 __le32 cdw2[2];915 __le64 metadata;916 union nvme_data_ptr dptr;
Completed in 23 milliseconds