Searched refs:dr_path (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Diblinkinfo.c74 static char *dr_path = NULL; variable
559 dr_path = strdup(optarg);
607 {"Direct", 'D', 1, "<dr_path>",
608 "start partial scan at the port specified by <dr_path>"},
662 if (dr_path && load_cache_file) {
668 if (dr_path) {
671 resolve_portid_str(ibd_ca, ibd_ca_port, &port_id, dr_path,
674 dr_path);
735 } else if (!all && dr_path) {
748 fprintf(stderr, "Failed to find port: %s\n", dr_path);
[all...]
H A Dibqueryerrors.c75 char *dr_path = NULL; variable
905 dr_path = strdup(optarg);
953 {"Direct", 'D', 1, "<dr_path>",
954 "report the node containing the port specified by <dr_path>"},
1005 if (dr_path && load_cache_file) {
1019 if (dr_path) {
1021 resolve_portid_str(ibd_ca, ibd_ca_port, &portid, dr_path,
1024 dr_path);
1088 } else if (dr_path) {
1106 fprintf(stderr, "Failed to find node: %s\n", dr_path);
[all...]
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_pkt_randomizer.c106 * For a given dr_path - return TRUE if the path should be dropped,
161 /* update the dr_path into the buf */
227 osm_dr_path_t dr_path; local
237 osm_dr_path_init(&dr_path, p_smp->hop_count, p_smp->initial_path);
240 (p_log, p_pkt_randomizer, &dr_path)) {
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sm_state_mgr.c82 osm_dr_path_t dr_path; local
125 memcpy(&dr_path, osm_physp_get_dr_path_ptr(p_port->p_physp), sizeof(osm_dr_path_t));
127 status = osm_req_get(sm, &dr_path,
H A Dosm_port.c63 osm_dr_path_construct(&p_physp->dr_path);
87 osm_dr_path_construct(&p_physp->dr_path); /* clear dr_path */
108 osm_dr_path_init(&p_physp->dr_path, hop_count, p_initial_path);
H A Dosm_trap_rcv.c226 p->dr_path.hop_count > p->p_remote_physp->dr_path.hop_count)
H A Dosm_state_mgr.c213 osm_dr_path_t dr_path; local
253 osm_dr_path_init(&dr_path, 0, path_array);
255 status = osm_req_get(sm, &dr_path, IB_MAD_ATTR_NODE_INFO, 0,
H A Dosm_perfmgr.c960 osm_dr_path_t dr_path; local
972 osm_dr_path_init(&dr_path, 0, path_array);
974 status = osm_req_get(sm, &dr_path, IB_MAD_ATTR_NODE_INFO, 0,
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_port.h118 osm_dr_path_t dr_path; member in struct:osm_physp
182 * dr_path
1133 return (osm_dr_path_t *) & p_physp->dr_path;

Completed in 188 milliseconds