Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c1501 port->fct_flags |= FCT_STATE_NOT_ACKED; in emlxs_fct_ctl()
1534 port->fct_flags |= FCT_STATE_NOT_ACKED; in emlxs_fct_ctl()
1554 port->fct_flags &= ~FCT_STATE_NOT_ACKED; in emlxs_fct_ctl()
1560 port->fct_flags &= ~FCT_STATE_NOT_ACKED; in emlxs_fct_ctl()
1610 port->fct_flags |= FCT_STATE_NOT_ACKED; in emlxs_fct_port_shutdown()
1617 while (port->fct_flags & FCT_STATE_NOT_ACKED) { in emlxs_fct_port_shutdown()
1641 port->fct_flags |= FCT_STATE_NOT_ACKED; in emlxs_fct_port_initialize()
1649 while (port->fct_flags & FCT_STATE_NOT_ACKED) { in emlxs_fct_port_initialize()
H A Demlxs_solaris.c1290 (port->fct_flags & FCT_STATE_NOT_ACKED))) { in emlxs_detach()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1118 #define FCT_STATE_NOT_ACKED 0x00000002 macro