Home
last modified time | relevance | path

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

/NextBSD/contrib/ofed/management/opensm/opensm/
HDosm_node_info_rcv.c516 context.si_context.node_guid = osm_node_get_node_guid(p_node); in __osm_ni_rcv_process_switch()
517 context.si_context.set_method = FALSE; in __osm_ni_rcv_process_switch()
518 context.si_context.light_sweep = FALSE; in __osm_ni_rcv_process_switch()
HDosm_ucast_mgr.c369 context.si_context.light_sweep = FALSE; in osm_ucast_mgr_set_fwd_table()
370 context.si_context.node_guid = osm_node_get_node_guid(p_node); in osm_ucast_mgr_set_fwd_table()
371 context.si_context.set_method = TRUE; in osm_ucast_mgr_set_fwd_table()
HDosm_state_mgr.c141 mad_context.si_context.node_guid = osm_node_get_node_guid(p_node); in __osm_state_mgr_get_sw_info()
142 mad_context.si_context.set_method = FALSE; in __osm_state_mgr_get_sw_info()
143 mad_context.si_context.light_sweep = TRUE; in __osm_state_mgr_get_sw_info()
/NextBSD/contrib/ofed/management/opensm/include/opensm/
HDosm_madw.h347 osm_si_context_t si_context; member