david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[infiniband] Add definitions for FDR and EDR link speeds

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2015-11-25 08:44:20 +00:00
parent f3c2da7d4a
commit 8aa2026a9f
1 changed files with 3 additions and 0 deletions

View File

@ -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