Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/comstar/port/fct/
H A Dfct_impl.h326 #define PORT_STATE_LINK_DOWN 0x00 macro
H A Ddiscovery.c287 else if (iport->iport_link_state == PORT_STATE_LINK_DOWN) in fct_handle_local_port_event()
307 new_state = PORT_STATE_LINK_DOWN; in fct_handle_local_port_event()
314 new_state = PORT_STATE_LINK_DOWN; in fct_handle_local_port_event()
H A Dfct.c3145 if (iport->iport_link_state != PORT_STATE_LINK_DOWN) in fct_handle_port_offline()