Searched refs:ts_ns (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_txrx_lib.c | 190 u64 ts_ns = ice_ptp_get_rx_hwts(rx_desc, &rx_ring->pkt_ctx); in ice_ptp_rx_hwts_to_skb() local 192 skb_hwtstamps(skb)->hwtstamp = ns_to_ktime(ts_ns); in ice_ptp_rx_hwts_to_skb() 523 static int ice_xdp_rx_hw_ts(const struct xdp_md *ctx, u64 *ts_ns) in ice_xdp_rx_hw_ts() argument 530 *ts_ns = ice_ptp_get_rx_hwts(xdp_ext->desc, in ice_xdp_rx_hw_ts() 532 if (!*ts_ns) in ice_xdp_rx_hw_ts()
|
| H A D | ice_ptp.c | 2307 u64 ts_ns, cached_time; in ice_ptp_get_rx_hwts() local 2326 ts_ns = ice_ptp_extend_32b_ts(cached_time, ts_high); in ice_ptp_get_rx_hwts() 2328 return ts_ns; in ice_ptp_get_rx_hwts()
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | xdp.c | 411 u64 cached_time, ts_ns; in idpf_xdpmo_rx_timestamp() local 429 ts_ns = idpf_ptp_tstamp_extend_32b_to_64b(cached_time, ts_high); in idpf_xdpmo_rx_timestamp() 431 *timestamp = ts_ns; in idpf_xdpmo_rx_timestamp()
|
| H A D | idpf_txrx.c | 3371 u64 cached_time, ts_ns; in idpf_rx_hwtstamp() local 3380 ts_ns = idpf_ptp_tstamp_extend_32b_to_64b(cached_time, ts_high); in idpf_rx_hwtstamp() 3383 .hwtstamp = ns_to_ktime(ts_ns), in idpf_rx_hwtstamp()
|
| /linux/drivers/media/platform/qcom/iris/ |
| H A D | iris_common.c | 44 inst->tss[inst->metadata_idx].ts_ns = vb->timestamp; in iris_set_ts_metadata()
|
| H A D | iris_buffer.c | 727 if (inst->tss[i].ts_ns != timestamp_ns) in iris_get_ts_metadata()
|
| /linux/drivers/media/platform/qcom/venus/ |
| H A D | core.h | 373 u64 ts_ns; member
|
| H A D | helpers.c | 473 inst->tss[slot].ts_ns = vb->timestamp; in put_ts_metadata() 492 vb->timestamp = inst->tss[i].ts_ns; in venus_helper_get_ts_metadata()
|
| /linux/Documentation/trace/ |
| H A D | events.rst | 654 { .type = "u64", .name = "ts_ns" }, 712 "u64", "ts_ns"); 780 1000000, /* ts_ns */ 805 vals[2] = 1000000; /* ts_ns */ 901 /* ts_ns */ 926 ret = synth_event_add_val("ts_ns", 1000000, &trace_state);
|
| /linux/drivers/net/phy/ |
| H A D | nxp-c45-tja11xx.c | 670 s64 ts_ns; in nxp_c45_process_txts() local 688 ts_ns = timespec64_to_ns(&ts); in nxp_c45_process_txts() 689 shhwtstamps.hwtstamp = ns_to_ktime(ts_ns); in nxp_c45_process_txts()
|