From df14d2f5680f3f9bdb9a487a453dd0e46b855537 Mon Sep 17 00:00:00 2001 From: ftillier Date: Fri, 24 Feb 2006 01:21:23 +0000 Subject: [PATCH] [IBAL] Add definitions for DDR and QDR path record rates. git-svn-id: svn://openib.tc.cornell.edu/gen1@218 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- trunk/inc/iba/ib_types.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/trunk/inc/iba/ib_types.h b/trunk/inc/iba/ib_types.h index 832e3a7c..8dd23029 100644 --- a/trunk/inc/iba/ib_types.h +++ b/trunk/inc/iba/ib_types.h @@ -4152,6 +4152,12 @@ ib_port_info_get_link_speed_active( #define IB_PATH_RECORD_RATE_2_5_GBS 2 #define IB_PATH_RECORD_RATE_10_GBS 3 #define IB_PATH_RECORD_RATE_30_GBS 4 +#define IB_PATH_RECORD_RATE_5_GBS 5 +#define IB_PATH_RECORD_RATE_20_GBS 6 +#define IB_PATH_RECORD_RATE_40_GBS 7 +#define IB_PATH_RECORD_RATE_60_GBS 8 +#define IB_PATH_RECORD_RATE_80_GBS 9 +#define IB_PATH_RECORD_RATE_120_GBS 10 /****f* IBA Base: Types/ib_port_info_compute_rate -- 2.41.0