Home
last modified time | relevance | path

Searched refs:EMLXS_SLI_HBA_RESET (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_diag.c452 rval = EMLXS_SLI_HBA_RESET(hba, 1, 1, 0); in emlxs_diag_post_run()
H A Demlxs_dfc.c4453 EMLXS_SLI_HBA_RESET(hba, 1, 1, 0); in emlxs_set_hba_mode()
4460 EMLXS_SLI_HBA_RESET(hba, 1, 1, 0); in emlxs_set_hba_mode()
4475 EMLXS_SLI_HBA_RESET(hba, 0, 0, 0); in emlxs_set_hba_mode()
4482 EMLXS_SLI_HBA_RESET(hba, 0, 0, 0); in emlxs_set_hba_mode()
4561 EMLXS_SLI_HBA_RESET(hba, 1, 1, 0); in emlxs_set_hba_mode()
4568 EMLXS_SLI_HBA_RESET(hba, 1, 1, 0); in emlxs_set_hba_mode()
H A Demlxs_download.c278 if (EMLXS_SLI_HBA_RESET(hba, 1, 1, 0) != FC_SUCCESS) { in emlxs_fw_download()
2221 if (EMLXS_SLI_HBA_RESET(hba, 1, 1, 0) != FC_SUCCESS) { in emlxs_cfl_download()
5088 if (EMLXS_SLI_HBA_RESET(hba, 1, 1, 0) != FC_SUCCESS) { in emlxs_start_abs_download_2mb()
H A Demlxs_hba.c2347 EMLXS_SLI_HBA_RESET(hba, 1, 1, 0); in emlxs_shutdown_thread()
H A Demlxs_fcp.c2053 EMLXS_SLI_HBA_RESET(hba, 1, 1, 0); in emlxs_power_down()
H A Demlxs_solaris.c5938 if (EMLXS_SLI_HBA_RESET(hba, 1, 1, 1) == 0) { in emlxs_quiesce()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2156 #define EMLXS_SLI_HBA_RESET (hba->sli_api.sli_hba_reset) macro