Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c2094 if (cmd_sbp->fct_flags & EMLXS_FCT_PLOGI_RECEIVED) { in emlxs_fct_register_remote_port()
2133 if (!(cmd_sbp->fct_flags & EMLXS_FCT_PLOGI_RECEIVED)) { in emlxs_fct_register_remote_port()
3315 cmd_sbp->fct_flags |= EMLXS_FCT_PLOGI_RECEIVED; in emlxs_fct_handle_unsol_els()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h89 #define EMLXS_FCT_PLOGI_RECEIVED 0x10 macro