Searched refs:FCT_STATE_PORT_ONLINE (Results 1 – 6 of 6) sorted by relevance
1485 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) &&
939 (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()
1563 !(port->fct_flags & FCT_STATE_PORT_ONLINE)) { in emlxs_sli3_online()
1288 ((port->fct_flags & FCT_STATE_PORT_ONLINE) || in emlxs_detach()
1354 !(port->fct_flags & FCT_STATE_PORT_ONLINE)) { in emlxs_sli4_online()
1113 #define FCT_STATE_PORT_ONLINE 0x00000001 macro