Home
last modified time | relevance | path

Searched refs:SBUS_FC (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c223 if (hba->bus_type == SBUS_FC) { in emlxs_sli3_online()
279 if (hba->bus_type == SBUS_FC) { in emlxs_sli3_online()
1689 if (hba->bus_type == SBUS_FC) { in emlxs_sli3_map_hdw()
1827 if (hba->bus_type == SBUS_FC) { in emlxs_sli3_map_hdw()
2961 if (hba->bus_type == SBUS_FC) { in emlxs_sli3_issue_iocb_cmd()
3045 if (hba->bus_type == SBUS_FC) { in emlxs_sli3_issue_iocb_cmd()
3099 if (hba->bus_type == SBUS_FC) { in emlxs_sli3_issue_iocb_cmd()
4257 if (hba->bus_type == SBUS_FC) { in emlxs_sli3_msi_intr()
4355 if (hba->bus_type == SBUS_FC) { in emlxs_sli3_intx_intr()
4506 if (hba->bus_type == SBUS_FC) { in emlxs_proc_attention()
[all …]
H A Demlxs_hba.c1948 if (hba->bus_type == SBUS_FC) { in emlxs_init_adapter_info()
2848 if (hba->bus_type != SBUS_FC) { in emlxs_get_key()
H A Demlxs_solaris.c7143 hba->bus_type = SBUS_FC; in emlxs_hba_attach()
7537 if (hba->bus_type == SBUS_FC) { in emlxs_map_bus()
8261 if (hba->bus_type == SBUS_FC) { in emlxs_mem_alloc()
8356 if (hba->bus_type == SBUS_FC) { in emlxs_mem_alloc()
H A Demlxs_dfc.c4003 if (hba->bus_type == SBUS_FC) { in emlxs_dfc_get_hbainfo()
6490 if (hba->bus_type != SBUS_FC) { in emlxs_dfc_write_flash()
6576 if (hba->bus_type != SBUS_FC) { in emlxs_dfc_read_flash()
H A Demlxs_fcp.c1991 if (hba->bus_type == SBUS_FC) { in emlxs_offline()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1748 #define SBUS_FC 1 macro