Searched refs:full_ts_in_ns (Results 1 – 3 of 3) sorted by relevance
669 u64 full_ts_in_ns; in sparx5_ptp_rxtstamp() local680 full_ts_in_ns = ktime_set(ts.tv_sec, ts.tv_nsec); in sparx5_ptp_rxtstamp()683 shhwtstamps->hwtstamp = full_ts_in_ns; in sparx5_ptp_rxtstamp()
1096 u64 full_ts_in_ns; in lan966x_ptp_rxtstamp() local1109 full_ts_in_ns = ktime_set(ts.tv_sec, ts.tv_nsec); in lan966x_ptp_rxtstamp()1112 shhwtstamps->hwtstamp = full_ts_in_ns; in lan966x_ptp_rxtstamp()
980 u64 tod_in_ns, full_ts_in_ns; in ocelot_ptp_rx_timestamp() local987 full_ts_in_ns = (((tod_in_ns >> 32) - 1) << 32) | in ocelot_ptp_rx_timestamp()990 full_ts_in_ns = (tod_in_ns & GENMASK_ULL(63, 32)) | in ocelot_ptp_rx_timestamp()995 shhwtstamps->hwtstamp = full_ts_in_ns; in ocelot_ptp_rx_timestamp()
Completed in 9 milliseconds