Lines Matching defs:nvme_rw_command
817 struct nvme_rw_command { struct818 __u8 opcode;819 __u8 flags;820 __u16 command_id;821 __le32 nsid;822 __u64 rsvd2;823 __le64 metadata;824 union nvme_data_ptr dptr;825 __le64 slba;826 __le16 length;827 __le16 control;828 __le32 dsmgmt;829 __le32 reftag;830 __le16 apptag;831 __le16 appmask;