Home
last modified time | relevance | path

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

/trueos/contrib/ofed/management/opensm/opensm/
HDosm_sa_multipath_record.c133 if (IB_MTU_LEN_1024 < required_mtu) in __osm_sa_multipath_rec_apply_tavor_mtu_limit()
213 if (mtu > IB_MTU_LEN_1024) { in __osm_mpr_rcv_get_path_parms()
214 mtu = IB_MTU_LEN_1024; in __osm_mpr_rcv_get_path_parms()
HDosm_sa_path_record.c142 if (IB_MTU_LEN_1024 < required_mtu) in __osm_sa_path_rec_apply_tavor_mtu_limit()
223 if (mtu > IB_MTU_LEN_1024) { in __osm_pr_rcv_get_path_parms()
224 mtu = IB_MTU_LEN_1024; in __osm_pr_rcv_get_path_parms()
/trueos/contrib/ofed/management/opensm/osmtest/
HDosmt_multicast.c2308 mc_req_rec.mtu = IB_MTU_LEN_1024 | IB_PATH_SELECTOR_EXACTLY << 6; in osmt_run_mcast_flow()
/trueos/contrib/ofed/management/opensm/include/iba/
HDib_types.h1588 #define IB_MTU_LEN_1024 3 macro