Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/nvme/
H A Dnvme.h238 struct nvme_rw_command { struct
239 __u8 opcode;
240 __u8 flags;
241 __u16 command_id;
242 __le32 nsid;
243 __u64 rsvd2;
244 __le64 metadata;
245 __le64 prp1;
246 __le64 prp2;
247 __le64 slba;
[all …]
/openbmc/linux/include/linux/
H A Dnvme.h963 struct nvme_rw_command { struct
964 __u8 opcode;
965 __u8 flags;
966 __u16 command_id;
967 __le32 nsid;
968 __le32 cdw2;
969 __le32 cdw3;
970 __le64 metadata;
971 union nvme_data_ptr dptr;
972 __le64 slba;
[all …]