Lines Matching refs:correction
303 s32 correction);
452 s32 correction) in efx_ptp_s_ns_to_ktime_correction() argument
455 if (correction >= 0) in efx_ptp_s_ns_to_ktime_correction()
456 kt = ktime_add_ns(kt, (u64)correction); in efx_ptp_s_ns_to_ktime_correction()
458 kt = ktime_sub_ns(kt, (u64)-correction); in efx_ptp_s_ns_to_ktime_correction()
501 s32 correction) in efx_ptp_s27_to_ktime_correction() argument
504 nic_minor += correction; in efx_ptp_s27_to_ktime_correction()
526 s32 correction) in efx_ptp_s_qns_to_ktime_correction() argument
531 correction = DIV_ROUND_CLOSEST(correction, 4); in efx_ptp_s_qns_to_ktime_correction()
535 if (correction >= 0) in efx_ptp_s_qns_to_ktime_correction()
536 kt = ktime_add_ns(kt, (u64)correction); in efx_ptp_s_qns_to_ktime_correction()
538 kt = ktime_sub_ns(kt, (u64)-correction); in efx_ptp_s_qns_to_ktime_correction()
564 s32 correction) in efx_ptp_mac_nic_to_ktime_correction() argument
575 correction); in efx_ptp_mac_nic_to_ktime_correction()