diff options
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_kernel.h')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_kernel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_kernel.h b/drivers/infiniband/hw/ipath/ipath_kernel.h index caee731b670f..960d5b7e7865 100644 --- a/drivers/infiniband/hw/ipath/ipath_kernel.h +++ b/drivers/infiniband/hw/ipath/ipath_kernel.h | |||
@@ -801,6 +801,8 @@ void ipath_hol_event(unsigned long); | |||
801 | /* | 801 | /* |
802 | * values for ipath_flags | 802 | * values for ipath_flags |
803 | */ | 803 | */ |
804 | /* chip can report link latency (IB 1.2) */ | ||
805 | #define IPATH_HAS_LINK_LATENCY 0x1 | ||
804 | /* The chip is up and initted */ | 806 | /* The chip is up and initted */ |
805 | #define IPATH_INITTED 0x2 | 807 | #define IPATH_INITTED 0x2 |
806 | /* set if any user code has set kr_rcvhdrsize */ | 808 | /* set if any user code has set kr_rcvhdrsize */ |