Home
last modified time | relevance | path

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

/NextBSD/contrib/ofed/management/opensm/opensm/
HDosm_sa_link_record.c114 IN const osm_physp_t * p_dest_physp, in __osm_lr_rcv_get_physp_link() argument
132 if (p_dest_physp) { in __osm_lr_rcv_get_physp_link()
137 if (osm_physp_get_remote(p_src_physp) != p_dest_physp) in __osm_lr_rcv_get_physp_link()
140 p_dest_physp = osm_physp_get_remote(p_src_physp); in __osm_lr_rcv_get_physp_link()
141 if (p_dest_physp == NULL) in __osm_lr_rcv_get_physp_link()
145 if (p_dest_physp) { in __osm_lr_rcv_get_physp_link()
146 p_src_physp = osm_physp_get_remote(p_dest_physp); in __osm_lr_rcv_get_physp_link()
155 if (!osm_physp_share_pkey(sa->p_log, p_src_physp, p_dest_physp)) { in __osm_lr_rcv_get_physp_link()
165 if (!osm_physp_share_pkey(sa->p_log, p_req_physp, p_dest_physp)) { in __osm_lr_rcv_get_physp_link()
172 dest_port_num = osm_physp_get_port_num(p_dest_physp); in __osm_lr_rcv_get_physp_link()
[all …]
HDosm_sa_multipath_record.c171 const osm_physp_t *p_dest_physp; in __osm_mpr_rcv_get_path_parms() local
195 p_dest_physp = p_dest_port->p_physp; in __osm_mpr_rcv_get_path_parms()
271 p_node = osm_physp_get_node_ptr(p_dest_physp); in __osm_mpr_rcv_get_path_parms()
277 p_dest_physp = osm_switch_get_route_by_lid(p_node->sw, dest_lid); in __osm_mpr_rcv_get_path_parms()
279 if (p_dest_physp == 0) { in __osm_mpr_rcv_get_path_parms()
294 while (p_physp != p_dest_physp) { in __osm_mpr_rcv_get_path_parms()
314 if (p_physp == p_dest_physp) in __osm_mpr_rcv_get_path_parms()
406 p_dest_physp, comp_mask))) { in __osm_mpr_rcv_get_path_parms()
578 osm_physp_find_common_pkey(p_src_physp, p_dest_physp); in __osm_mpr_rcv_get_path_parms()
590 (p_src_physp, p_dest_physp, required_pkey)) { in __osm_mpr_rcv_get_path_parms()
[all …]
HDosm_sa_path_record.c180 const osm_physp_t *p_dest_physp; in __osm_pr_rcv_get_path_parms() local
205 p_dest_physp = p_dest_port->p_physp; in __osm_pr_rcv_get_path_parms()
281 p_node = osm_physp_get_node_ptr(p_dest_physp); in __osm_pr_rcv_get_path_parms()
287 p_dest_physp = osm_switch_get_route_by_lid(p_node->sw, dest_lid); in __osm_pr_rcv_get_path_parms()
289 if (p_dest_physp == 0) { in __osm_pr_rcv_get_path_parms()
304 while (p_physp != p_dest_physp) { in __osm_pr_rcv_get_path_parms()
323 if (p_physp == p_dest_physp) in __osm_pr_rcv_get_path_parms()
413 p_pr, p_src_physp, p_dest_physp, in __osm_pr_rcv_get_path_parms()
588 pkey = osm_physp_find_common_pkey(p_src_physp, p_dest_physp); in __osm_pr_rcv_get_path_parms()
599 if (!osm_physp_share_this_pkey(p_src_physp, p_dest_physp, pkey)) { in __osm_pr_rcv_get_path_parms()
[all …]
HDosm_qos_policy.c331 IN const osm_physp_t * p_dest_physp) in osm_qos_level_get_shared_pkey() argument
349 (p_src_physp, p_dest_physp, cl_hton16(pkey_ho))) in osm_qos_level_get_shared_pkey()
594 const osm_physp_t * p_dest_physp, in __qos_policy_get_match_rule_by_params() argument
641 p_dest_physp, in __qos_policy_get_match_rule_by_params()
1019 IN const osm_physp_t * p_dest_physp, in __qos_policy_get_qos_level_by_params() argument
1032 p_src_physp, p_dest_physp, comp_mask); in __qos_policy_get_qos_level_by_params()
1045 IN const osm_physp_t * p_dest_physp, in osm_qos_policy_get_qos_level_by_pr() argument
1049 p_qos_policy, p_src_physp, p_dest_physp, in osm_qos_policy_get_qos_level_by_pr()
1061 IN const osm_physp_t * p_dest_physp, in osm_qos_policy_get_qos_level_by_mpr() argument
1084 p_qos_policy, p_src_physp, p_dest_physp, in osm_qos_policy_get_qos_level_by_mpr()
HDosm_port.c512 __osm_physp_update_new_dr_path(IN osm_physp_t const *p_dest_physp, in __osm_physp_update_new_dr_path() argument
525 cl_list_insert_head(&tmpPortsList, p_dest_physp); in __osm_physp_update_new_dr_path()
528 __osm_ptr_to_key(p_dest_physp)); in __osm_physp_update_new_dr_path()
565 *p_dest_physp, in osm_physp_replace_dr_path_with_alternate_dr_path()
591 p_dr_path = osm_physp_get_dr_path_ptr(p_dest_physp); in osm_physp_replace_dr_path_with_alternate_dr_path()
673 if (p_remote_physp == p_dest_physp) { in osm_physp_replace_dr_path_with_alternate_dr_path()
676 (p_dest_physp, &visited_map, in osm_physp_replace_dr_path_with_alternate_dr_path()
/NextBSD/contrib/ofed/management/opensm/include/opensm/
HDosm_qos_policy.h175 IN const osm_physp_t * p_dest_physp);
188 IN const osm_physp_t * p_dest_physp,
195 IN const osm_physp_t * p_dest_physp,