Home
last modified time | relevance | path

Searched refs:current_topology (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.6/drivers/scsi/qla2xxx/
Dqla_init.c848 switch (vha->hw->current_topology) { in qla24xx_handle_gnl_done_event()
945 switch (vha->hw->current_topology) { in qla24xx_handle_gnl_done_event()
1703 switch (vha->hw->current_topology) { in qla24xx_fcport_handle_login()
1739 switch (vha->hw->current_topology) { in qla24xx_fcport_handle_login()
5052 ha->current_topology = ISP_CFG_NL; in qla2x00_configure_hba()
5059 ha->current_topology = ISP_CFG_FL; in qla2x00_configure_hba()
5067 ha->current_topology = ISP_CFG_N; in qla2x00_configure_hba()
5075 ha->current_topology = ISP_CFG_F; in qla2x00_configure_hba()
5083 ha->current_topology = ISP_CFG_NL; in qla2x00_configure_hba()
5671 if ((ha->current_topology == ISP_CFG_FL || in qla2x00_configure_loop()
[all …]
Dqla_mid.c215 !(ha->current_topology & ISP_CFG_F)) { in qla24xx_enable_vp()
221 ha->current_topology); in qla24xx_enable_vp()
437 if (!(ha->current_topology & ISP_CFG_F)) in qla2x00_do_dpc_all_vps()
Dqla_def.h4231 uint8_t current_topology; member
5452 if (_ha->current_topology) \
5453 _ha->prev_topology = _ha->current_topology; \
5457 ((ha->prev_topology == ISP_CFG_N && !ha->current_topology) || \
5458 ha->current_topology == ISP_CFG_N || \
5459 !ha->current_topology)
Dqla_mbx.c4011 ha->current_topology = ISP_CFG_NL; in qla24xx_report_id_acquisition()
4032 ha->current_topology = ISP_CFG_N; in qla24xx_report_id_acquisition()
4102 ha->current_topology = ISP_CFG_FL; in qla24xx_report_id_acquisition()
4105 ha->current_topology = ISP_CFG_F; in qla24xx_report_id_acquisition()
4112 ha->current_topology = ISP_CFG_F; in qla24xx_report_id_acquisition()
4178 ha->current_topology = ISP_CFG_N; in qla24xx_report_id_acquisition()
Dqla_attr.c1183 switch (ha->current_topology) { in qla2x00_link_state_show()
2616 switch (vha->hw->current_topology) { in qla2x00_get_host_port_type()
Dqla_bsg.c831 ((ha->current_topology == ISP_CFG_F && (elreq.options & 7) >= 2) || in qla2x00_process_loopback()
1855 if (ha->current_topology != ISP_CFG_F) { in qla24xx_process_bidir_cmd()
Dqla_isr.c1484 ha->current_topology = 0; in qla2x00_async_event()
1505 (ha->current_topology == ISP_CFG_F)) { in qla2x00_async_event()
Dqla_os.c5639 if (vha->hw->current_topology != ISP_CFG_NL) { in qla2x00_relogin()
5643 } else if (vha->hw->current_topology == in qla2x00_relogin()
5648 } else if (vha->hw->current_topology == in qla2x00_relogin()
Dqla_mr.c1755 vha->hw->current_topology = ISP_CFG_F; in qlafx00_update_host_attr()
Dqla_target.c5131 if (ha->current_topology != ISP_CFG_F) { in qlt_24xx_handle_els()
6150 if (vha->hw->current_topology == ISP_CFG_F) in qlt_get_port_database()