Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme.h522 struct nvme_completion { struct
523 __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? */
/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme.h1582 struct nvme_completion { struct
1586 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? */