Home
last modified time | relevance | path

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

/linux-5.10/include/linux/
Dnvme.h797 struct nvme_rw_command { struct
798 __u8 opcode;
799 __u8 flags;
800 __u16 command_id;
801 __le32 nsid;
802 __u64 rsvd2;
803 __le64 metadata;
804 union nvme_data_ptr dptr;
805 __le64 slba;
806 __le16 length;
[all …]