Symbol: emlxs_reset
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_clock.c
787
(void) emlxs_reset(port, FC_FCA_LINK_RESET);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
1082
rval = emlxs_reset(port, FC_FCA_RESET);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
2831
rval = emlxs_reset(port, FC_FCA_CORE);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
4584
(void) emlxs_reset(port,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
9086
(void) emlxs_reset(port, FC_FCA_LINK_RESET);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
9108
rval = emlxs_reset(port, FC_FCA_RESET);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
9114
rval = emlxs_reset(port, FC_FCA_RESET);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
9117
rval = emlxs_reset(port, EMLXS_DFC_RESET_ALL);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
1581
rval = emlxs_reset(port, FC_FCA_RESET);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
1587
rval = emlxs_reset(port, FC_FCA_LINK_RESET);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_hba.c
2295
(void) emlxs_reset(port, FC_FCA_LINK_RESET);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_hba.c
2311
if (emlxs_reset(port, FC_FCA_RESET) != FC_SUCCESS) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
2750
(void) emlxs_reset(port, FC_FCA_LINK_RESET);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
2761
(void) emlxs_reset(port, FC_FCA_RESET);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
4148
rval = emlxs_reset(port, cmd);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
8027
(void) emlxs_reset(port, FC_FCA_LINK_RESET);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
8116
(void) emlxs_reset(port, FC_FCA_LINK_RESET);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
9100
(void) emlxs_reset(port, FC_FCA_LINK_RESET);
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_extern.h
188
extern int32_t emlxs_reset(emlxs_port_t *port, uint32_t cmd);