Searched refs:dr_path (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | iblinkinfo.c | 74 static char *dr_path = NULL; variable 560 dr_path = strdup(optarg); in process_opt() 663 if (dr_path && load_cache_file) { in main() 669 if (dr_path) { in main() 672 resolve_portid_str(ibd_ca, ibd_ca_port, &port_id, dr_path, in main() 675 dr_path); in main() 736 } else if (!all && dr_path) { in main() 749 fprintf(stderr, "Failed to find port: %s\n", dr_path); in main()
|
H A D | ibqueryerrors.c | 75 char *dr_path = NULL; variable 912 dr_path = strdup(optarg); in process_opt() 1012 if (dr_path && load_cache_file) { in main() 1026 if (dr_path) { in main() 1028 resolve_portid_str(ibd_ca, ibd_ca_port, &portid, dr_path, in main() 1031 dr_path); in main() 1095 } else if (dr_path) { in main() 1113 fprintf(stderr, "Failed to find node: %s\n", dr_path); in main()
|
/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_pkt_randomizer.c | 227 osm_dr_path_t dr_path; in osm_pkt_randomizer_mad_drop() local 237 osm_dr_path_init(&dr_path, p_smp->hop_count, p_smp->initial_path); in osm_pkt_randomizer_mad_drop() 240 (p_log, p_pkt_randomizer, &dr_path)) { in osm_pkt_randomizer_mad_drop()
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_sm_state_mgr.c | 82 osm_dr_path_t dr_path; in sm_state_mgr_send_master_sm_info_req() local 125 memcpy(&dr_path, osm_physp_get_dr_path_ptr(p_port->p_physp), sizeof(osm_dr_path_t)); in sm_state_mgr_send_master_sm_info_req() 127 status = osm_req_get(sm, &dr_path, in sm_state_mgr_send_master_sm_info_req()
|
H A D | osm_port.c | 63 osm_dr_path_construct(&p_physp->dr_path); in osm_physp_construct() 87 osm_dr_path_construct(&p_physp->dr_path); /* clear dr_path */ in osm_physp_destroy() 108 osm_dr_path_init(&p_physp->dr_path, hop_count, p_initial_path); in osm_physp_init()
|
H A D | osm_trap_rcv.c | 226 p->dr_path.hop_count > p->p_remote_physp->dr_path.hop_count) in disable_port()
|
H A D | osm_state_mgr.c | 213 osm_dr_path_t dr_path; in state_mgr_sweep_hop_0() local 253 osm_dr_path_init(&dr_path, 0, path_array); in state_mgr_sweep_hop_0() 255 status = osm_req_get(sm, &dr_path, IB_MAD_ATTR_NODE_INFO, 0, in state_mgr_sweep_hop_0()
|
H A D | osm_perfmgr.c | 960 osm_dr_path_t dr_path; in sweep_hop_0() local 972 osm_dr_path_init(&dr_path, 0, path_array); in sweep_hop_0() 974 status = osm_req_get(sm, &dr_path, IB_MAD_ATTR_NODE_INFO, 0, in sweep_hop_0()
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_port.h | 118 osm_dr_path_t dr_path; member 1133 return (osm_dr_path_t *) & p_physp->dr_path; in osm_physp_get_dr_path_ptr()
|