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

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c404 * @in_tstamp: Ingress/egress 32b nanoseconds timestamp value
415 * 2) assume that the in_tstamp was captured 2^31 nanoseconds (~2.1
439 static u64 ice_ptp_extend_32b_ts(u64 cached_phc_time, u32 in_tstamp) argument
448 * time and the in_tstamp value
450 delta = (in_tstamp - phc_time_lo);
452 /* Do not assume that the in_tstamp is always more recent than the
454 * in_tstamp was taken in the past, and should be converted
459 delta = (phc_time_lo - in_tstamp);
471 * @in_tstamp: Ingress/egress 40b timestamp value
494 static u64 ice_ptp_extend_40b_ts(struct ice_pf *pf, u64 in_tstamp) argument
[all...]

Completed in 91 milliseconds