Home
last modified time | relevance | path

Searched refs:FC_PORT_RESET (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_clock.c577 if (!(hba->reset_request & (FC_LINK_RESET | FC_PORT_RESET))) { in emlxs_timer_check_pkts()
589 if (!(hba->reset_request & FC_PORT_RESET)) { in emlxs_timer_check_pkts()
590 hba->reset_request |= FC_PORT_RESET; in emlxs_timer_check_pkts()
H A Demlxs_solaris.c3961 hba->reset_request |= (FC_PORT_RESET | FC_LINK_RESET); in emlxs_reset()
3973 hba->reset_request &= ~(FC_PORT_RESET | FC_LINK_RESET); in emlxs_reset()
3995 hba->reset_request &= ~(FC_PORT_RESET | FC_LINK_RESET); in emlxs_reset()
4010 hba->reset_request |= (FC_PORT_RESET | FC_LINK_RESET); in emlxs_reset()
4022 hba->reset_request &= ~(FC_PORT_RESET | FC_LINK_RESET); in emlxs_reset()
4045 hba->reset_request &= ~(FC_PORT_RESET | FC_LINK_RESET); in emlxs_reset()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2110 #define FC_PORT_RESET 2 macro