Home
last modified time | relevance | path

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

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