Searched refs:FCS_ONLINE (Results 1 – 7 of 7) sorted by relevance
1177 atomic_read(&fcport->state) == FCS_ONLINE) in qlafx00_find_all_targets()1201 if (atomic_read(&fcport->state) != FCS_ONLINE) { in qlafx00_find_all_targets()1383 if (atomic_read(&fcport->state) == FCS_ONLINE) in qlafx00_abort_isp_cleanup()2516 if (atomic_read(&fcport->state) == FCS_ONLINE) in qlafx00_status_entry()
5082 atomic_read(&fcport->state) == FCS_ONLINE) { in qla2x00_configure_local_loop()5125 if (atomic_read(&fcport->state) != FCS_ONLINE) in qla2x00_iidma_fcport()5173 if (atomic_read(&fcport->state) == FCS_ONLINE) in qla2x00_reg_remote_port()5252 qla2x00_set_fcport_state(fcport, FCS_ONLINE); in qla2x00_update_fcport()5293 qla2x00_set_fcport_state(fcport, FCS_ONLINE); in qla2x00_update_fcport()5633 (atomic_read(&fcport->state) == FCS_ONLINE || in qla2x00_find_all_fabric_devs()5722 atomic_read(&fcport->state) == FCS_ONLINE) { in qla2x00_find_all_fabric_devs()
905 if (atomic_read(&fcport->state) != FCS_ONLINE) { in qla2xxx_queuecommand()991 if (atomic_read(&fcport->state) != FCS_ONLINE) { in qla2xxx_mqueuecommand()3821 if (atomic_read(&fcport->state) == FCS_ONLINE && in qla2x00_mark_device_lost()3873 if (atomic_read(&fcport->state) == FCS_ONLINE) { in qla2x00_mark_all_devices_lost()5107 if (atomic_read(&fcport->state) != FCS_ONLINE && in qla2x00_relogin()
1007 if (atomic_read(&fcport->state) != FCS_ONLINE) in qla2x00_async_event()2685 if (atomic_read(&fcport->state) == FCS_ONLINE) { in qla2x00_status_entry()
3031 FCS_ONLINE) ? "adisc" : "gnl"); in qla24xx_handle_gidpn_event()3034 FCS_ONLINE) { in qla24xx_handle_gidpn_event()3992 atomic_read(&fcport->state) == FCS_ONLINE) { in qla24xx_async_gnnft_done()
1336 if (atomic_read(&fcport->state) != FCS_ONLINE) { in qla24xx_iidma()
2452 #define FCS_ONLINE 4 macro