Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c3885 (FC_LINK_RESET_INP | FC_PORT_RESET_INP)) { in emlxs_reset()
3890 hba->reset_state |= FC_LINK_RESET_INP; in emlxs_reset()
3907 hba->reset_state &= ~FC_LINK_RESET_INP; in emlxs_reset()
3927 hba->reset_state &= ~FC_LINK_RESET_INP; in emlxs_reset()
3964 while ((hba->reset_state & FC_LINK_RESET_INP) && in emlxs_reset()
3971 if (hba->reset_state & FC_LINK_RESET_INP) { in emlxs_reset()
4013 while ((hba->reset_state & FC_LINK_RESET_INP) && in emlxs_reset()
4020 if (hba->reset_state & FC_LINK_RESET_INP) { in emlxs_reset()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2113 #define FC_LINK_RESET_INP 1 macro