Home
last modified time | relevance | path

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

/linux/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_core.c221 u64 ns_ts; in peak_usb_netif_rx_64() local
223 ns_ts = (u64)ts_high << 32 | ts_low; in peak_usb_netif_rx_64()
224 ns_ts *= NSEC_PER_USEC; in peak_usb_netif_rx_64()
225 hwts->hwtstamp = ns_to_ktime(ns_ts); in peak_usb_netif_rx_64()