Searched refs:ts_low (Results 1 – 6 of 6) sorted by relevance
/drivers/net/can/usb/peak_usb/ |
D | pcan_usb_fd.c | 122 __le32 ts_low; member 135 __le32 ts_low; member 518 peak_usb_netif_rx(skb, &usb_if->time_ref, le32_to_cpu(rm->ts_low)); in pcan_usb_fd_decode_canmsg() 583 peak_usb_netif_rx(skb, &usb_if->time_ref, le32_to_cpu(sm->ts_low)); in pcan_usb_fd_decode_status() 633 peak_usb_netif_rx(skb, &usb_if->time_ref, le32_to_cpu(ov->ts_low)); in pcan_usb_fd_decode_overrun() 651 peak_usb_set_ts_now(&usb_if->time_ref, le32_to_cpu(ts->ts_low)); in pcan_usb_fd_decode_ts()
|
D | pcan_usb_core.h | 148 struct peak_time_ref *time_ref, u32 ts_low);
|
D | pcan_usb_core.c | 194 struct peak_time_ref *time_ref, u32 ts_low) in peak_usb_netif_rx() argument 198 peak_usb_get_ts_time(time_ref, ts_low, &hwts->hwtstamp); in peak_usb_netif_rx()
|
/drivers/net/can/peak_canfd/ |
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()
|
/drivers/hwtracing/intel_th/ |
D | msu.h | 62 u32 ts_low; member
|
/drivers/net/ethernet/intel/ice/ |
D | ice_lan_tx_rx.h | 268 u8 ts_low; member
|