Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/nvme/
H A Dnvme.h226 struct nvme_common_command { struct
227 __u8 opcode;
228 __u8 flags;
229 __u16 command_id;
230 __le32 nsid;
231 __le32 cdw2[2];
232 __le64 metadata;
233 __le64 prp1;
234 __le64 prp2;
235 __le32 cdw10[6];
/openbmc/linux/include/linux/
H A Dnvme.h945 struct nvme_common_command { struct
946 __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;