Lines Matching refs:osm_perfmgr_t

125 static void init_monitored_nodes(osm_perfmgr_t * pm)  in init_monitored_nodes()
133 static void mark_for_removal(osm_perfmgr_t * pm, monitored_node_t * node) in mark_for_removal()
144 static void remove_marked_nodes(osm_perfmgr_t * pm) in remove_marked_nodes()
173 static inline void decrement_outstanding_queries(osm_perfmgr_t * pm) in decrement_outstanding_queries()
197 osm_perfmgr_t *pm = (osm_perfmgr_t *) bind_context; in perfmgr_mad_recv_callback()
225 osm_perfmgr_t *pm = (osm_perfmgr_t *) bind_context; in perfmgr_mad_send_err_callback()
285 ib_api_status_t osm_perfmgr_bind(osm_perfmgr_t * pm, ib_net64_t port_guid) in osm_perfmgr_bind()
332 static void perfmgr_mad_unbind(osm_perfmgr_t * pm) in perfmgr_mad_unbind()
388 static osm_madw_t *perfmgr_build_mad(osm_perfmgr_t * perfmgr, in perfmgr_build_mad()
451 static ib_api_status_t perfmgr_send_mad(osm_perfmgr_t *perfmgr, in perfmgr_send_mad()
489 static ib_api_status_t perfmgr_send_pc_mad(osm_perfmgr_t * perfmgr, in perfmgr_send_pc_mad()
531 osm_perfmgr_t *pm = (osm_perfmgr_t *) context; in collect_guids()
599 static ib_api_status_t perfmgr_send_cpi_mad(osm_perfmgr_t * pm, in perfmgr_send_cpi_mad()
660 static ib_api_status_t perfmgr_send_pce_mad(osm_perfmgr_t * perfmgr, in perfmgr_send_pce_mad()
699 osm_perfmgr_t *pm = context; in perfmgr_query_counters()
1049 void osm_perfmgr_process(osm_perfmgr_t * pm) in osm_perfmgr_process()
1138 osm_perfmgr_t *pm = arg; in perfmgr_sweep()
1144 void osm_perfmgr_shutdown(osm_perfmgr_t * pm) in osm_perfmgr_shutdown()
1153 void osm_perfmgr_destroy(osm_perfmgr_t * pm) in osm_perfmgr_destroy()
1170 static void perfmgr_check_oob_clear(osm_perfmgr_t * pm, in perfmgr_check_oob_clear()
1269 static void perfmgr_check_overflow(osm_perfmgr_t * pm, in perfmgr_check_overflow()
1378 static void perfmgr_check_pce_overflow(osm_perfmgr_t * pm, in perfmgr_check_pce_overflow()
1457 static void perfmgr_log_errors(osm_perfmgr_t * pm, in perfmgr_log_errors()
1518 static int16_t validate_redir_pkey(osm_perfmgr_t *pm, ib_net16_t pkey) in validate_redir_pkey()
1576 static boolean_t handle_redirect(osm_perfmgr_t *pm, in handle_redirect()
1711 static void perfmgr_check_data_cnt_oob_clear(osm_perfmgr_t * pm, in perfmgr_check_data_cnt_oob_clear()
1772 osm_perfmgr_t *pm = context; in pc_recv_process()
1934 ib_api_status_t osm_perfmgr_init(osm_perfmgr_t * pm, osm_opensm_t * osm, in osm_perfmgr_init()
1999 void osm_perfmgr_clear_counters(osm_perfmgr_t * pm) in osm_perfmgr_clear_counters()
2011 void osm_perfmgr_dump_counters(osm_perfmgr_t * pm, perfmgr_db_dump_t dump_type) in osm_perfmgr_dump_counters()
2031 void osm_perfmgr_print_counters(osm_perfmgr_t * pm, char *nodename, FILE * fp, in osm_perfmgr_print_counters()
2047 void osm_perfmgr_update_nodename(osm_perfmgr_t *pm, uint64_t node_guid, in osm_perfmgr_update_nodename()