Searched refs:ts_ns (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
H A 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()
|
H A D | ice_ptp.c | 2402 u64 ts_ns, cached_time; in ice_ptp_get_rx_hwts() local 2421 ts_ns = ice_ptp_extend_32b_ts(cached_time, ts_high); in ice_ptp_get_rx_hwts() 2423 return ts_ns; in ice_ptp_get_rx_hwts()
|
/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 | 668 s64 ts_ns; in nxp_c45_process_txts() local 686 ts_ns = timespec64_to_ns(&ts); in nxp_c45_process_txts() 687 shhwtstamps.hwtstamp = ns_to_ktime(ts_ns); in nxp_c45_process_txts()
|
/linux/drivers/media/platform/qcom/venus/ |
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()
|