Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_mid.c195 !(ha->current_topology & ISP_CFG_F)) { in qla24xx_enable_vp()
201 ha->current_topology); in qla24xx_enable_vp()
409 if (!(ha->current_topology & ISP_CFG_F)) in qla2x00_do_dpc_all_vps()
Dqla_init.c626 switch (vha->hw->current_topology) { in qla24xx_handle_gnl_done_event()
696 switch (vha->hw->current_topology) { in qla24xx_handle_gnl_done_event()
1343 switch (vha->hw->current_topology) { in qla24xx_fcport_handle_login()
1384 switch (vha->hw->current_topology) { in qla24xx_fcport_handle_login()
4224 ha->current_topology = ISP_CFG_NL; in qla2x00_configure_hba()
4231 ha->current_topology = ISP_CFG_FL; in qla2x00_configure_hba()
4238 ha->current_topology = ISP_CFG_N; in qla2x00_configure_hba()
4246 ha->current_topology = ISP_CFG_F; in qla2x00_configure_hba()
4253 ha->current_topology = ISP_CFG_NL; in qla2x00_configure_hba()
4794 if (ha->current_topology == ISP_CFG_FL && in qla2x00_configure_loop()
[all …]
Dqla_def.h3696 uint8_t current_topology; member
4643 if (_ha->current_topology) \
4644 _ha->prev_topology = _ha->current_topology; \
4648 ((ha->prev_topology == ISP_CFG_N && !ha->current_topology) || \
4649 ha->current_topology == ISP_CFG_N || \
4650 !ha->current_topology)
Dqla_mbx.c3827 ha->current_topology = ISP_CFG_NL; in qla24xx_report_id_acquisition()
3848 ha->current_topology = ISP_CFG_N; in qla24xx_report_id_acquisition()
3901 ha->current_topology = ISP_CFG_FL; in qla24xx_report_id_acquisition()
3904 ha->current_topology = ISP_CFG_F; in qla24xx_report_id_acquisition()
3911 ha->current_topology = ISP_CFG_F; in qla24xx_report_id_acquisition()
3977 ha->current_topology = ISP_CFG_N; in qla24xx_report_id_acquisition()
Dqla_attr.c1065 switch (ha->current_topology) { in qla2x00_link_state_show()
1682 switch (vha->hw->current_topology) { in qla2x00_get_host_port_type()
Dqla_bsg.c799 (ha->current_topology == ISP_CFG_F || in qla2x00_process_loopback()
1813 if (ha->current_topology != ISP_CFG_F) { in qla24xx_process_bidir_cmd()
Dqla_os.c5117 if (vha->hw->current_topology != ISP_CFG_NL) { in qla2x00_relogin()
5122 } else if (vha->hw->current_topology == in qla2x00_relogin()
Dqla_mr.c1781 vha->hw->current_topology = ISP_CFG_F; in qlafx00_update_host_attr()
Dqla_target.c4978 if (ha->current_topology != ISP_CFG_F) { in qlt_24xx_handle_els()
5947 if (vha->hw->current_topology == ISP_CFG_F) in qlt_get_port_database()
Dqla_isr.c818 ha->current_topology = 0; in qla2x00_async_event()