Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c3895 (FC_LINK_RESET_INP | FC_PORT_RESET_INP)) { in emlxs_reset()
3900 hba->reset_state |= FC_LINK_RESET_INP; in emlxs_reset()
3917 hba->reset_state &= ~FC_LINK_RESET_INP; in emlxs_reset()
3937 hba->reset_state &= ~FC_LINK_RESET_INP; in emlxs_reset()
3974 while ((hba->reset_state & FC_LINK_RESET_INP) && in emlxs_reset()
3981 if (hba->reset_state & FC_LINK_RESET_INP) { in emlxs_reset()
4023 while ((hba->reset_state & FC_LINK_RESET_INP) && in emlxs_reset()
4030 if (hba->reset_state & FC_LINK_RESET_INP) { in emlxs_reset()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2147 #define FC_LINK_RESET_INP 1 macro