Home
last modified time | relevance | path

Searched refs:FCT_STATE_FLOGI_CMPL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c775 !(port->fct_flags & FCT_STATE_FLOGI_CMPL)) { in emlxs_fct_unsol_flush()
1943 port->fct_flags |= FCT_STATE_FLOGI_CMPL; in emlxs_fct_flogi_xchg()
3353 !(port->fct_flags & FCT_STATE_FLOGI_CMPL)) { in emlxs_fct_handle_unsol_els()
4789 port->fct_flags &= ~FCT_STATE_FLOGI_CMPL; in emlxs_fct_link_up()
4843 port->fct_flags &= ~FCT_STATE_FLOGI_CMPL; in emlxs_fct_link_down()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1121 #define FCT_STATE_FLOGI_CMPL 0x00000040 macro