Home
last modified time | relevance | path

Searched refs:TOPOLOGY_LOOP (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c944 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_fcio_get_host_params()
993 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_fcio_get_host_params()
1399 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_fcio_get_adapter_port_attrs()
1553 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_fcio_get_adapter_port_attrs()
1839 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_fcio_get_dev_list()
1917 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_fcio_get_dev_list()
2051 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_fcio_get_topology()
3558 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_dfc_npiv_test()
3970 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_dfc_get_hbainfo()
4224 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_dfc_get_hbastats()
[all …]
H A Demlxs_event.c622 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_log_link_event()
H A Demlxs_mbox.c1664 la.topology = TOPOLOGY_LOOP; in emlxs_read_la_mbcmpl()
1681 if ((hba->topology = la.topology) == TOPOLOGY_LOOP) { in emlxs_read_la_mbcmpl()
H A Demlxs_fcf.c3059 if (hba->topology != TOPOLOGY_LOOP) { in emlxs_fc_fcftab_topo_mbcmpl()
3173 if (hba->topology != TOPOLOGY_LOOP) { in emlxs_fc_fcftab_topo_action()
3452 if (hba->topology != TOPOLOGY_LOOP) { in emlxs_fc_fcftab_cfglink_action()
12541 if (hba->topology != TOPOLOGY_LOOP) { in emlxs_vpi_port_online_action()
12561 if ((hba->topology == TOPOLOGY_LOOP) && ! (port->did)) { in emlxs_vpi_port_online_action()
12970 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_vpi_logi_failed_action()
H A Demlxs_sli3.c3944 if (hba->topology != TOPOLOGY_LOOP) { in emlxs_sli3_prep_ip_iocb()
4034 if (hba->topology != TOPOLOGY_LOOP) { in emlxs_sli3_prep_els_iocb()
H A Demlxs_solaris.c1605 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_fca_bind_port()
2437 if (hba->topology != TOPOLOGY_LOOP) { in emlxs_fca_get_map()
4315 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_fca_port_manage()
H A Demlxs_els.c608 altBbCredit = (hba->topology != TOPOLOGY_LOOP)? 1:0; in emlxs_handle_sol_flogi()
H A Demlxs_fcp.c1521 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_port_online()
H A Demlxs_fct.c1995 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_fct_get_link_info()
H A Demlxs_sli4.c4892 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_sli4_prep_els_iocb()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h1603 #define TOPOLOGY_LOOP 0x02 /* Topology is FC-AL (private) */ macro