aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2015-11-25 08:44:20 +0000
committerMichael Brown <mcb30@ipxe.org>2015-11-30 22:13:27 +0000
commit8aa2026a9ff09538effe687feee9f48746bff6e8 (patch)
treeeaf3c4419f98218540e3a3af1fd2d132c4077d56 /src/include
parentf3c2da7d4a0e7cf3ab3e9cc3c49517aedb9cf4cc (diff)
downloadipxe-8aa2026a9ff09538effe687feee9f48746bff6e8.zip
ipxe-8aa2026a9ff09538effe687feee9f48746bff6e8.tar.gz
ipxe-8aa2026a9ff09538effe687feee9f48746bff6e8.tar.bz2
[infiniband] Add definitions for FDR and EDR link speeds
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ipxe/ib_mad.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/ipxe/ib_mad.h b/src/include/ipxe/ib_mad.h
index ae1eea7..454eda1 100644
--- a/src/include/ipxe/ib_mad.h
+++ b/src/include/ipxe/ib_mad.h
@@ -144,6 +144,9 @@ struct ib_port_info {
#define IB_LINK_SPEED_SDR 0x01
#define IB_LINK_SPEED_DDR 0x02
#define IB_LINK_SPEED_QDR 0x04
+#define IB_LINK_SPEED_FDR10 0x08
+#define IB_LINK_SPEED_FDR 0x10
+#define IB_LINK_SPEED_EDR 0x20
#define IB_PORT_STATE_DOWN 0x01
#define IB_PORT_STATE_INIT 0x02