aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-05-12 18:18:12 +0200
committerChristoph Hellwig <hch@lst.de>2018-07-27 19:11:46 +0200
commit9b89bc3857a6c0dfda18ddae2a42c114ecc32753 (patch)
tree3d95568b7460d7013c986af863fe6e32c8f7640e
parentscsi: virtio_scsi: fix pi_bytes{out,in} on 4 KiB block size devices (diff)
downloadwireguard-linux-9b89bc3857a6c0dfda18ddae2a42c114ecc32753.tar.xz
wireguard-linux-9b89bc3857a6c0dfda18ddae2a42c114ecc32753.zip
nvme.h: add support for the log specific field
NVMe 1.3 added a new log specific field to the get log page CQ defintion, add it to our get_log_page SQ structure. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Keith Busch <keith.busch@intel.com> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com> Reviewed-by: Hannes Reinecke <hare@suse.com> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Diffstat (limited to '')
-rw-r--r--include/linux/nvme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nvme.h b/include/linux/nvme.h
index 80dfedcf0bf7..39f05b0b8c7f 100644
--- a/include/linux/nvme.h
+++ b/include/linux/nvme.h
@@ -885,7 +885,7 @@ struct nvme_get_log_page_command {
__u64 rsvd2[2];
union nvme_data_ptr dptr;
__u8 lid;
- __u8 rsvd10;
+ __u8 lsp; /* upper 4 bits reserved */
__le16 numdl;
__le16 numdu;
__u16 rsvd11;