Searched refs:p_pr (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_path_record.c98 sa_path_rec_apply_tavor_mtu_limit(IN const ib_path_rec_t * p_pr, argument
117 required_mtu = ib_path_rec_mtu(p_pr);
120 switch (ib_path_rec_mtu_sel(p_pr)) {
147 IN const ib_path_rec_t * p_pr,
203 sa_path_rec_apply_tavor_mtu_limit(p_pr,
449 p_pr, p_src_physp, p_dest_physp,
494 required_mtu = ib_path_rec_mtu(p_pr);
495 switch (ib_path_rec_mtu_sel(p_pr)) {
536 required_rate = ib_path_rec_rate(p_pr);
537 switch (ib_path_rec_rate_sel(p_pr)) {
146 pr_rcv_get_path_parms(IN osm_sa_t * sa, IN const ib_path_rec_t * p_pr, IN const osm_alias_guid_t * p_src_alias_guid, IN const uint16_t src_lid_ho, IN const osm_alias_guid_t * p_dest_alias_guid, IN const uint16_t dest_lid_ho, IN const ib_net64_t comp_mask, OUT osm_path_parms_t * p_parms) argument
879 pr_rcv_build_pr(IN osm_sa_t * sa, IN const osm_alias_guid_t * p_src_alias_guid, IN const osm_alias_guid_t * p_dest_alias_guid, IN const ib_gid_t * p_sgid, IN const ib_gid_t * p_dgid, IN const uint16_t src_lid_ho, IN const uint16_t dest_lid_ho, IN const uint8_t preference, IN const osm_path_parms_t * p_parms, OUT ib_path_rec_t * p_pr) argument
943 pr_rcv_get_lid_pair_path(IN osm_sa_t * sa, IN const ib_path_rec_t * p_pr, IN const osm_alias_guid_t * p_src_alias_guid, IN const osm_alias_guid_t * p_dest_alias_guid, IN const ib_gid_t * p_sgid, IN const ib_gid_t * p_dgid, IN const uint16_t src_lid_ho, IN const uint16_t dest_lid_ho, IN const ib_net64_t comp_mask, IN const uint8_t preference) argument
1023 const ib_path_rec_t *p_pr = ib_sa_mad_get_payload_ptr(sa_mad); local
1284 const ib_path_rec_t *p_pr = ib_sa_mad_get_payload_ptr(sa_mad); local
1533 const ib_path_rec_t *p_pr = ib_sa_mad_get_payload_ptr(sa_mad); local
1712 ib_path_rec_t *p_pr = ib_sa_mad_get_payload_ptr(p_sa_mad); local
[all...]
H A Dosm_sa_multipath_record.c833 OUT ib_path_rec_t * p_pr)
842 p_pr->dgid.unicast.prefix = osm_physp_get_subnet_prefix(p_dest_physp);
843 p_pr->dgid.unicast.interface_id = p_dest_alias_guid->alias_guid;
845 p_pr->sgid.unicast.prefix = osm_physp_get_subnet_prefix(p_src_physp);
846 p_pr->sgid.unicast.interface_id = p_src_alias_guid->alias_guid;
848 p_pr->dlid = cl_hton16(dest_lid_ho);
849 p_pr->slid = cl_hton16(src_lid_ho);
851 p_pr->hop_flow_raw &= cl_hton32(1 << 31);
853 p_pr->pkey = p_parms->pkey;
854 ib_path_rec_set_qos_class(p_pr,
827 mpr_rcv_build_pr(IN osm_sa_t * sa, IN const osm_alias_guid_t * p_src_alias_guid, IN const osm_alias_guid_t * p_dest_alias_guid, IN uint16_t src_lid_ho, IN uint16_t dest_lid_ho, IN uint8_t preference, IN const osm_path_parms_t * p_parms, OUT ib_path_rec_t * p_pr) argument
[all...]
H A Dosm_helper.c1423 static void osm_dump_path_record_to_buf(IN const ib_path_rec_t * p_pr, argument
1426 if (!buf || !p_pr)
1450 cl_ntoh64(p_pr->service_id),
1451 inet_ntop(AF_INET6, p_pr->dgid.raw, gid_str,
1453 inet_ntop(AF_INET6, p_pr->sgid.raw, gid_str2,
1455 cl_ntoh16(p_pr->dlid), cl_ntoh16(p_pr->slid),
1456 cl_ntoh32(p_pr->hop_flow_raw), p_pr->tclass,
1457 p_pr
1465 osm_dump_path_record(IN osm_log_t * p_log, IN const ib_path_rec_t * p_pr, IN osm_log_level_t log_level) argument
1477 osm_dump_path_record_v2(IN osm_log_t * p_log, IN const ib_path_rec_t * p_pr, IN const int file_id, IN osm_log_level_t log_level) argument
[all...]
H A Dosm_qos_policy.c1017 IN const ib_path_rec_t * p_pr,
1024 cl_ntoh64(p_pr->service_id), ib_path_rec_qos_class(p_pr),
1025 cl_ntoh16(p_pr->pkey), comp_mask);
1015 osm_qos_policy_get_qos_level_by_pr( IN const osm_qos_policy_t * p_qos_policy, IN const ib_path_rec_t * p_pr, IN const osm_physp_t * p_src_physp, IN const osm_physp_t * p_dest_physp, IN ib_net64_t comp_mask) argument
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c216 ib_path_rec_t *p_pr = data; local
234 cl_ntoh64(p_pr->service_id),
235 inet_ntop(AF_INET6, p_pr->dgid.raw, gid_str, sizeof gid_str),
236 inet_ntop(AF_INET6, p_pr->sgid.raw, gid_str2, sizeof gid_str2),
237 cl_ntoh16(p_pr->dlid), cl_ntoh16(p_pr->slid),
238 cl_ntoh32(p_pr->hop_flow_raw), p_pr->tclass, p_pr->num_path,
239 cl_ntoh16(p_pr
1052 ib_path_rec_t *p_pr; local
[all...]
H A Dibqueryerrors.c317 ib_path_rec_t *p_pr = (ib_path_rec_t *)sa_get_query_rec(r->p_result_madw, i); local
318 lid2sl_table[cl_ntoh16(p_pr->dlid)] = ib_path_rec_sl(p_pr);
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_qos_policy.h187 IN const ib_path_rec_t * p_pr,
H A Dosm_helper.h309 void osm_dump_path_record(IN osm_log_t * p_log, IN const ib_path_rec_t * p_pr,
312 void osm_dump_path_record_v2(IN osm_log_t * p_log, IN const ib_path_rec_t * p_pr,

Completed in 133 milliseconds