Home
last modified time | relevance | path

Searched refs:PORT_STATE_LINK_INIT_START (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c140 if ((iport->iport_link_state == PORT_STATE_LINK_INIT_START) && in fct_port_worker()
288 new_state = PORT_STATE_LINK_INIT_START; in fct_handle_local_port_event()
310 new_state = PORT_STATE_LINK_INIT_START; in fct_handle_local_port_event()
323 if (iport->iport_link_state == PORT_STATE_LINK_INIT_START) { in fct_handle_local_port_event()
514 (iport->iport_link_state != PORT_STATE_LINK_INIT_START) || in fct_handle_rcvd_flogi()
834 (iport->iport_link_state == PORT_STATE_LINK_INIT_START) && in fct_handle_els()
H A Dfct_impl.h327 #define PORT_STATE_LINK_INIT_START (S_RCVD_LINK_UP | S_LINK_ONLINE |\ macro