aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/switchtec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/switchtec.h')
-rw-r--r--include/linux/switchtec.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/include/linux/switchtec.h b/include/linux/switchtec.h
index eee0412bdf4b..52a079b3a9a6 100644
--- a/include/linux/switchtec.h
+++ b/include/linux/switchtec.h
@@ -248,9 +248,13 @@ 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 req_id_table[256]; 252 u32 win_size;
253 u32 reserved3[512]; 253 u32 reserved[3];
254 } bar_ext_entry[6];
255 u32 reserved2[192];
256 u32 req_id_table[512];
257 u32 reserved3[256];
254 u64 lut_entry[512]; 258 u64 lut_entry[512];
255} __packed; 259} __packed;
256 260