Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_port_info_rcv.c405 !ib_switch_info_get_state_change(&p_node->sw->switch_info) && in pi_rcv_process_switch_ext_port()
639 return (ib_switch_info_get_state_change(&p_node->sw->switch_info) ? 1 : p_physp->need_update); in osm_pi_rcv_update_neighbor()
H A Dosm_sw_info_rcv.c316 } else if (ib_switch_info_get_state_change(p_si)) { in si_rcv_process_existing()
H A Dosm_state_mgr.c665 if (!ib_switch_info_get_state_change(&p_sw->switch_info)) in state_mgr_reset_state_change_bit()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h6570 ib_switch_info_get_state_change(IN const ib_switch_info_t * const p_si) in ib_switch_info_get_state_change() function