Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dnvme.h808 struct nvme_rw_command { struct
809 __u8 opcode;
810 __u8 flags;
811 __u16 command_id;
812 __le32 nsid;
813 __u64 rsvd2;
814 __le64 metadata;
815 union nvme_data_ptr dptr;
816 __le64 slba;
817 __le16 length;
[all …]
/kernel/linux/linux-6.6/include/linux/
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 …]