Home
last modified time | relevance | path

Searched refs:FCS_DEVICE_DEAD (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_os.c727 if (atomic_read(&fcport->state) == FCS_DEVICE_DEAD || in qla2xxx_queuecommand()
3276 if (atomic_read(&fcport->state) != FCS_DEVICE_DEAD) in qla2x00_mark_device_lost()
3318 if (atomic_read(&fcport->state) == FCS_DEVICE_DEAD) in qla2x00_mark_all_devices_lost()
Dqla_attr.c1775 qla2x00_set_fcport_state(fcport, FCS_DEVICE_DEAD); in qla2x00_dev_loss_tmo_callbk()
Dqla_def.h2039 #define FCS_DEVICE_DEAD 2 macro