Home
last modified time | relevance | path

Searched refs:eh_timeout (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/scsi/
H A Dscsi_sysfs.c727 return snprintf(buf, 20, "%u\n", sdev->eh_timeout / HZ); in sdev_show_eh_timeout()
735 unsigned int eh_timeout; in sdev_store_eh_timeout() local
742 err = kstrtouint(buf, 10, &eh_timeout); in sdev_store_eh_timeout()
745 sdev->eh_timeout = eh_timeout * HZ; in sdev_store_eh_timeout()
749 static DEVICE_ATTR(eh_timeout, S_IRUGO | S_IWUSR, sdev_show_eh_timeout, sdev_store_eh_timeout);
H A Dscsi_error.c1252 return scsi_send_eh_cmnd(scmd, NULL, 0, scmd->device->eh_timeout, ~0); in scsi_request_sense()
1392 scmd->device->eh_timeout, 0); in scsi_eh_tur()
1481 scmd->device->eh_timeout, 0); in scsi_eh_try_stu()
H A Dscsi_scan.c1057 sdev->eh_timeout = SCSI_DEFAULT_EH_TIMEOUT; in scsi_add_lun()
H A Dhpsa.c2161 sdev->eh_timeout = HPSA_EH_PTRAID_TIMEOUT; in hpsa_sdev_configure()
2166 sdev->eh_timeout = CTLR_TIMEOUT; in hpsa_sdev_configure()
/linux/include/scsi/
H A Dscsi_device.h160 unsigned int eh_timeout; /* Error handling timeout */ member
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c4593 sdev->eh_timeout = MPI3MR_EH_SCMD_TIMEOUT; in mpi3mr_sdev_configure()