Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ofed/opensm/opensm/
H A Dosm_state_mgr.c129 osm_madw_context_t mad_context; in state_mgr_get_sw_info() local
140 memset(&mad_context, 0, sizeof(mad_context)); in state_mgr_get_sw_info()
143 mad_context.si_context.set_method = FALSE; in state_mgr_get_sw_info()
144 mad_context.si_context.light_sweep = TRUE; in state_mgr_get_sw_info()
167 osm_madw_context_t mad_context; in state_mgr_get_remote_port_info() local
183 memset(&mad_context, 0, sizeof(mad_context)); in state_mgr_get_remote_port_info()
185 mad_context.pi_context.node_guid = in state_mgr_get_remote_port_info()
188 mad_context.pi_context.set_method = FALSE; in state_mgr_get_remote_port_info()
189 mad_context.pi_context.light_sweep = TRUE; in state_mgr_get_remote_port_info()
645 osm_madw_context_t mad_context; in state_mgr_reset_state_change_bit() local
[all …]
H A Dosm_perfmgr.c702 osm_madw_context_t mad_context; in perfmgr_query_counters() local
764 port, &mad_context, in perfmgr_query_counters()
790 &mad_context, in perfmgr_query_counters()
808 &mad_context, in perfmgr_query_counters()
1274 osm_madw_context_t mad_context; in perfmgr_check_overflow() local
1357 &mad_context, in perfmgr_check_overflow()
1439 &mad_context, in perfmgr_check_pce_overflow()
1661 port, mad_context, in handle_redirect()
1681 mad_context, in handle_redirect()
1688 mad_context, in handle_redirect()
[all …]
H A Dosm_congestion_control.c531 osm_madw_context_t mad_context = p_madw->context; in cc_poller_send() local
547 cl_ntoh64(mad_context.cc_context.node_guid), in cc_poller_send()
548 mad_context.cc_context.port); in cc_poller_send()