Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c224 if (hba->bus_type == SBUS_FC) { in emlxs_sli3_online()
280 if (hba->bus_type == SBUS_FC) { in emlxs_sli3_online()
1694 if (hba->bus_type == SBUS_FC) { in emlxs_sli3_map_hdw()
1832 if (hba->bus_type == SBUS_FC) { in emlxs_sli3_map_hdw()
3050 if (hba->bus_type == SBUS_FC) { in emlxs_sli3_issue_iocb_cmd()
3104 if (hba->bus_type == SBUS_FC) { in emlxs_sli3_issue_iocb_cmd()
4360 if (hba->bus_type == SBUS_FC) { in emlxs_sli3_intx_intr()
4511 if (hba->bus_type == SBUS_FC) { in emlxs_proc_attention()
4558 if (hba->bus_type == SBUS_FC) { in emlxs_proc_attention()
4566 if (hba->bus_type == SBUS_FC) { in emlxs_proc_attention()
[all …]
H A Demlxs_hba.c1956 if (hba->bus_type == SBUS_FC) { in emlxs_init_adapter_info()
2873 if (hba->bus_type != SBUS_FC) { in emlxs_get_key()
H A Demlxs_solaris.c7163 hba->bus_type = SBUS_FC; in emlxs_hba_attach()
7550 if (hba->bus_type == SBUS_FC) { in emlxs_map_bus()
8282 if (hba->bus_type == SBUS_FC) { in emlxs_mem_alloc()
8377 if (hba->bus_type == SBUS_FC) { in emlxs_mem_alloc()
H A Demlxs_fcp.c2000 if (hba->bus_type == SBUS_FC) { in emlxs_offline()
H A Demlxs_dfc.c4057 if (hba->bus_type == SBUS_FC) { in emlxs_dfc_get_hbainfo()
6548 if (hba->bus_type != SBUS_FC) { in emlxs_dfc_write_flash()
6634 if (hba->bus_type != SBUS_FC) { in emlxs_dfc_read_flash()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1760 #define SBUS_FC 1 macro