Home
last modified time | relevance | path

Searched refs:p_dest_physp (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_link_record.c99 IN const osm_physp_t * p_dest_physp, in lr_rcv_get_physp_link() argument
117 if (p_dest_physp) { in lr_rcv_get_physp_link()
122 if (osm_physp_get_remote(p_src_physp) != p_dest_physp) in lr_rcv_get_physp_link()
125 p_dest_physp = osm_physp_get_remote(p_src_physp); in lr_rcv_get_physp_link()
126 if (p_dest_physp == NULL) in lr_rcv_get_physp_link()
130 if (p_dest_physp) { in lr_rcv_get_physp_link()
131 p_src_physp = osm_physp_get_remote(p_dest_physp); in lr_rcv_get_physp_link()
140 if (!osm_physp_share_pkey(sa->p_log, p_src_physp, p_dest_physp, in lr_rcv_get_physp_link()
152 if (!osm_physp_share_pkey(sa->p_log, p_req_physp, p_dest_physp, in lr_rcv_get_physp_link()
160 dest_port_num = osm_physp_get_port_num(p_dest_physp); in lr_rcv_get_physp_link()
[all …]
H A Dosm_sa_multipath_record.c150 const osm_physp_t *p_dest_physp; in mpr_rcv_get_path_parms() local
175 p_dest_physp = p_dest_alias_guid->p_base_port->p_physp; in mpr_rcv_get_path_parms()
254 p_node = osm_physp_get_node_ptr(p_dest_physp); in mpr_rcv_get_path_parms()
260 p_dest_physp = in mpr_rcv_get_path_parms()
263 if (p_dest_physp == 0) { in mpr_rcv_get_path_parms()
279 while (p_physp != p_dest_physp) { in mpr_rcv_get_path_parms()
307 (p_dest_physp)), in mpr_rcv_get_path_parms()
308 p_dest_physp->p_node->print_desc, hops, in mpr_rcv_get_path_parms()
319 if (p_physp == p_dest_physp) in mpr_rcv_get_path_parms()
435 p_dest_physp, comp_mask))) { in mpr_rcv_get_path_parms()
[all …]
H A Dosm_sa_path_record.c158 const osm_physp_t *p_dest_physp; in pr_rcv_get_path_parms() local
185 p_dest_physp = p_dest_alias_guid->p_base_port->p_physp; in pr_rcv_get_path_parms()
265 p_node = osm_physp_get_node_ptr(p_dest_physp); in pr_rcv_get_path_parms()
271 p_dest_physp = in pr_rcv_get_path_parms()
274 if (p_dest_physp == 0) { in pr_rcv_get_path_parms()
290 while (p_physp != p_dest_physp) { in pr_rcv_get_path_parms()
313 if (p_physp == p_dest_physp) in pr_rcv_get_path_parms()
415 (p_dest_physp)), in pr_rcv_get_path_parms()
416 p_dest_physp->p_node->print_desc, in pr_rcv_get_path_parms()
417 p_dest_physp->port_num, in pr_rcv_get_path_parms()
[all …]
H A Dosm_qos_policy.c318 IN const osm_physp_t * p_dest_physp, in osm_qos_level_get_shared_pkey() argument
337 (p_src_physp, p_dest_physp, cl_hton16(pkey_ho), in osm_qos_level_get_shared_pkey()
580 const osm_physp_t * p_dest_physp, in __qos_policy_get_match_rule_by_params() argument
632 p_dest_physp, in __qos_policy_get_match_rule_by_params()
652 p_dest_physp, in __qos_policy_get_match_rule_by_params()
993 IN const osm_physp_t * p_dest_physp, in __qos_policy_get_qos_level_by_params() argument
1006 p_src_physp, p_dest_physp, comp_mask); in __qos_policy_get_qos_level_by_params()
1019 IN const osm_physp_t * p_dest_physp, in osm_qos_policy_get_qos_level_by_pr() argument
1023 p_qos_policy, p_src_physp, p_dest_physp, in osm_qos_policy_get_qos_level_by_pr()
1035 IN const osm_physp_t * p_dest_physp, in osm_qos_policy_get_qos_level_by_mpr() argument
[all …]
H A Dosm_port.c387 static void physp_update_new_dr_path(IN osm_physp_t const *p_dest_physp, in physp_update_new_dr_path() argument
400 cl_list_insert_head(&tmpPortsList, p_dest_physp); in physp_update_new_dr_path()
403 ptr_to_key(p_dest_physp)); in physp_update_new_dr_path()
437 *p_dest_physp, in osm_physp_replace_dr_path_with_alternate_dr_path() argument
464 p_dr_path = osm_physp_get_dr_path_ptr(p_dest_physp); in osm_physp_replace_dr_path_with_alternate_dr_path()
546 if (p_remote_physp == p_dest_physp) { in osm_physp_replace_dr_path_with_alternate_dr_path()
549 (p_dest_physp, &visited_map, in osm_physp_replace_dr_path_with_alternate_dr_path()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_qos_policy.h175 IN const osm_physp_t * p_dest_physp,
189 IN const osm_physp_t * p_dest_physp,
196 IN const osm_physp_t * p_dest_physp,