Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
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 …]
/kernel/linux/linux-4.19/include/linux/
Dnvme.h634 struct nvme_common_command { struct
635 __u8 opcode;
636 __u8 flags;
637 __u16 command_id;
638 __le32 nsid;
639 __le32 cdw2[2];
640 __le64 metadata;
641 union nvme_data_ptr dptr;
642 __le32 cdw10[6];