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

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c402 * ice_ptp_extend_32b_ts - Convert a 32b nanoseconds timestamp to 64b
439 static u64 ice_ptp_extend_32b_ts(u64 cached_phc_time, u32 in_tstamp) function
491 * See ice_ptp_extend_32b_ts for a detailed explanation of the extension
506 return ice_ptp_extend_32b_ts(pf->ptp.cached_phc_time,
2289 /* Use ice_ptp_extend_32b_ts directly, using the ring-specific cached
2296 ts_ns = ice_ptp_extend_32b_ts(cached_time, ts_high);

Completed in 116 milliseconds