Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c2076 cmd_sbp->fct_flags &= ~EMLXS_FCT_REGISTERED;
2155 !(cmd_sbp->fct_flags & EMLXS_FCT_REGISTERED)) {
2180 cmd_sbp->fct_flags |= EMLXS_FCT_REGISTERED;
H A Demlxs_mbox.c3086 sbp->fct_flags |= EMLXS_FCT_REGISTERED; in emlxs_mb_deferred_cmpl()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h88 #define EMLXS_FCT_REGISTERED 0x20 macro