Home
last modified time | relevance | path

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

/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 …]