Home
last modified time | relevance | path

Searched defs:nvme_common_command (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme.h227 struct nvme_common_command { struct
228 __u8 opcode;
229 __u8 flags;
230 __u16 command_id;
231 __le32 nsid;
232 __le32 cdw2[2];
233 __le64 metadata;
234 __le64 prp1;
235 __le64 prp2;
236 __le32 cdw10[6];
/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme.h787 struct nvme_common_command { struct
788 __u8 opcode;
789 __u8 flags;
790 __u16 command_id;
791 __le32 nsid;
792 __le32 cdw2[2];
793 __le64 metadata;
794 union nvme_data_ptr dptr;
795 __le32 cdw10;
796 __le32 cdw11;
[all …]