aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nvme.h
diff options
context:
space:
mode:
authorKeith Busch <keith.busch@intel.com>2014-06-18 15:58:57 -0400
committerJens Axboe <axboe@fb.com>2014-11-04 15:17:07 -0500
commit6fccf9383b280d463a7dfe1e0d048aff8df8a25e (patch)
tree59636e92f11c04a91c755f747728d6243e316c16 /include/linux/nvme.h
parent4d51abf9bcca01efa3afbe94d50cc2cda8095da8 (diff)
NVMe: Async event request
Submits NVMe asynchronous event requests, one event up to the controller maximum or number of possible different event types (8), whichever is smaller. Events successfully returned by the controller are logged. Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'include/linux/nvme.h')
-rw-r--r--include/linux/nvme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nvme.h b/include/linux/nvme.h
index 2bf403195c09..974efd04a4b1 100644
--- a/include/linux/nvme.h
+++ b/include/linux/nvme.h
@@ -99,6 +99,7 @@ struct nvme_dev {
99 u32 stripe_size; 99 u32 stripe_size;
100 u16 oncs; 100 u16 oncs;
101 u16 abort_limit; 101 u16 abort_limit;
102 u8 event_limit;
102 u8 vwc; 103 u8 vwc;
103 u8 initialized; 104 u8 initialized;
104}; 105};