Home
last modified time | relevance | path

Searched defs:nvme_completion (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/nvme/
H A Dnvme.h521 struct nvme_completion { struct
522 __le32 result; /* Used by admin commands to return data */
523 __u32 rsvd;
524 __le16 sq_head; /* how much of this queue may be reclaimed */
525 __le16 sq_id; /* submission queue that generated this entry */
526 __u16 command_id; /* of the command which completed */
527 __le16 status; /* did the command fail, and if so, why? */
/openbmc/linux/include/linux/
H A Dnvme.h1992 struct nvme_completion { struct
1996 union nvme_result {
2000 } result;
2001 __le16 sq_head; /* how much of this queue may be reclaimed */
2002 __le16 sq_id; /* submission queue that generated this entry */
2003 __u16 command_id; /* of the command which completed */
2004 __le16 status; /* did the command fail, and if so, why? */