Lines Matching refs:correction
309 s32 correction);
453 s32 correction) in efx_ptp_s_ns_to_ktime_correction() argument
456 if (correction >= 0) in efx_ptp_s_ns_to_ktime_correction()
457 kt = ktime_add_ns(kt, (u64)correction); in efx_ptp_s_ns_to_ktime_correction()
459 kt = ktime_sub_ns(kt, (u64)-correction); in efx_ptp_s_ns_to_ktime_correction()
502 s32 correction) in efx_ptp_s27_to_ktime_correction() argument
505 nic_minor += correction; in efx_ptp_s27_to_ktime_correction()
527 s32 correction) in efx_ptp_s_qns_to_ktime_correction() argument
532 correction = DIV_ROUND_CLOSEST(correction, 4); in efx_ptp_s_qns_to_ktime_correction()
536 if (correction >= 0) in efx_ptp_s_qns_to_ktime_correction()
537 kt = ktime_add_ns(kt, (u64)correction); in efx_ptp_s_qns_to_ktime_correction()
539 kt = ktime_sub_ns(kt, (u64)-correction); in efx_ptp_s_qns_to_ktime_correction()
571 s32 correction) in efx_ptp_mac_nic_to_ktime_correction() argument
614 correction); in efx_ptp_mac_nic_to_ktime_correction()