Lines Matching defs:nvme_rw_command
688 struct nvme_rw_command { struct689 __u8 opcode;690 __u8 flags;691 __u16 command_id;692 __le32 nsid;693 __u64 rsvd2;694 __le64 metadata;695 union nvme_data_ptr dptr;696 __le64 slba;697 __le16 length;698 __le16 control;699 __le32 dsmgmt;700 __le32 reftag;701 __le16 apptag;702 __le16 appmask;