Searched defs:nvme_completion (Results 1 – 1 of 1) sorted by relevance
385 struct nvme_completion { struct386 __le32 result; /* Used by admin commands to return data */387 __u32 rsvd;388 __le16 sq_head; /* how much of this queue may be reclaimed */389 __le16 sq_id; /* submission queue that generated this entry */390 __u16 command_id; /* of the command which completed */391 __le16 status; /* did the command fail, and if so, why? */