Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Dptp.c467 #define S27_MINOR_MAX (1 << S27_TO_NS_SHIFT) macro
482 if (min >= S27_MINOR_MAX) { in efx_ptp_ns_to_s27()
483 min -= S27_MINOR_MAX; in efx_ptp_ns_to_s27()
504 nic_minor += S27_MINOR_MAX; in efx_ptp_s27_to_ktime_correction()
506 } else if (nic_minor >= S27_MINOR_MAX) { in efx_ptp_s27_to_ktime_correction()
507 nic_minor -= S27_MINOR_MAX; in efx_ptp_s27_to_ktime_correction()