Home
last modified time | relevance | path

Searched refs:FC_PORT_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()
3965 if (hba->reset_state & FC_PORT_RESET_INP) { in emlxs_reset()
3970 hba->reset_state |= FC_PORT_RESET_INP; in emlxs_reset()
3982 hba->reset_state &= ~FC_PORT_RESET_INP; in emlxs_reset()
4004 hba->reset_state &= ~FC_PORT_RESET_INP; in emlxs_reset()
4014 if (hba->reset_state & FC_PORT_RESET_INP) { in emlxs_reset()
4019 hba->reset_state |= FC_PORT_RESET_INP; in emlxs_reset()
4031 hba->reset_state &= ~FC_PORT_RESET_INP; in emlxs_reset()
4054 hba->reset_state &= ~FC_PORT_RESET_INP; in emlxs_reset()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2148 #define FC_PORT_RESET_INP 2 macro