Searched refs:ts_low (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/can/dev/ |
A D | peak_canfd.h | 167 __le32 ts_low; member 184 __le32 ts_low; member 205 __le32 ts_low; member 226 __le32 ts_low; member
|
/linux/drivers/net/can/usb/peak_usb/ |
A D | pcan_usb_core.h | 145 struct peak_time_ref *time_ref, u32 ts_low); 146 int peak_usb_netif_rx_64(struct sk_buff *skb, u32 ts_low, u32 ts_high);
|
A D | pcan_usb_fd.c | 120 __le32 ts_low; member 133 __le32 ts_low; member 518 peak_usb_netif_rx_64(skb, le32_to_cpu(rm->ts_low), in pcan_usb_fd_decode_canmsg() 583 peak_usb_netif_rx_64(skb, le32_to_cpu(sm->ts_low), in pcan_usb_fd_decode_status() 634 peak_usb_netif_rx_64(skb, le32_to_cpu(ov->ts_low), in pcan_usb_fd_decode_overrun() 653 peak_usb_set_ts_now(&usb_if->time_ref, le32_to_cpu(ts->ts_low)); in pcan_usb_fd_decode_ts()
|
A D | pcan_usb_core.c | 199 struct peak_time_ref *time_ref, u32 ts_low) in peak_usb_netif_rx() argument 203 peak_usb_get_ts_time(time_ref, ts_low, &hwts->hwtstamp); in peak_usb_netif_rx() 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/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 241 ts_us |= le32_to_cpu(ts_low); 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 | 62 u32 ts_low; member
|
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_lan_tx_rx.h | 289 u8 ts_low; member 328 u8 ts_low; member
|
Completed in 16 milliseconds