Home
last modified time | relevance | path

Searched refs:FC_PORT_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()
3955 if (hba->reset_state & FC_PORT_RESET_INP) { in emlxs_reset()
3960 hba->reset_state |= FC_PORT_RESET_INP; in emlxs_reset()
3972 hba->reset_state &= ~FC_PORT_RESET_INP; in emlxs_reset()
3994 hba->reset_state &= ~FC_PORT_RESET_INP; in emlxs_reset()
4004 if (hba->reset_state & FC_PORT_RESET_INP) { in emlxs_reset()
4009 hba->reset_state |= FC_PORT_RESET_INP; in emlxs_reset()
4021 hba->reset_state &= ~FC_PORT_RESET_INP; in emlxs_reset()
4044 hba->reset_state &= ~FC_PORT_RESET_INP; in emlxs_reset()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2114 #define FC_PORT_RESET_INP 2 macro