Lines Matching refs:correction
306 s32 correction);
450 s32 correction) in efx_ptp_s_ns_to_ktime_correction() argument
453 if (correction >= 0) in efx_ptp_s_ns_to_ktime_correction()
454 kt = ktime_add_ns(kt, (u64)correction); in efx_ptp_s_ns_to_ktime_correction()
456 kt = ktime_sub_ns(kt, (u64)-correction); in efx_ptp_s_ns_to_ktime_correction()
499 s32 correction) in efx_ptp_s27_to_ktime_correction() argument
502 nic_minor += correction; in efx_ptp_s27_to_ktime_correction()
524 s32 correction) in efx_ptp_s_qns_to_ktime_correction() argument
529 correction = DIV_ROUND_CLOSEST(correction, 4); in efx_ptp_s_qns_to_ktime_correction()
533 if (correction >= 0) in efx_ptp_s_qns_to_ktime_correction()
534 kt = ktime_add_ns(kt, (u64)correction); in efx_ptp_s_qns_to_ktime_correction()
536 kt = ktime_sub_ns(kt, (u64)-correction); in efx_ptp_s_qns_to_ktime_correction()
568 s32 correction) in efx_ptp_mac_nic_to_ktime_correction() argument
611 correction); in efx_ptp_mac_nic_to_ktime_correction()