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()2514 if (atomic_read(&fcport->state) == FCS_ONLINE) in qlafx00_status_entry()
3088 if (atomic_read(&fcport->state) == FCS_ONLINE && in qla2x00_configure_local_loop()3210 if (atomic_read(&fcport->state) != FCS_ONLINE) in qla2x00_iidma_fcport()3293 qla2x00_set_fcport_state(fcport, FCS_ONLINE); in qla2x00_update_fcport()3300 qla2x00_set_fcport_state(fcport, FCS_ONLINE); in qla2x00_update_fcport()3424 atomic_read(&fcport->state) == FCS_ONLINE) { in qla2x00_configure_fabric()3759 (atomic_read(&fcport->state) == FCS_ONLINE || in qla2x00_find_all_fabric_devs()
727 if (atomic_read(&fcport->state) != FCS_ONLINE) { in qla2xxx_queuecommand()3341 if (atomic_read(&fcport->state) == FCS_ONLINE && in qla2x00_mark_device_lost()3394 if (atomic_read(&fcport->state) == FCS_ONLINE) { in qla2x00_mark_all_devices_lost()4079 if (atomic_read(&fcport->state) != FCS_ONLINE && in qla2x00_relogin()
988 if (atomic_read(&fcport->state) != FCS_ONLINE) in qla2x00_async_event()2296 if (atomic_read(&fcport->state) == FCS_ONLINE) in qla2x00_status_entry()
1316 if (atomic_read(&fcport->state) != FCS_ONLINE) { in qla24xx_iidma()
2041 #define FCS_ONLINE 4 macro