Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/
Dptp.c469 #define S27_MINOR_MAX (1 << S27_TO_NS_SHIFT) macro
484 if (min >= S27_MINOR_MAX) { in efx_ptp_ns_to_s27()
485 min -= S27_MINOR_MAX; in efx_ptp_ns_to_s27()
506 nic_minor += S27_MINOR_MAX; in efx_ptp_s27_to_ktime_correction()
508 } else if (nic_minor >= S27_MINOR_MAX) { in efx_ptp_s27_to_ktime_correction()
509 nic_minor -= S27_MINOR_MAX; in efx_ptp_s27_to_ktime_correction()