Searched refs:p_mpr (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_sa_multipath_record.c | 88 sa_multipath_rec_apply_tavor_mtu_limit(IN const ib_multipath_rec_t * p_mpr, in sa_multipath_rec_apply_tavor_mtu_limit() argument 107 required_mtu = ib_multipath_rec_mtu(p_mpr); in sa_multipath_rec_apply_tavor_mtu_limit() 110 switch (ib_multipath_rec_mtu_sel(p_mpr)) { in sa_multipath_rec_apply_tavor_mtu_limit() 139 p_mpr, in mpr_rcv_get_path_parms() 191 sa_multipath_rec_apply_tavor_mtu_limit(p_mpr, in mpr_rcv_get_path_parms() 434 p_mpr, p_src_physp, in mpr_rcv_get_path_parms() 466 required_mtu = ib_multipath_rec_mtu(p_mpr); in mpr_rcv_get_path_parms() 467 switch (ib_multipath_rec_mtu_sel(p_mpr)) { in mpr_rcv_get_path_parms() 508 required_rate = ib_multipath_rec_rate(p_mpr); in mpr_rcv_get_path_parms() 509 switch (ib_multipath_rec_rate_sel(p_mpr)) { in mpr_rcv_get_path_parms() [all …]
|
H A D | osm_helper.c | 1489 static void osm_dump_multipath_record_to_buf(IN const ib_multipath_rec_t * p_mpr, in osm_dump_multipath_record_to_buf() argument 1492 if (!buf || !p_mpr) in osm_dump_multipath_record_to_buf() 1497 ib_gid_t const *p_gid = p_mpr->gids; in osm_dump_multipath_record_to_buf() 1500 if (p_mpr->sgid_count) { in osm_dump_multipath_record_to_buf() 1501 for (i = 0; i < p_mpr->sgid_count; i++) { in osm_dump_multipath_record_to_buf() 1511 if (p_mpr->dgid_count) { in osm_dump_multipath_record_to_buf() 1512 for (i = 0; i < p_mpr->dgid_count; i++) { in osm_dump_multipath_record_to_buf() 1538 cl_ntoh32(p_mpr->hop_flow_raw), p_mpr->tclass, in osm_dump_multipath_record_to_buf() 1539 p_mpr->num_path, cl_ntoh16(p_mpr->pkey), in osm_dump_multipath_record_to_buf() 1540 ib_multipath_rec_qos_class(p_mpr), in osm_dump_multipath_record_to_buf() [all …]
|
H A D | osm_qos_policy.c | 1033 IN const ib_multipath_rec_t * p_mpr, in osm_qos_policy_get_qos_level_by_mpr() argument 1059 cl_ntoh64(ib_multipath_rec_service_id(p_mpr)), in osm_qos_policy_get_qos_level_by_mpr() 1060 ib_multipath_rec_qos_class(p_mpr), in osm_qos_policy_get_qos_level_by_mpr() 1061 cl_ntoh16(p_mpr->pkey), pr_comp_mask); in osm_qos_policy_get_qos_level_by_mpr()
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_qos_policy.h | 194 IN const ib_multipath_rec_t * p_mpr,
|
H A D | osm_helper.h | 316 IN const ib_multipath_rec_t * p_mpr, 320 IN const ib_multipath_rec_t * p_mpr,
|