diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nvme.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/nvme.h b/include/linux/nvme.h index 8eed0e432eef..757faa71666e 100644 --- a/include/linux/nvme.h +++ b/include/linux/nvme.h | |||
| @@ -24,10 +24,12 @@ | |||
| 24 | struct nvme_bar { | 24 | struct nvme_bar { |
| 25 | __u64 cap; /* Controller Capabilities */ | 25 | __u64 cap; /* Controller Capabilities */ |
| 26 | __u32 vs; /* Version */ | 26 | __u32 vs; /* Version */ |
| 27 | __u32 ims; /* Interrupt Mask Set */ | 27 | __u32 intms; /* Interrupt Mask Set */ |
| 28 | __u32 imc; /* Interrupt Mask Clear */ | 28 | __u32 intmc; /* Interrupt Mask Clear */ |
| 29 | __u32 cc; /* Controller Configuration */ | 29 | __u32 cc; /* Controller Configuration */ |
| 30 | __u32 rsvd1; /* Reserved */ | ||
| 30 | __u32 csts; /* Controller Status */ | 31 | __u32 csts; /* Controller Status */ |
| 32 | __u32 rsvd2; /* Reserved */ | ||
| 31 | __u32 aqa; /* Admin Queue Attributes */ | 33 | __u32 aqa; /* Admin Queue Attributes */ |
| 32 | __u64 asq; /* Admin SQ Base Address */ | 34 | __u64 asq; /* Admin SQ Base Address */ |
| 33 | __u64 acq; /* Admin CQ Base Address */ | 35 | __u64 acq; /* Admin CQ Base Address */ |
