Searched refs:emlxs_reset (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_hba.c | 2295 (void) emlxs_reset(port, FC_FCA_LINK_RESET); in emlxs_reset_link_thread() 2311 if (emlxs_reset(port, FC_FCA_RESET) != FC_SUCCESS) { in emlxs_restart_thread()
|
H A D | emlxs_clock.c | 787 (void) emlxs_reset(port, FC_FCA_LINK_RESET); in emlxs_timer_check_loopback()
|
H A D | emlxs_solaris.c | 2750 (void) emlxs_reset(port, FC_FCA_LINK_RESET); in emlxs_poll() 2761 (void) emlxs_reset(port, FC_FCA_RESET); in emlxs_poll() 3876 emlxs_reset(emlxs_port_t *port, uint32_t cmd) in emlxs_reset() function 4148 rval = emlxs_reset(port, cmd); in emlxs_fca_reset() 8028 (void) emlxs_reset(port, FC_FCA_LINK_RESET); in emlxs_set_parm() 8117 (void) emlxs_reset(port, FC_FCA_LINK_RESET); in emlxs_set_parm() 9101 (void) emlxs_reset(port, FC_FCA_LINK_RESET); in emlxs_send_els()
|
H A D | emlxs_dfc.c | 1082 rval = emlxs_reset(port, FC_FCA_RESET); in emlxs_fcio_reset_hard() 2831 rval = emlxs_reset(port, FC_FCA_CORE); in emlxs_fcio_force_dump() 4584 (void) emlxs_reset(port, in emlxs_set_hba_mode() 9086 (void) emlxs_reset(port, FC_FCA_LINK_RESET); in emlxs_dfc_loopback_test() 9108 rval = emlxs_reset(port, FC_FCA_RESET); in emlxs_dfc_reset_port() 9114 rval = emlxs_reset(port, FC_FCA_RESET); in emlxs_dfc_reset_port() 9117 rval = emlxs_reset(port, EMLXS_DFC_RESET_ALL); in emlxs_dfc_reset_port()
|
H A D | emlxs_fct.c | 1581 rval = emlxs_reset(port, FC_FCA_RESET); in emlxs_fct_ctl() 1587 rval = emlxs_reset(port, FC_FCA_LINK_RESET); in emlxs_fct_ctl()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_extern.h | 188 extern int32_t emlxs_reset(emlxs_port_t *port, uint32_t cmd);
|