Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c2329 if (hba->flag & FC_SHUTDOWN) { in emlxs_shutdown_thread()
2333 hba->flag |= FC_SHUTDOWN; in emlxs_shutdown_thread()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1876 #define FC_SHUTDOWN 0x08000000 /* SHUTDOWN in progress */ macro