Searched refs:IB_MTU_LEN_1024 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_multipath_record.c113 if (IB_MTU_LEN_1024 < required_mtu)
195 if (mtu > IB_MTU_LEN_1024) {
196 mtu = IB_MTU_LEN_1024;
H A Dosm_sa_path_record.c123 if (IB_MTU_LEN_1024 < required_mtu)
207 if (mtu > IB_MTU_LEN_1024) {
208 mtu = IB_MTU_LEN_1024;
/freebsd-11-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h1746 #define IB_MTU_LEN_1024 3 macro

Completed in 190 milliseconds