Searched refs:ts_high (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/can/dev/ |
A D | peak_canfd.h | 168 __le32 ts_high; member 185 __le32 ts_high; member 206 __le32 ts_high; member 227 __le32 ts_high; member
|
/linux/drivers/net/can/peak_canfd/ |
A D | peak_canfd.c | 235 static int pucan_netif_rx(struct sk_buff *skb, __le32 ts_low, __le32 ts_high) in pucan_netif_rx() argument 240 ts_us = (u64)le32_to_cpu(ts_high) << 32; in pucan_netif_rx() 321 pucan_netif_rx(skb, msg->ts_low, msg->ts_high); in pucan_handle_can_rx() 414 pucan_netif_rx(skb, msg->ts_low, msg->ts_high); in pucan_handle_status()
|
/linux/drivers/hwtracing/intel_th/ |
A D | msu.h | 63 u32 ts_high; member
|
/linux/drivers/net/can/usb/peak_usb/ |
A D | pcan_usb_fd.c | 121 __le32 ts_high; member 134 __le32 ts_high; member 519 le32_to_cpu(rm->ts_high)); in pcan_usb_fd_decode_canmsg() 584 le32_to_cpu(sm->ts_high)); in pcan_usb_fd_decode_status() 635 le32_to_cpu(ov->ts_high)); in pcan_usb_fd_decode_overrun()
|
A D | pcan_usb_core.h | 146 int peak_usb_netif_rx_64(struct sk_buff *skb, u32 ts_low, u32 ts_high);
|
A D | pcan_usb_core.c | 209 int peak_usb_netif_rx_64(struct sk_buff *skb, u32 ts_low, u32 ts_high) in peak_usb_netif_rx_64() argument 214 ns_ts = (u64)ts_high << 32 | ts_low; in peak_usb_netif_rx_64()
|
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_ptp.c | 1293 u32 ts_high; in ice_ptp_rx_hwtstamp() local 1306 ts_high = le32_to_cpu(rx_desc->wb.flex_ts.ts_high); in ice_ptp_rx_hwtstamp() 1307 ts_ns = ice_ptp_extend_32b_ts(rx_ring->cached_phctime, ts_high); in ice_ptp_rx_hwtstamp()
|
A D | ice_lan_tx_rx.h | 264 __le32 ts_high; member 300 __le32 ts_high; member 340 __le32 ts_high; member
|
Completed in 25 milliseconds