Searched refs:p_dr_path (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_pkt_randomizer.c | 66 IN osm_dr_path_t * p_dr_path, in __osm_pkt_randomizer_is_path_in_fault_paths() argument 82 if (p_found_dr_path->hop_count > p_dr_path->hop_count) in __osm_pkt_randomizer_is_path_in_fault_paths() 89 p_dr_path->path[ind2]) in __osm_pkt_randomizer_is_path_in_fault_paths() 119 IN osm_dr_path_t * p_dr_path) in __osm_pkt_randomizer_process_path() argument 155 if (p_dr_path->hop_count <= 1) in __osm_pkt_randomizer_process_path() 162 for (i = 0; i <= p_dr_path->hop_count; i++) { in __osm_pkt_randomizer_process_path() 163 sprintf(line, "[%X]", p_dr_path->path[i]); in __osm_pkt_randomizer_process_path() 169 __osm_pkt_randomizer_is_path_in_fault_paths(p_log, p_dr_path, in __osm_pkt_randomizer_process_path() 192 p_dr_path, sizeof(osm_dr_path_t)); in __osm_pkt_randomizer_process_path()
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_sw_info_rcv.c | 68 osm_dr_path_t *p_dr_path; 89 p_dr_path = osm_physp_get_dr_path_ptr(p_physp); 95 status = osm_req_get(sm, p_dr_path, IB_MAD_ATTR_LIN_FWD_TBL, 114 osm_dr_path_t *p_dr_path; 163 p_dr_path = osm_physp_get_dr_path_ptr(p_physp); 176 osm_req_get(sm, p_dr_path,
|
H A D | osm_port.c | 395 osm_dr_path_t *p_dr_path; in physp_update_new_dr_path() local 427 p_dr_path = osm_physp_get_dr_path_ptr(p_src_physp); in physp_update_new_dr_path() 428 osm_dr_path_init(p_dr_path, i, path_array); in physp_update_new_dr_path() 443 osm_dr_path_t *p_dr_path; in osm_physp_replace_dr_path_with_alternate_dr_path() local 464 p_dr_path = osm_physp_get_dr_path_ptr(p_dest_physp); in osm_physp_replace_dr_path_with_alternate_dr_path() 465 physp_get_dr_physp_set(p_log, p_subn, p_dr_path, &physp_map); in osm_physp_replace_dr_path_with_alternate_dr_path()
|
H A D | osm_state_mgr.c | 128 osm_dr_path_t *p_dr_path; in state_mgr_get_sw_info() local 138 p_dr_path = osm_physp_get_dr_path_ptr(p_physp); in state_mgr_get_sw_info() 147 status = osm_req_get(sm, p_dr_path, IB_MAD_ATTR_SWITCH_INFO, 0, in state_mgr_get_sw_info() 165 osm_dr_path_t *p_dr_path; in state_mgr_get_remote_port_info() local 173 p_dr_path = osm_physp_get_dr_path_ptr(p_physp); in state_mgr_get_remote_port_info() 174 memcpy(&rem_node_dr_path, p_dr_path, sizeof(osm_dr_path_t)); in state_mgr_get_remote_port_info() 179 p_dr_path->hop_count); in state_mgr_get_remote_port_info()
|
H A D | osm_port_info_rcv.c | 650 osm_dr_path_t *p_dr_path; in osm_pi_rcv_process() local 767 p_dr_path = osm_physp_get_dr_path_ptr(p_physp); in osm_pi_rcv_process() 768 osm_dr_path_init(p_dr_path, p_smp->hop_count, in osm_pi_rcv_process()
|
H A D | osm_node_info_rcv.c | 466 osm_dr_path_t *p_dr_path; in ni_rcv_process_existing_ca_or_router() local 567 p_dr_path = osm_physp_get_dr_path_ptr(p_physp); in ni_rcv_process_existing_ca_or_router() 569 osm_dr_path_init(p_dr_path, p_smp->hop_count, in ni_rcv_process_existing_ca_or_router()
|