Searched refs:lun_reset (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/scsi/qedi/ |
D | qedi_fw.c | 1190 bool lun_reset = false; in qedi_cleanup_all_io() local 1200 lun_reset = true; in qedi_cleanup_all_io() 1211 in_recovery, lun_reset); in qedi_cleanup_all_io() 1213 if (lun_reset) in qedi_cleanup_all_io() 1224 if (lun_reset) { in qedi_cleanup_all_io() 1248 if (lun_reset) in qedi_cleanup_all_io()
|
/Linux-v5.4/drivers/scsi/qla2xxx/ |
D | qla_os.c | 1458 ha->isp_ops->lun_reset); in qla2xxx_eh_device_reset() 2131 .lun_reset = qla2x00_lun_reset, 2170 .lun_reset = qla2x00_lun_reset, 2209 .lun_reset = qla24xx_lun_reset, 2248 .lun_reset = qla24xx_lun_reset, 2287 .lun_reset = qla24xx_lun_reset, 2326 .lun_reset = qla24xx_lun_reset, 2365 .lun_reset = qla24xx_lun_reset, 2404 .lun_reset = qla24xx_lun_reset, 2443 .lun_reset = qlafx00_lun_reset, [all …]
|
D | qla_def.h | 3181 int (*lun_reset) (struct fc_port *, uint64_t, int); member
|
/Linux-v5.4/Documentation/scsi/ |
D | ChangeLog.lpfc | 569 * Have lpfc eh handlers, bus_reset and lun_reset, wait for all
|