Searched refs:io_retry_count (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_smp_remote_device.h187 U8 io_retry_count; member in struct:SCIF_SAS_SMP_REMOTE_DEVICE
331 U8 io_retry_count,
H A Dscif_sas_smp_remote_device.c108 fw_device->protocol_device.smp_device.io_retry_count = 0;
999 U8 io_retry_count = fw_io->retry_count; local
1026 if (io_retry_count < SCIF_SAS_IO_RETRY_LIMIT)
1028 fw_device, io_retry_count, retry_wait_duration);
1059 if (io_retry_count < SCIF_SAS_IO_RETRY_LIMIT)
1114 if (io_retry_count < SCIF_SAS_IO_RETRY_LIMIT)
1117 fw_device, io_retry_count, delay);
1697 * @param[in] io_retry_count current count for times the IO being retried.
1704 U8 io_retry_count,
1712 fw_device, io_retry_count, dela
1702 scif_sas_smp_remote_device_retry_internal_io( SCIF_SAS_REMOTE_DEVICE_T * fw_device, U8 io_retry_count, U32 delay ) argument
[all...]
H A Dscif_sas_smp_io_request.c460 U8 retry_count = fw_device->protocol_device.smp_device.io_retry_count;
/freebsd-11-stable/usr.sbin/camdd/
H A Dcamdd.c485 int probe_timeout, int io_retry_count,
1256 int probe_timeout, int io_retry_count, int io_timeout)
1397 dev = camdd_alloc_dev(CAMDD_DEV_PASS, &ke, 1, io_retry_count,
3044 /*io_retry_count*/ retry_count,
1254 camdd_probe_pass(struct cam_device *cam_dev, struct camdd_io_opts *io_opts, camdd_argmask arglist, int probe_retry_count, int probe_timeout, int io_retry_count, int io_timeout) argument

Completed in 187 milliseconds