Home
last modified time | relevance | path

Searched refs:si_context (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_state_mgr.c142 mad_context.si_context.node_guid = osm_node_get_node_guid(p_node); 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()
145 mad_context.si_context.lft_top_change = FALSE; in state_mgr_get_sw_info()
676 mad_context.si_context.light_sweep = FALSE; in state_mgr_reset_state_change_bit()
677 mad_context.si_context.node_guid = osm_node_get_node_guid(p_node); in state_mgr_reset_state_change_bit()
678 mad_context.si_context.set_method = TRUE; in state_mgr_reset_state_change_bit()
679 mad_context.si_context.lft_top_change = FALSE; in state_mgr_reset_state_change_bit()
H A Dosm_node_info_rcv.c597 context.si_context.node_guid = osm_node_get_node_guid(p_node); in ni_rcv_process_switch()
598 context.si_context.set_method = FALSE; in ni_rcv_process_switch()
599 context.si_context.light_sweep = FALSE; in ni_rcv_process_switch()
600 context.si_context.lft_top_change = FALSE; in ni_rcv_process_switch()
H A Dosm_ucast_mgr.c941 context.si_context.lft_top_change = TRUE; in ucast_mgr_set_fwd_top()
943 context.si_context.lft_top_change = FALSE; in ucast_mgr_set_fwd_top()
955 context.si_context.light_sweep = FALSE; in ucast_mgr_set_fwd_top()
956 context.si_context.node_guid = osm_node_get_node_guid(p_node); in ucast_mgr_set_fwd_top()
957 context.si_context.set_method = TRUE; in ucast_mgr_set_fwd_top()
H A Dosm_mcast_mgr.c1088 context.si_context.light_sweep = FALSE; in mcast_mgr_set_mfttop()
1089 context.si_context.node_guid = osm_node_get_node_guid(p_node); in mcast_mgr_set_mfttop()
1090 context.si_context.set_method = TRUE; in mcast_mgr_set_mfttop()
1091 context.si_context.lft_top_change = FALSE; in mcast_mgr_set_mfttop()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_madw.h390 osm_si_context_t si_context; member