Searched refs:mad_context (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
H A Dosm_perfmgr.c473 osm_madw_context_t mad_context; local
529 mad_context.perfmgr_context.node_guid = node_guid;
530 mad_context.perfmgr_context.port = port;
531 mad_context.perfmgr_context.mad_method = IB_MAD_METHOD_GET;
533 gettimeofday(&(mad_context.perfmgr_context.query_start), NULL);
540 IB_MAD_METHOD_GET, &mad_context);
962 osm_madw_context_t mad_context; local
1006 mad_context.perfmgr_context.node_guid = mon_node->guid;
1007 mad_context.perfmgr_context.port = port;
1008 mad_context
1078 osm_madw_context_t *mad_context = &(p_madw->context); local
[all...]
H A Dosm_state_mgr.c129 osm_madw_context_t mad_context; local
139 memset(&mad_context, 0, sizeof(mad_context));
141 mad_context.si_context.node_guid = osm_node_get_node_guid(p_node);
142 mad_context.si_context.set_method = FALSE;
143 mad_context.si_context.light_sweep = TRUE;
146 OSM_MSG_LIGHT_SWEEP_FAIL, &mad_context);
164 osm_madw_context_t mad_context; local
174 memset(&mad_context, 0, sizeof(mad_context));
523 osm_madw_context_t mad_context; local
[all...]
H A Dosm_mcast_mgr.c339 osm_madw_context_t mad_context; local
367 mad_context.mft_context.node_guid = osm_node_get_node_guid(p_node);
368 mad_context.mft_context.set_method = TRUE;
383 CL_DISP_MSGID_NONE, &mad_context);

Completed in 101 milliseconds