Home
last modified time | relevance | path

Searched refs:ice_ptp_extend_32b_ts (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c494 * ice_ptp_extend_32b_ts - Convert a 32b nanoseconds timestamp to 64b
531 static u64 ice_ptp_extend_32b_ts(u64 cached_phc_time, u32 in_tstamp) in ice_ptp_extend_32b_ts() function
583 * See ice_ptp_extend_32b_ts for a detailed explanation of the extension
598 return ice_ptp_extend_32b_ts(pf->ptp.cached_phc_time, in ice_ptp_extend_40b_ts()
2175 /* Use ice_ptp_extend_32b_ts directly, using the ring-specific cached in ice_ptp_rx_hwtstamp()
2182 ts_ns = ice_ptp_extend_32b_ts(cached_time, ts_high); in ice_ptp_rx_hwtstamp()

Completed in 5 milliseconds