Searched refs:lun_reset (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/scsi/qedi/ |
| D | qedi_fw.c | 1150 bool lun_reset = false; in qedi_cleanup_all_io() local 1160 lun_reset = true; in qedi_cleanup_all_io() 1171 in_recovery, lun_reset); in qedi_cleanup_all_io() 1173 if (lun_reset) in qedi_cleanup_all_io() 1184 if (lun_reset) { in qedi_cleanup_all_io() 1209 if (lun_reset) in qedi_cleanup_all_io()
|
| /Linux-v5.15/drivers/scsi/qla2xxx/ |
| D | qla_os.c | 1430 if (ha->isp_ops->lun_reset(fcport, sdev->lun, 1) in qla2xxx_eh_device_reset() 2211 .lun_reset = qla2x00_lun_reset, 2250 .lun_reset = qla2x00_lun_reset, 2289 .lun_reset = qla24xx_lun_reset, 2328 .lun_reset = qla24xx_lun_reset, 2367 .lun_reset = qla24xx_lun_reset, 2406 .lun_reset = qla24xx_lun_reset, 2445 .lun_reset = qla24xx_lun_reset, 2484 .lun_reset = qla24xx_lun_reset, 2523 .lun_reset = qlafx00_lun_reset, [all …]
|
| D | qla_def.h | 3367 int (*lun_reset) (struct fc_port *, uint64_t, int); member
|
| /Linux-v5.15/Documentation/scsi/ |
| D | ChangeLog.lpfc | 569 * Have lpfc eh handlers, bus_reset and lun_reset, wait for all
|