diff options
author | Keith Busch <keith.busch@intel.com> | 2014-06-18 13:58:57 -0600 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2014-11-04 13:17:07 -0700 |
commit | 6fccf9383b280d463a7dfe1e0d048aff8df8a25e (patch) | |
tree | 59636e92f11c04a91c755f747728d6243e316c16 /include/linux/nvme.h | |
parent | 4d51abf9bcca01efa3afbe94d50cc2cda8095da8 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nvme.h b/include/linux/nvme.h index 2bf403195c0..974efd04a4b 100644 --- a/include/linux/nvme.h +++ b/include/linux/nvme.h @@ -99,6 +99,7 @@ struct nvme_dev { u32 stripe_size; u16 oncs; u16 abort_limit; + u8 event_limit; u8 vwc; u8 initialized; }; |