Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/can/dev/
Dpeak_canfd.h167 __le32 ts_low; member
184 __le32 ts_low; member
205 __le32 ts_low; member
226 __le32 ts_low; member
/linux-6.1.9/drivers/net/can/usb/peak_usb/
Dpcan_usb_core.h144 struct peak_time_ref *time_ref, u32 ts_low);
145 int peak_usb_netif_rx_64(struct sk_buff *skb, u32 ts_low, u32 ts_high);
Dpcan_usb_fd.c131 __le32 ts_low; member
144 __le32 ts_low; member
535 peak_usb_netif_rx_64(skb, le32_to_cpu(rm->ts_low), in pcan_usb_fd_decode_canmsg()
597 peak_usb_netif_rx_64(skb, le32_to_cpu(sm->ts_low), in pcan_usb_fd_decode_status()
648 peak_usb_netif_rx_64(skb, le32_to_cpu(ov->ts_low), in pcan_usb_fd_decode_overrun()
667 peak_usb_set_ts_now(&usb_if->time_ref, le32_to_cpu(ts->ts_low)); in pcan_usb_fd_decode_ts()
Dpcan_usb_core.c199 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-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dpci_hw.h341 u64 ts_low = mlxsw_pci_cqe2_time_stamp_low_get(cqe); in mlxsw_pci_cqe2_time_stamp_get() local
343 return ts_high << 16 | ts_low; in mlxsw_pci_cqe2_time_stamp_get()
/linux-6.1.9/drivers/hwtracing/intel_th/
Dmsu.h62 u32 ts_low; member
/linux-6.1.9/drivers/net/can/peak_canfd/
Dpeak_canfd.c236 static int pucan_netif_rx(struct sk_buff *skb, __le32 ts_low, __le32 ts_high) in pucan_netif_rx() argument
242 ts_us |= le32_to_cpu(ts_low); in pucan_netif_rx()
322 pucan_netif_rx(skb, msg->ts_low, msg->ts_high); in pucan_handle_can_rx()
413 pucan_netif_rx(skb, msg->ts_low, msg->ts_high); in pucan_handle_status()
/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_lan_tx_rx.h289 u8 ts_low; member
328 u8 ts_low; member