Lines Matching refs:kt
506 ktime_t kt;
511 kt = ktime_set(nic_major, nic_minor);
514 kt = ktime_add_ns(kt, (u64)correction);
516 kt = ktime_sub_ns(kt, (u64)-correction);
517 return kt;
551 ktime_t kt = { 0 };
590 kt = ptp->nic_to_kernel_time(nic_major, nic_minor,
593 return kt;
600 ktime_t kt;
603 kt = efx_ptp_mac_nic_to_ktime_correction(efx, ptp,
608 kt = ptp->nic_to_kernel_time(
612 return kt;
2159 ktime_t kt;
2169 kt = ptp_data->nic_to_kernel_time(
2172 *ts = ktime_to_timespec64(kt);