Searched refs:FCS_ONLINE (Results 1 – 6 of 6) sorted by relevance
1175 atomic_read(&fcport->state) == FCS_ONLINE) in qlafx00_find_all_targets()1199 if (atomic_read(&fcport->state) != FCS_ONLINE) { in qlafx00_find_all_targets()1381 if (atomic_read(&fcport->state) == FCS_ONLINE) in qlafx00_abort_isp_cleanup()2512 if (atomic_read(&fcport->state) == FCS_ONLINE) in qlafx00_status_entry()
3137 if (atomic_read(&fcport->state) == FCS_ONLINE && in qla2x00_configure_local_loop()3259 if (atomic_read(&fcport->state) != FCS_ONLINE) in qla2x00_iidma_fcport()3340 qla2x00_set_fcport_state(fcport, FCS_ONLINE); in qla2x00_update_fcport()3346 qla2x00_set_fcport_state(fcport, FCS_ONLINE); in qla2x00_update_fcport()3479 atomic_read(&fcport->state) == FCS_ONLINE) { in qla2x00_configure_fabric()3814 (atomic_read(&fcport->state) == FCS_ONLINE || in qla2x00_find_all_fabric_devs()
924 if (atomic_read(&fcport->state) != FCS_ONLINE) in qla2x00_async_event()1028 if (atomic_read(&fcport->state) != FCS_ONLINE) in qla2x00_async_event()2339 if (atomic_read(&fcport->state) == FCS_ONLINE) in qla2x00_status_entry()
725 if (atomic_read(&fcport->state) != FCS_ONLINE) { in qla2xxx_queuecommand()3264 if (atomic_read(&fcport->state) == FCS_ONLINE && in qla2x00_mark_device_lost()3318 if (atomic_read(&fcport->state) == FCS_ONLINE) { in qla2x00_mark_all_devices_lost()4003 if (atomic_read(&fcport->state) != FCS_ONLINE && in qla2x00_relogin()
1316 if (atomic_read(&fcport->state) != FCS_ONLINE) { in qla24xx_iidma()
2041 #define FCS_ONLINE 4 macro