Home
last modified time | relevance | path

Searched refs:io_retry_count (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/dev/isci/scil/
Dscif_sas_smp_remote_device.c108 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 …]
Dscif_sas_smp_remote_device.h187 U8 io_retry_count; member
331 U8 io_retry_count,
Dscif_sas_smp_io_request.c460 U8 retry_count = fw_device->protocol_device.smp_device.io_retry_count; in scif_sas_smp_internal_request_retry()