Searched refs:SCIF_SAS_IO_RETRY_LIMIT (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/isci/scil/
H A Dscif_sas_io_request.h80 #define SCIF_SAS_IO_RETRY_LIMIT 0xFF macro
H A Dscif_sas_smp_remote_device.c1024 U32 retry_wait_duration = (SCIF_DOMAIN_DISCOVER_TIMEOUT / 2) / SCIF_SAS_IO_RETRY_LIMIT;
1026 if (io_retry_count < SCIF_SAS_IO_RETRY_LIMIT)
1059 if (io_retry_count < SCIF_SAS_IO_RETRY_LIMIT)
1109 SCIF_SAS_IO_RETRY_LIMIT);
1114 if (io_retry_count < SCIF_SAS_IO_RETRY_LIMIT)
H A Dscif_sas_controller_state_handlers.c1156 if ( retry_count < SCIF_SAS_IO_RETRY_LIMIT)

Completed in 135 milliseconds