Home
last modified time | relevance | path

Searched refs:FCS_ONLINE (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/drivers/scsi/qla2xxx/
Dqla_isr.c56 [FCS_ONLINE] = "ONLINE"
1674 if (atomic_read(&fcport->state) != FCS_ONLINE) in qla2x00_async_event()
2694 if (atomic_read(&fcport->state) == FCS_ONLINE) { in qla24xx_tm_iocb_entry()
2699 port_state_str[FCS_ONLINE], in qla24xx_tm_iocb_entry()
2832 if (atomic_read(&fcport->state) == FCS_ONLINE) { in qla24xx_nvme_iocb_entry()
2836 fcport->d_id.b24, port_state_str[FCS_ONLINE], in qla24xx_nvme_iocb_entry()
3616 if (atomic_read(&fcport->state) == FCS_ONLINE) { in qla2x00_status_entry()
3621 port_state_str[FCS_ONLINE], in qla2x00_status_entry()
Dqla_mr.c1153 atomic_read(&fcport->state) == FCS_ONLINE) in qlafx00_find_all_targets()
1177 if (atomic_read(&fcport->state) != FCS_ONLINE) { in qlafx00_find_all_targets()
1360 if (atomic_read(&fcport->state) == FCS_ONLINE) in qlafx00_abort_isp_cleanup()
2488 if (atomic_read(&fcport->state) == FCS_ONLINE) in qlafx00_status_entry()
Dqla_init.c1852 atomic_read(&fcport->state) == FCS_ONLINE) { in qla2x00_handle_rscn()
1868 if (atomic_read(&fcport->state) == FCS_ONLINE) { in qla2x00_handle_rscn()
1885 atomic_read(&fcport->state) == FCS_ONLINE) in qla2x00_handle_rscn()
1897 atomic_read(&fcport->state) == FCS_ONLINE) in qla2x00_handle_rscn()
1910 atomic_read(&fcport->state) == FCS_ONLINE) in qla2x00_handle_rscn()
5999 atomic_read(&fcport->state) == FCS_ONLINE) { in qla2x00_configure_local_loop()
6041 if (atomic_read(&fcport->state) != FCS_ONLINE) in qla2x00_iidma_fcport()
6089 if (atomic_read(&fcport->state) == FCS_ONLINE) in qla2x00_reg_remote_port()
6215 qla2x00_set_fcport_state(fcport, FCS_ONLINE); in qla2x00_update_fcport()
6606 (atomic_read(&fcport->state) == FCS_ONLINE || in qla2x00_find_all_fabric_devs()
[all …]
Dqla_bsg.c336 if (atomic_read(&fcport->state) != FCS_ONLINE) { in qla2x00_process_els()
1367 if (atomic_read(&fcport->state) != FCS_ONLINE) { in qla24xx_iidma()
Dqla_os.c939 if (atomic_read(&fcport->state) != FCS_ONLINE || fcport->deleted) { in qla2xxx_queuecommand()
1028 if (atomic_read(&fcport->state) != FCS_ONLINE || fcport->deleted) { in qla2xxx_mqueuecommand()
4089 if (atomic_read(&fcport->state) == FCS_ONLINE && in qla2x00_mark_device_lost()
5636 if (atomic_read(&fcport->state) != FCS_ONLINE && in qla2x00_relogin()
Dqla_edif.c804 if (atomic_read(&fcport->state) == FCS_ONLINE) { in qla_edif_app_authok()
1040 FCS_ONLINE ? 1 : 0); in qla_edif_app_getfcinfo()
Dqla_def.h2743 FCS_ONLINE, enumerator
5560 (!_fcport || IS_SESSION_DELETED(_fcport) || atomic_read(&_fcport->state) != FCS_ONLINE || \
Dqla_gs.c3331 atomic_read(&fcport->state) == FCS_ONLINE) || in qla24xx_async_gnnft_done()
Dqla_mbx.c4217 if (atomic_read(&fcport->state) == FCS_ONLINE) in qla24xx_report_id_acquisition()