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

/freebsd-10.0-release/contrib/ofed/management/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 */
229 osm_dr_path_t dr_path; local
239 osm_dr_path_init(&dr_path, 0, /* The h_bind is not really important for us to save */
243 (p_log, p_pkt_randomizer, &dr_path)) {
/freebsd-10.0-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_port.h114 osm_dr_path_t dr_path; member in struct:osm_physp
160 * dr_path
1096 return ((osm_dr_path_t *) & p_physp->dr_path);
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_port.c62 osm_dr_path_construct(&p_physp->dr_path);
85 osm_dr_path_construct(&p_physp->dr_path); /* clear dr_path */
112 osm_dr_path_init(&p_physp->dr_path, h_bind, hop_count, p_initial_path);
H A Dosm_trap_rcv.c244 p->dr_path.hop_count > p->p_remote_physp->dr_path.hop_count)
H A Dosm_perfmgr.c690 osm_dr_path_t dr_path; local
702 osm_dr_path_init(&dr_path, h_bind, 0, path_array);
703 status = osm_req_get(sm, &dr_path, IB_MAD_ATTR_NODE_INFO, 0,
H A Dosm_state_mgr.c203 osm_dr_path_t dr_path; local
243 osm_dr_path_init(&dr_path, h_bind, 0, path_array);
244 status = osm_req_get(sm, &dr_path, IB_MAD_ATTR_NODE_INFO, 0,

Completed in 177 milliseconds