Home
last modified time | relevance | path

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

/linux-6.15/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.c677 .total_allowed = 3, in scsi_probe_lun()
1449 .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()
H A Dsd.c4114 .total_allowed = 3, in sd_start_stop_device()
/linux-6.15/include/scsi/
H A Dscsi_device.h534 int total_allowed; member
/linux-6.15/drivers/scsi/device_handler/
H A Dscsi_dh_rdac.c552 .total_allowed = RDAC_RETRY_COUNT, in send_mode_select()