Home
last modified time | relevance | path

Searched refs:total_allowed (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/
H A Dscsi_lib_test.c246 failures.total_allowed = SCSI_LIB_TEST_TOTAL_MAX_ALLOWED; in scsi_lib_test_total_allowed()
292 failures.total_allowed = SCSI_LIB_TEST_TOTAL_MAX_ALLOWED; in scsi_lib_test_mixed_total()
H A Dscsi_scan.c676 .total_allowed = 3, in scsi_probe_lun()
1448 .total_allowed = 3, in scsi_report_lun_scan()
H A Dscsi_lib.c272 if (failures->total_allowed == SCMD_FAILURE_NO_LIMIT || in scsi_check_passthrough()
273 ++failures->total_retries <= failures->total_allowed) in scsi_check_passthrough()
/linux/include/scsi/
H A Dscsi_device.h531 int total_allowed; member
/linux/drivers/scsi/device_handler/
H A Dscsi_dh_rdac.c552 .total_allowed = RDAC_RETRY_COUNT, in send_mode_select()