Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c1485 if (port->fct_flags & FCT_STATE_PORT_ONLINE) {
1494 port->fct_flags |= FCT_STATE_PORT_ONLINE;
1512 if (!(port->fct_flags & FCT_STATE_PORT_ONLINE)) {
1527 port->fct_flags &= ~FCT_STATE_PORT_ONLINE;
2330 if (!(port->fct_flags & FCT_STATE_PORT_ONLINE)) {
3201 if (!(port->fct_flags & FCT_STATE_PORT_ONLINE)) {
3315 if (!(port->fct_flags & FCT_STATE_PORT_ONLINE)) {
4769 (port->fct_flags & FCT_STATE_PORT_ONLINE) &&
4785 } else if (!(port->fct_flags & FCT_STATE_PORT_ONLINE)) {
4823 (port->fct_flags & FCT_STATE_PORT_ONLINE) &&
H A Demlxs_dfc.c939 (port->fct_flags & FCT_STATE_PORT_ONLINE)) { in emlxs_fcio_get_host_params()
988 (port->fct_flags & FCT_STATE_PORT_ONLINE)) { in emlxs_fcio_get_host_params()
H A Demlxs_sli3.c1563 !(port->fct_flags & FCT_STATE_PORT_ONLINE)) { in emlxs_sli3_online()
H A Demlxs_solaris.c1288 ((port->fct_flags & FCT_STATE_PORT_ONLINE) || in emlxs_detach()
H A Demlxs_sli4.c1354 !(port->fct_flags & FCT_STATE_PORT_ONLINE)) { in emlxs_sli4_online()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1113 #define FCT_STATE_PORT_ONLINE 0x00000001 macro