Home
last modified time | relevance | path

Searched refs:FCT_STATE_PORT_ONLINE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c1493 if (port->fct_flags & FCT_STATE_PORT_ONLINE) { in emlxs_fct_ctl()
1502 port->fct_flags |= FCT_STATE_PORT_ONLINE; in emlxs_fct_ctl()
1520 if (!(port->fct_flags & FCT_STATE_PORT_ONLINE)) { in emlxs_fct_ctl()
1535 port->fct_flags &= ~FCT_STATE_PORT_ONLINE; in emlxs_fct_ctl()
2344 if (!(port->fct_flags & FCT_STATE_PORT_ONLINE)) { in emlxs_fct_handle_unsol_req()
3215 if (!(port->fct_flags & FCT_STATE_PORT_ONLINE)) { in emlxs_fct_handle_unsol_els()
3329 if (!(port->fct_flags & FCT_STATE_PORT_ONLINE)) { in emlxs_fct_handle_unsol_els()
4783 (port->fct_flags & FCT_STATE_PORT_ONLINE) && in emlxs_fct_link_up()
4799 } else if (!(port->fct_flags & FCT_STATE_PORT_ONLINE)) { in emlxs_fct_link_up()
4837 (port->fct_flags & FCT_STATE_PORT_ONLINE) && in emlxs_fct_link_down()
H A Demlxs_dfc.c940 (port->fct_flags & FCT_STATE_PORT_ONLINE)) { in emlxs_fcio_get_host_params()
989 (port->fct_flags & FCT_STATE_PORT_ONLINE)) { in emlxs_fcio_get_host_params()
H A Demlxs_sli3.c1568 !(port->fct_flags & FCT_STATE_PORT_ONLINE)) { in emlxs_sli3_online()
H A Demlxs_sli4.c1413 !(port->fct_flags & FCT_STATE_PORT_ONLINE)) { in emlxs_sli4_online()
H A Demlxs_solaris.c1289 ((port->fct_flags & FCT_STATE_PORT_ONLINE) || in emlxs_detach()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1117 #define FCT_STATE_PORT_ONLINE 0x00000001 macro