Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/sfc/siena/
H A Dptp.c445 *nic_minor = ts.tv_nsec; in efx_ptp_ns_to_s_ns()
487 *nic_minor = min; in efx_ptp_ns_to_s27()
501 nic_minor += correction; in efx_ptp_s27_to_ktime_correction()
502 if ((s32)nic_minor < 0) { in efx_ptp_s27_to_ktime_correction()
503 nic_minor += S27_MINOR_MAX; in efx_ptp_s27_to_ktime_correction()
506 nic_minor -= S27_MINOR_MAX; in efx_ptp_s27_to_ktime_correction()
519 *nic_minor = ts.tv_nsec * 4; in efx_ptp_ns_to_s_qns()
527 nic_minor = DIV_ROUND_CLOSEST(nic_minor, 4); in efx_ptp_s_qns_to_ktime_correction()
530 kt = ktime_set(nic_major, nic_minor); in efx_ptp_s_qns_to_ktime_correction()
560 u32 nic_major, u32 nic_minor, in efx_ptp_mac_nic_to_ktime_correction() argument
[all …]
/linux-6.15/drivers/net/ethernet/sfc/
H A Dptp.c474 *nic_minor = min; in efx_ptp_ns_to_s27()
488 nic_minor += correction; in efx_ptp_s27_to_ktime_correction()
489 if ((s32)nic_minor < 0) { in efx_ptp_s27_to_ktime_correction()
490 nic_minor += S27_MINOR_MAX; in efx_ptp_s27_to_ktime_correction()
492 } else if (nic_minor >= S27_MINOR_MAX) { in efx_ptp_s27_to_ktime_correction()
493 nic_minor -= S27_MINOR_MAX; in efx_ptp_s27_to_ktime_correction()
506 *nic_minor = ts.tv_nsec * 4; in efx_ptp_ns_to_s_qns()
514 nic_minor = DIV_ROUND_CLOSEST(nic_minor, 4); in efx_ptp_s_qns_to_ktime_correction()
517 kt = ktime_set(nic_major, nic_minor); in efx_ptp_s_qns_to_ktime_correction()
553 u32 nic_major, u32 nic_minor, in efx_ptp_mac_nic_to_ktime_correction() argument
[all …]