diff options
Diffstat (limited to 'drivers/infiniband/hw/qib/qib.h')
-rw-r--r-- | drivers/infiniband/hw/qib/qib.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/qib/qib.h b/drivers/infiniband/hw/qib/qib.h index 769a1d9da4b7..c9624ea87209 100644 --- a/drivers/infiniband/hw/qib/qib.h +++ b/drivers/infiniband/hw/qib/qib.h | |||
@@ -1012,6 +1012,8 @@ struct qib_devdata { | |||
1012 | u8 psxmitwait_supported; | 1012 | u8 psxmitwait_supported; |
1013 | /* cycle length of PS* counters in HW (in picoseconds) */ | 1013 | /* cycle length of PS* counters in HW (in picoseconds) */ |
1014 | u16 psxmitwait_check_rate; | 1014 | u16 psxmitwait_check_rate; |
1015 | /* high volume overflow errors defered to tasklet */ | ||
1016 | struct tasklet_struct error_tasklet; | ||
1015 | }; | 1017 | }; |
1016 | 1018 | ||
1017 | /* hol_state values */ | 1019 | /* hol_state values */ |
@@ -1433,6 +1435,7 @@ extern struct mutex qib_mutex; | |||
1433 | struct qib_hwerror_msgs { | 1435 | struct qib_hwerror_msgs { |
1434 | u64 mask; | 1436 | u64 mask; |
1435 | const char *msg; | 1437 | const char *msg; |
1438 | size_t sz; | ||
1436 | }; | 1439 | }; |
1437 | 1440 | ||
1438 | #define QLOGIC_IB_HWE_MSG(a, b) { .mask = a, .msg = b } | 1441 | #define QLOGIC_IB_HWE_MSG(a, b) { .mask = a, .msg = b } |