Searched refs:emlxs_reset (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_clock.c | 780 (void) emlxs_reset(port, FC_FCA_LINK_RESET); in emlxs_timer_check_loopback()
|
H A D | emlxs_hba.c | 2270 (void) emlxs_reset(port, FC_FCA_LINK_RESET); in emlxs_reset_link_thread() 2286 if (emlxs_reset(port, FC_FCA_RESET) != FC_SUCCESS) { in emlxs_restart_thread()
|
H A D | emlxs_solaris.c | 2740 (void) emlxs_reset(port, FC_FCA_LINK_RESET); in emlxs_poll() 2751 (void) emlxs_reset(port, FC_FCA_RESET); in emlxs_poll() 3866 emlxs_reset(emlxs_port_t *port, uint32_t cmd) in emlxs_reset() function 4138 rval = emlxs_reset(port, cmd); in emlxs_fca_reset() 8003 (void) emlxs_reset(port, FC_FCA_LINK_RESET); in emlxs_set_parm() 8092 (void) emlxs_reset(port, FC_FCA_LINK_RESET); in emlxs_set_parm() 9078 (void) emlxs_reset(port, FC_FCA_LINK_RESET); in emlxs_send_els()
|
H A D | emlxs_dfc.c | 1081 rval = emlxs_reset(port, FC_FCA_RESET); in emlxs_fcio_reset_hard() 2780 rval = emlxs_reset(port, FC_FCA_CORE); in emlxs_fcio_force_dump() 4528 (void) emlxs_reset(port, in emlxs_set_hba_mode() 9025 (void) emlxs_reset(port, FC_FCA_LINK_RESET); in emlxs_dfc_loopback_test() 9047 rval = emlxs_reset(port, FC_FCA_RESET); in emlxs_dfc_reset_port() 9053 rval = emlxs_reset(port, FC_FCA_RESET); in emlxs_dfc_reset_port() 9056 rval = emlxs_reset(port, EMLXS_DFC_RESET_ALL); in emlxs_dfc_reset_port()
|
H A D | emlxs_fct.c | 1572 (void) emlxs_reset(port, FC_FCA_RESET); 1578 (void) emlxs_reset(port, FC_FCA_LINK_RESET);
|
/titanic_41/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);
|