Searched refs:SCSI_DEVICE_BLOCK_MAX_TIMEOUT (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/scsi/
H A Dscsi_priv.h205 #define SCSI_DEVICE_BLOCK_MAX_TIMEOUT 600 /* units in seconds */ macro
H A Dscsi_transport_srp.c79 * timeout to exceed SCSI_DEVICE_BLOCK_MAX_TIMEOUT nor allow dev_loss_tmo to
90 if (fast_io_fail_tmo > SCSI_DEVICE_BLOCK_MAX_TIMEOUT)
93 dev_loss_tmo > SCSI_DEVICE_BLOCK_MAX_TIMEOUT)
H A Dscsi_transport_fc.c50 * The maximum will be capped by the value of SCSI_DEVICE_BLOCK_MAX_TIMEOUT.
59 " between 1 and SCSI_DEVICE_BLOCK_MAX_TIMEOUT if"
1168 * dev_loss_tmo at SCSI_DEVICE_BLOCK_MAX_TIMEOUT
1171 val > SCSI_DEVICE_BLOCK_MAX_TIMEOUT)
1329 * SCSI_DEVICE_BLOCK_MAX_TIMEOUT.
1332 (val > SCSI_DEVICE_BLOCK_MAX_TIMEOUT))
/linux-master/drivers/infiniband/ulp/srp/
H A Dib_srp.c121 " between 1 and " __stringify(SCSI_DEVICE_BLOCK_MAX_TIMEOUT)

Completed in 217 milliseconds