Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/can/usb/peak_usb/
Dpcan_usb_core.c212 u64 ns_ts; in peak_usb_netif_rx_64() local
214 ns_ts = (u64)ts_high << 32 | ts_low; in peak_usb_netif_rx_64()
215 ns_ts *= NSEC_PER_USEC; in peak_usb_netif_rx_64()
216 hwts->hwtstamp = ns_to_ktime(ns_ts); in peak_usb_netif_rx_64()