Commit f968688f authored by Keith Busch's avatar Keith Busch Committed by Sagi Grimberg

nvme: Move ctrl sqsize to generic space

This isn't specific to fabrics.
Signed-off-by: default avatarKeith Busch <kbusch@kernel.org>
Signed-off-by: default avatarSagi Grimberg <sagi@grimberg.me>
parent 2b1ff255
...@@ -221,6 +221,7 @@ struct nvme_ctrl { ...@@ -221,6 +221,7 @@ struct nvme_ctrl {
u16 oacs; u16 oacs;
u16 nssa; u16 nssa;
u16 nr_streams; u16 nr_streams;
u16 sqsize;
u32 max_namespaces; u32 max_namespaces;
atomic_t abort_limit; atomic_t abort_limit;
u8 vwc; u8 vwc;
...@@ -269,7 +270,6 @@ struct nvme_ctrl { ...@@ -269,7 +270,6 @@ struct nvme_ctrl {
u16 hmmaxd; u16 hmmaxd;
/* Fabrics only */ /* Fabrics only */
u16 sqsize;
u32 ioccsz; u32 ioccsz;
u32 iorcsz; u32 iorcsz;
u16 icdoff; u16 icdoff;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment