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

/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dptp.c430 #define S27_MINOR_MAX (1 << S27_TO_NS_SHIFT) macro
445 if (min >= S27_MINOR_MAX) { efx_ptp_ns_to_s27()
446 min -= S27_MINOR_MAX; efx_ptp_ns_to_s27()
467 nic_minor += S27_MINOR_MAX; efx_ptp_s27_to_ktime_correction()
469 } else if (nic_minor >= S27_MINOR_MAX) { efx_ptp_s27_to_ktime_correction()
470 nic_minor -= S27_MINOR_MAX; efx_ptp_s27_to_ktime_correction()

Completed in 47 milliseconds