Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c943 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_fcio_get_host_params()
992 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_fcio_get_host_params()
1396 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_fcio_get_adapter_port_attrs()
1542 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_fcio_get_adapter_port_attrs()
1820 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_fcio_get_dev_list()
1898 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_fcio_get_dev_list()
2032 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_fcio_get_topology()
2191 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_fcio_get_disc_port_attrs()
2232 else if (hba->topology == TOPOLOGY_LOOP) { in emlxs_fcio_get_disc_port_attrs()
2323 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_fcio_get_disc_port_attrs()
[all …]
H A Demlxs_event.c619 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_log_link_event()
H A Demlxs_mbox.c1596 la.topology = TOPOLOGY_LOOP; in emlxs_read_la_mbcmpl()
1613 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()
12540 if (hba->topology != TOPOLOGY_LOOP) { in emlxs_vpi_port_online_action()
12560 if ((hba->topology == TOPOLOGY_LOOP) && ! (port->did)) { in emlxs_vpi_port_online_action()
12969 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_vpi_logi_failed_action()
H A Demlxs_sli3.c3939 if (hba->topology != TOPOLOGY_LOOP) { in emlxs_sli3_prep_ip_iocb()
4029 if (hba->topology != TOPOLOGY_LOOP) { in emlxs_sli3_prep_els_iocb()
H A Demlxs_solaris.c1604 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_fca_bind_port()
2427 if (hba->topology != TOPOLOGY_LOOP) { in emlxs_fca_get_map()
4305 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.c1518 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_port_online()
H A Demlxs_fct.c1984 if (hba->topology == TOPOLOGY_LOOP) {
H A Demlxs_sli4.c4552 if (hba->topology == TOPOLOGY_LOOP) { in emlxs_sli4_prep_els_iocb()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h1523 #define TOPOLOGY_LOOP 0x02 /* Topology is FC-AL (private) */ macro