diff options
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_layer.h')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_layer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_layer.h b/drivers/infiniband/hw/ipath/ipath_layer.h index 5dcffc7e53cc..ee617e851a4d 100644 --- a/drivers/infiniband/hw/ipath/ipath_layer.h +++ b/drivers/infiniband/hw/ipath/ipath_layer.h | |||
@@ -55,6 +55,8 @@ struct ipath_layer_counters { | |||
55 | u64 port_rcv_data; | 55 | u64 port_rcv_data; |
56 | u64 port_xmit_packets; | 56 | u64 port_xmit_packets; |
57 | u64 port_rcv_packets; | 57 | u64 port_rcv_packets; |
58 | u32 local_link_integrity_errors; | ||
59 | u32 excessive_buffer_overrun_errors; | ||
58 | }; | 60 | }; |
59 | 61 | ||
60 | /* | 62 | /* |