Searched refs:FCS_DEVICE_DEAD (Results 1 – 3 of 3) sorted by relevance
904 if (atomic_read(&fcport->state) == FCS_DEVICE_DEAD || in qla2xxx_queuecommand()993 if (atomic_read(&fcport->state) == FCS_DEVICE_DEAD || in qla2xxx_mqueuecommand()4003 if (atomic_read(&fcport->state) != FCS_DEVICE_DEAD) in qla2x00_mark_device_lost()
2693 qla2x00_set_fcport_state(fcport, FCS_DEVICE_DEAD); in qla2x00_dev_loss_tmo_callbk()
2670 #define FCS_DEVICE_DEAD 2 macro