Lines Matching refs:perfmgr_context

227 	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()
1334 mad_context.perfmgr_context.node_guid = mon_node->guid; in perfmgr_check_overflow()
1335 mad_context.perfmgr_context.port = port; in perfmgr_check_overflow()
1336 mad_context.perfmgr_context.mad_method = IB_MAD_METHOD_SET; in perfmgr_check_overflow()
1433 mad_context.perfmgr_context.node_guid = mon_node->guid; in perfmgr_check_pce_overflow()
1434 mad_context.perfmgr_context.port = port; in perfmgr_check_pce_overflow()
1435 mad_context.perfmgr_context.mad_method = IB_MAD_METHOD_SET; in perfmgr_check_pce_overflow()
1672 mad_method = mad_context->perfmgr_context.mad_method; in handle_redirect()
1673 if (mad_context->perfmgr_context.mad_attr_id in handle_redirect()
1776 uint64_t node_guid = mad_context->perfmgr_context.node_guid; in pc_recv_process()
1777 uint8_t port = mad_context->perfmgr_context.port; in pc_recv_process()
1860 if (mad_context->perfmgr_context.mad_method in pc_recv_process()
1888 if (mad_context->perfmgr_context.mad_method == IB_MAD_METHOD_GET) { in pc_recv_process()
1919 diff_time(&p_madw->context.perfmgr_context.query_start, in pc_recv_process()