Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_perfmgr.c227 uint64_t node_guid = context->perfmgr_context.node_guid; in perfmgr_mad_send_err_callback()
228 uint8_t port = context->perfmgr_context.port; in perfmgr_mad_send_err_callback()
505 p_context->perfmgr_context.mad_attr_id = IB_MAD_ATTR_PORT_CNTRS; in perfmgr_send_pc_mad()
612 p_context->perfmgr_context.mad_attr_id = IB_MAD_ATTR_CLASS_PORT_INFO; in perfmgr_send_cpi_mad()
675 p_context->perfmgr_context.mad_attr_id = IB_MAD_ATTR_PORT_CNTRS_EXT; in perfmgr_send_pce_mad()
757 mad_context.perfmgr_context.node_guid = node_guid; in perfmgr_query_counters()
758 mad_context.perfmgr_context.port = port; in perfmgr_query_counters()
759 mad_context.perfmgr_context.mad_method = IB_MAD_METHOD_GET; in perfmgr_query_counters()
779 gettimeofday(&mad_context.perfmgr_context.query_start, NULL); in perfmgr_query_counters()
802 gettimeofday(&mad_context.perfmgr_context.query_start, NULL); in perfmgr_query_counters()
[all …]
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_madw.h397 osm_perfmgr_context_t perfmgr_context; member