Searched refs:io_retry_count (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/isci/scil/ |
H A D | scif_sas_smp_remote_device.c | 108 fw_device->protocol_device.smp_device.io_retry_count = 0; in scif_sas_smp_remote_device_clear() 999 U8 io_retry_count = fw_io->retry_count; in scif_sas_smp_remote_device_continue_current_activity() local 1026 if (io_retry_count < SCIF_SAS_IO_RETRY_LIMIT) in scif_sas_smp_remote_device_continue_current_activity() 1028 fw_device, io_retry_count, retry_wait_duration); in scif_sas_smp_remote_device_continue_current_activity() 1059 if (io_retry_count < SCIF_SAS_IO_RETRY_LIMIT) in scif_sas_smp_remote_device_continue_current_activity() 1114 if (io_retry_count < SCIF_SAS_IO_RETRY_LIMIT) in scif_sas_smp_remote_device_continue_current_activity() 1117 fw_device, io_retry_count, delay); in scif_sas_smp_remote_device_continue_current_activity() 1704 U8 io_retry_count, in scif_sas_smp_remote_device_retry_internal_io() argument 1712 fw_device, io_retry_count, delay in scif_sas_smp_remote_device_retry_internal_io() 1715 fw_device->protocol_device.smp_device.io_retry_count = in scif_sas_smp_remote_device_retry_internal_io() [all …]
|
H A D | scif_sas_smp_remote_device.h | 187 U8 io_retry_count; member 331 U8 io_retry_count,
|
H A D | scif_sas_smp_io_request.c | 460 U8 retry_count = fw_device->protocol_device.smp_device.io_retry_count; in scif_sas_smp_internal_request_retry()
|
/freebsd/usr.sbin/camdd/ |
H A D | camdd.c | 465 int probe_timeout, int io_retry_count, 1453 int probe_timeout, int io_retry_count, int io_timeout) in camdd_probe_pass() argument 1540 dev = camdd_alloc_dev(CAMDD_DEV_PASS, &ke, 1, io_retry_count, in camdd_probe_pass()
|