Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
A Dptp.c444 *nic_major = (u32)ts.tv_sec; in efx_ptp_ns_to_s_ns()
486 *nic_major = maj; in efx_ptp_ns_to_s27()
494 return ktime_set(nic_major, ns); in efx_ptp_s27_to_ktime()
504 nic_major--; in efx_ptp_s27_to_ktime_correction()
507 nic_major++; in efx_ptp_s27_to_ktime_correction()
518 *nic_major = (u32)ts.tv_sec; in efx_ptp_ns_to_s_qns()
560 u32 nic_major, u32 nic_minor, in efx_ptp_mac_nic_to_ktime_correction() argument
567 if (!(nic_major & 0x80000000)) { in efx_ptp_mac_nic_to_ktime_correction()
568 WARN_ON_ONCE(nic_major >> 16); in efx_ptp_mac_nic_to_ktime_correction()
596 delta = nic_major - sync_timestamp; in efx_ptp_mac_nic_to_ktime_correction()
[all …]

Completed in 9 milliseconds