Searched refs:ts_high (Results 1 – 11 of 11) sorted by relevance
| /linux/include/linux/can/dev/ |
| H A D | peak_canfd.h | 168 __le32 ts_high; member 185 __le32 ts_high; member 206 __le32 ts_high; member 227 __le32 ts_high; member
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | pci_hw.h | 345 u64 ts_high = mlxsw_pci_cqe2_time_stamp_high_get(cqe); in mlxsw_pci_cqe2_time_stamp_get() local 348 return ts_high << 16 | ts_low; in mlxsw_pci_cqe2_time_stamp_get()
|
| /linux/include/linux/net/intel/ |
| H A D | virtchnl2_lan_desc.h | 364 __le32 ts_high; member 441 __le32 ts_high; member
|
| /linux/drivers/hwtracing/intel_th/ |
| H A D | msu.h | 63 u32 ts_high; member
|
| /linux/drivers/net/can/peak_canfd/ |
| H A 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 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()
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | xdp.c | 412 u32 ts_high; in idpf_xdpmo_rx_timestamp() local 428 ts_high = idpf_xdp_rx_ts_high(&desc); in idpf_xdpmo_rx_timestamp() 429 ts_ns = idpf_ptp_tstamp_extend_32b_to_64b(cached_time, ts_high); in idpf_xdpmo_rx_timestamp()
|
| H A D | idpf_txrx.c | 3369 u32 ts_high; in idpf_rx_hwtstamp() local 3376 ts_high = le32_to_cpu(rx_desc->ts_high); in idpf_rx_hwtstamp() 3377 ts_ns = idpf_ptp_tstamp_extend_32b_to_64b(cached_time, ts_high); in idpf_rx_hwtstamp()
|
| /linux/drivers/net/can/usb/peak_usb/ |
| H A D | pcan_usb_fd.c | 133 __le32 ts_high; member 146 __le32 ts_high; member 590 le32_to_cpu(rm->ts_high)); in pcan_usb_fd_decode_canmsg() 652 le32_to_cpu(sm->ts_high)); in pcan_usb_fd_decode_status() 703 le32_to_cpu(ov->ts_high)); in pcan_usb_fd_decode_overrun()
|
| H A D | pcan_usb_core.h | 145 int peak_usb_netif_rx_64(struct sk_buff *skb, u32 ts_low, u32 ts_high);
|
| H A D | pcan_usb_core.c | 218 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()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ptp.c | 2310 u32 ts_high; in ice_ptp_get_rx_hwts() local 2327 ts_high = le32_to_cpu(rx_desc->wb.flex_ts.ts_high); in ice_ptp_get_rx_hwts() 2328 ts_ns = ice_ptp_extend_32b_ts(cached_time, ts_high); in ice_ptp_get_rx_hwts()
|