Home
last modified time | relevance | path

Searched refs:fct_flags (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c657 if (port->fct_flags & FCT_STATE_LINK_UP_ACKED) {
709 if (port->fct_flags & FCT_STATE_LINK_UP) {
771 if ((port->fct_flags & FCT_STATE_LINK_UP_ACKED) &&
772 !(port->fct_flags & FCT_STATE_FLOGI_CMPL)) {
1001 port->fct_flags = 0;
1252 port->fct_flags = 0;
1485 if (port->fct_flags & FCT_STATE_PORT_ONLINE) {
1493 port->fct_flags |= FCT_STATE_NOT_ACKED;
1494 port->fct_flags |= FCT_STATE_PORT_ONLINE;
1512 if (!(port->fct_flags & FCT_STATE_PORT_ONLINE)) {
[all …]
H A Demlxs_dfc.c935 port->fct_flags, port->ulp_statec); in emlxs_fcio_get_host_params()
939 (port->fct_flags & FCT_STATE_PORT_ONLINE)) { in emlxs_fcio_get_host_params()
984 port->fct_flags, port->ulp_statec); in emlxs_fcio_get_host_params()
988 (port->fct_flags & FCT_STATE_PORT_ONLINE)) { in emlxs_fcio_get_host_params()
H A Demlxs_mbox.c3086 sbp->fct_flags |= EMLXS_FCT_REGISTERED; in emlxs_mb_deferred_cmpl()
H A Demlxs_solaris.c1288 ((port->fct_flags & FCT_STATE_PORT_ONLINE) || in emlxs_detach()
1289 (port->fct_flags & FCT_STATE_NOT_ACKED))) { in emlxs_detach()
H A Demlxs_sli3.c1563 !(port->fct_flags & FCT_STATE_PORT_ONLINE)) { in emlxs_sli3_online()
H A Demlxs_sli4.c1354 !(port->fct_flags & FCT_STATE_PORT_ONLINE)) { in emlxs_sli4_online()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h82 uint8_t fct_flags; member
1111 uint32_t fct_flags; member