Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mscc/
Docelot.c835 u64 tod_in_ns, full_ts_in_ns; in ocelot_xtr_poll_frame() local
900 full_ts_in_ns = (((tod_in_ns >> 32) - 1) << 32) | in ocelot_xtr_poll_frame()
903 full_ts_in_ns = (tod_in_ns & GENMASK_ULL(63, 32)) | in ocelot_xtr_poll_frame()
908 shhwtstamps->hwtstamp = full_ts_in_ns; in ocelot_xtr_poll_frame()