Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_state_mgr.c1429 if (sm->p_subn->last_sm_port_state) { in do_sweep()
1430 sm->p_subn->last_sm_port_state = 0; in do_sweep()
1448 if (!sm->p_subn->last_sm_port_state) { in do_sweep()
1449 sm->p_subn->last_sm_port_state = 1; in do_sweep()
H A Dosm_subnet.c1264 p_subn->last_sm_port_state = 1; in osm_subn_init()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h764 uint8_t last_sm_port_state; member