Searched refs:perfmgr_context (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_perfmgr.c202 uint64_t node_guid = context->perfmgr_context.node_guid;
203 uint8_t port = context->perfmgr_context.port;
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);
1006 mad_context.perfmgr_context.node_guid = mon_node->guid;
1007 mad_context.perfmgr_context.port = port;
1008 mad_context.perfmgr_context.mad_method = IB_MAD_METHOD_SET;
1083 uint64_t node_guid = mad_context->perfmgr_context
[all...]
/freebsd-10.3-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_madw.h354 osm_perfmgr_context_t perfmgr_context; member in union:_osm_madw_context

Completed in 107 milliseconds