Searched defs:nvme_completion (Results 1 – 1 of 1) sorted by relevance
1642 struct nvme_completion { struct1646 union nvme_result {1650 } result;1651 __le16 sq_head; /* how much of this queue may be reclaimed */1652 __le16 sq_id; /* submission queue that generated this entry */1653 __u16 command_id; /* of the command which completed */1654 __le16 status; /* did the command fail, and if so, why? */
Completed in 14 milliseconds