Searched refs:IB_MTU_LEN_1024 (Results 1 – 4 of 4) sorted by relevance
133 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()
142 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()
2308 mc_req_rec.mtu = IB_MTU_LEN_1024 | IB_PATH_SELECTOR_EXACTLY << 6; in osmt_run_mcast_flow()
1588 #define IB_MTU_LEN_1024 3 macro