Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/qla2xxx/
Dqla_mr.c1273 if (atomic_read(&fcport->state) == FCS_DEVICE_LOST) { in qlafx00_configure_all_targets()
1384 qla2x00_set_fcport_state(fcport, FCS_DEVICE_LOST); in qlafx00_abort_isp_cleanup()
Dqla_os.c3925 qla2x00_set_fcport_state(fcport, FCS_DEVICE_LOST); in qla2x00_mark_device_lost()
3932 qla2x00_set_fcport_state(fcport, FCS_DEVICE_LOST); in qla2x00_mark_device_lost()
3940 qla2x00_set_fcport_state(fcport, FCS_DEVICE_LOST); in qla2x00_mark_device_lost()
Dqla_def.h2584 #define FCS_DEVICE_LOST 3 macro