Searched refs:ts_ns (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_txrx_lib.c | 166 u64 ts_ns = ice_ptp_get_rx_hwts(rx_desc, &rx_ring->pkt_ctx); in ice_ptp_rx_hwts_to_skb() local 168 skb_hwtstamps(skb)->hwtstamp = ns_to_ktime(ts_ns); in ice_ptp_rx_hwts_to_skb() 489 static int ice_xdp_rx_hw_ts(const struct xdp_md *ctx, u64 *ts_ns) in ice_xdp_rx_hw_ts() argument 493 *ts_ns = ice_ptp_get_rx_hwts(xdp_ext->eop_desc, in ice_xdp_rx_hw_ts() 495 if (!*ts_ns) in ice_xdp_rx_hw_ts()
|
D | ice_ptp.c | 2383 u64 ts_ns, cached_time; in ice_ptp_get_rx_hwts() local 2402 ts_ns = ice_ptp_extend_32b_ts(cached_time, ts_high); in ice_ptp_get_rx_hwts() 2404 return ts_ns; in ice_ptp_get_rx_hwts()
|
/linux-6.12.1/drivers/media/platform/qcom/venus/ |
D | core.h | 362 u64 ts_ns; member
|
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-6.12.1/Documentation/trace/ |
D | events.rst | 630 { .type = "u64", .name = "ts_ns" }, 688 "u64", "ts_ns"); 756 1000000, /* ts_ns */ 781 vals[2] = 1000000; /* ts_ns */ 877 /* ts_ns */ 902 ret = synth_event_add_val("ts_ns", 1000000, &trace_state);
|
/linux-6.12.1/drivers/net/phy/ |
D | nxp-c45-tja11xx.c | 657 s64 ts_ns; in nxp_c45_process_txts() local 675 ts_ns = timespec64_to_ns(&ts); in nxp_c45_process_txts() 676 shhwtstamps.hwtstamp = ns_to_ktime(ts_ns); in nxp_c45_process_txts()
|