Searched refs:ts_low (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/include/linux/can/dev/ |
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-6.1.9/drivers/net/can/usb/peak_usb/ |
D | pcan_usb_core.h | 144 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);
|
D | pcan_usb_fd.c | 131 __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()
|
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-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | pci_hw.h | 341 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/ |
D | msu.h | 62 u32 ts_low; member
|
/linux-6.1.9/drivers/net/can/peak_canfd/ |
D | peak_canfd.c | 236 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/ |
D | ice_lan_tx_rx.h | 289 u8 ts_low; member 328 u8 ts_low; member
|