Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/include/linux/
Dnvme.h645 struct nvme_rw_command { struct
646 __u8 opcode;
647 __u8 flags;
648 __u16 command_id;
649 __le32 nsid;
650 __u64 rsvd2;
651 __le64 metadata;
652 union nvme_data_ptr dptr;
653 __le64 slba;
654 __le16 length;
[all …]
/kernel/linux/linux-5.10/include/linux/
Dnvme.h803 struct nvme_rw_command { struct
804 __u8 opcode;
805 __u8 flags;
806 __u16 command_id;
807 __le32 nsid;
808 __u64 rsvd2;
809 __le64 metadata;
810 union nvme_data_ptr dptr;
811 __le64 slba;
812 __le16 length;
[all …]