1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

Add IB_SPEED_HDR definition in ibcore.

MFC after:	1 week
Sponsored by:	Mellanox Technologies
This commit is contained in:
Hans Petter Selasky 2018-03-07 13:01:00 +00:00
parent d0a9dbc779
commit d0a82c2414
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=330581

View File

@ -420,7 +420,8 @@ enum ib_port_speed {
IB_SPEED_QDR = 4,
IB_SPEED_FDR10 = 8,
IB_SPEED_FDR = 16,
IB_SPEED_EDR = 32
IB_SPEED_EDR = 32,
IB_SPEED_HDR = 64
};
/**