Home
last modified time | relevance | path

Searched refs:reset_request (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()
578 hba->reset_request |= FC_LINK_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.c3891 hba->reset_request |= FC_LINK_RESET; in emlxs_reset()
3908 hba->reset_request &= ~FC_LINK_RESET; in emlxs_reset()
3928 hba->reset_request &= ~FC_LINK_RESET; in emlxs_reset()
3961 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.h2108 uint32_t reset_request; member