Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/can/dev/
H A Dpeak_canfd.h168 __le32 ts_high; member
185 __le32 ts_high; member
206 __le32 ts_high; member
227 __le32 ts_high; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci_hw.h340 u64 ts_high = mlxsw_pci_cqe2_time_stamp_high_get(cqe); in mlxsw_pci_cqe2_time_stamp_get() local
343 return ts_high << 16 | ts_low; in mlxsw_pci_cqe2_time_stamp_get()
/openbmc/linux/drivers/hwtracing/intel_th/
H A Dmsu.h63 u32 ts_high; member
/openbmc/linux/drivers/net/can/peak_canfd/
H A Dpeak_canfd.c236 static int pucan_netif_rx(struct sk_buff *skb, __le32 ts_low, __le32 ts_high) in pucan_netif_rx() argument
241 ts_us = (u64)le32_to_cpu(ts_high) << 32; 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()
/openbmc/linux/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_fd.c132 __le32 ts_high; member
145 __le32 ts_high; member
582 le32_to_cpu(rm->ts_high)); in pcan_usb_fd_decode_canmsg()
644 le32_to_cpu(sm->ts_high)); in pcan_usb_fd_decode_status()
695 le32_to_cpu(ov->ts_high)); in pcan_usb_fd_decode_overrun()
H A Dpcan_usb_core.h145 int peak_usb_netif_rx_64(struct sk_buff *skb, u32 ts_low, u32 ts_high);
H A Dpcan_usb_core.c218 int peak_usb_netif_rx_64(struct sk_buff *skb, u32 ts_low, u32 ts_high) in peak_usb_netif_rx_64() argument
223 ns_ts = (u64)ts_high << 32 | ts_low; in peak_usb_netif_rx_64()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_lan_tx_rx.h264 __le32 ts_high; member
300 __le32 ts_high; member
340 __le32 ts_high; member
H A Dice_ptp.c2164 u32 ts_high; in ice_ptp_rx_hwtstamp() local
2181 ts_high = le32_to_cpu(rx_desc->wb.flex_ts.ts_high); in ice_ptp_rx_hwtstamp()
2182 ts_ns = ice_ptp_extend_32b_ts(cached_time, ts_high); in ice_ptp_rx_hwtstamp()