Searched defs:nvme_completion (Results 1 – 2 of 2) sorted by relevance
522 struct nvme_completion { struct523 __le32 result; /* Used by admin commands to return data */524 __u32 rsvd;525 __le16 sq_head; /* how much of this queue may be reclaimed */526 __le16 sq_id; /* submission queue that generated this entry */527 __u16 command_id; /* of the command which completed */528 __le16 status; /* did the command fail, and if so, why? */
1582 struct nvme_completion { struct1586 union nvme_result {1590 } result;1591 __le16 sq_head; /* how much of this queue may be reclaimed */1592 __le16 sq_id; /* submission queue that generated this entry */1593 __u16 command_id; /* of the command which completed */1594 __le16 status; /* did the command fail, and if so, why? */