diff options
Diffstat (limited to 'include/linux/switchtec.h')
-rw-r--r-- | include/linux/switchtec.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/linux/switchtec.h b/include/linux/switchtec.h index 32b282cd0ead..52a079b3a9a6 100644 --- a/include/linux/switchtec.h +++ b/include/linux/switchtec.h | |||
@@ -248,7 +248,11 @@ struct ntb_ctrl_regs { | |||
248 | u32 win_size; | 248 | u32 win_size; |
249 | u64 xlate_addr; | 249 | u64 xlate_addr; |
250 | } bar_entry[6]; | 250 | } bar_entry[6]; |
251 | u32 reserved2[216]; | 251 | struct { |
252 | u32 win_size; | ||
253 | u32 reserved[3]; | ||
254 | } bar_ext_entry[6]; | ||
255 | u32 reserved2[192]; | ||
252 | u32 req_id_table[512]; | 256 | u32 req_id_table[512]; |
253 | u32 reserved3[256]; | 257 | u32 reserved3[256]; |
254 | u64 lut_entry[512]; | 258 | u64 lut_entry[512]; |