Lines Matching full:corrected
61 /* Minimum permitted length of a (corrected) synchronisation time */
64 /* Maximum permitted length of a (corrected) synchronisation time */
244 * @min_synchronisation_ns: Minimum acceptable corrected sync window
278 * @undersize_sync_windows: Number of corrected sync windows that are too small
279 * @oversize_sync_windows: Number of corrected sync windows that are too large
695 * a value to use for the minimum acceptable corrected synchronization in efx_ptp_get_attributes()
943 * host time so the corrected window time should be fairly constant in efx_ptp_process_times()
948 s32 window, corrected; in efx_ptp_process_times() local
959 corrected = window - wait.tv_nsec; in efx_ptp_process_times()
965 * Check that the corrected sync window is in a reasonable in efx_ptp_process_times()
972 } else if (corrected >= MAX_SYNCHRONISATION_NS) { in efx_ptp_process_times()
974 } else if (corrected < ptp->min_synchronisation_ns) { in efx_ptp_process_times()