Home
last modified time | relevance | path

Searched refs:timecounter_cyc2time (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/kernel/time/
Dtimecounter.c92 u64 timecounter_cyc2time(struct timecounter *tc, in timecounter_cyc2time() function
112 EXPORT_SYMBOL_GPL(timecounter_cyc2time);
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dclock.h52 nsec = timecounter_cyc2time(&clock->tc, timestamp); in mlx5_timecounter_cyc2time()
Dclock.c311 nsec_now = timecounter_cyc2time(&clock->tc, cycles_now); in mlx5_perout_configure()
457 ptp_event.timestamp = timecounter_cyc2time(&clock->tc, in mlx5_pps_event()
475 nsec_now = timecounter_cyc2time(&clock->tc, cycles_now); in mlx5_pps_event()
/Linux-v4.19/drivers/net/ethernet/cavium/common/
Dcavium_ptp.h38 ret = timecounter_cyc2time(&ptp->time_counter, tstamp); in cavium_ptp_tstamp2time()
/Linux-v4.19/include/linux/
Dtimecounter.h136 extern u64 timecounter_cyc2time(struct timecounter *tc,
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/
Dqede_ptp.c178 ns = timecounter_cyc2time(&ptp->tc, timestamp); in qede_ptp_task()
553 ns = timecounter_cyc2time(&ptp->tc, timestamp); in qede_ptp_rx_ts()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Den_clock.c70 nsec = timecounter_cyc2time(&mdev->clock, timestamp); in mlx4_en_fill_hwtstamps()
/Linux-v4.19/drivers/net/dsa/mv88e6xxx/
Dhwtstamp.c335 ns = timecounter_cyc2time(&chip->tstamp_tc, ns); in mv88e6xxx_get_rxts()
455 ns = timecounter_cyc2time(&chip->tstamp_tc, time_raw); in mv88e6xxx_txtstamp_work()
Dptp.c175 ev.timestamp = timecounter_cyc2time(&chip->tstamp_tc, raw_ts); in mv88e6352_tai_event_work()
/Linux-v4.19/drivers/net/ethernet/ti/
Dcpts.c107 u64 ns = timecounter_cyc2time(&cpts->tc, event->low); in cpts_match_tx_ts()
384 ns = timecounter_cyc2time(&cpts->tc, event->low); in cpts_find_ts()
/Linux-v4.19/drivers/net/ethernet/intel/e1000e/
Dptp.c133 *device = ns_to_ktime(timecounter_cyc2time(&adapter->tc, dev_cycles)); in e1000e_phc_get_syncdevicetime()
Dnetdev.c502 ns = timecounter_cyc2time(&adapter->tc, systim); in e1000e_systim_to_hwtstamp()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ptp.c194 ns = timecounter_cyc2time(&adapter->hw_tc, clock_edge); in ixgbe_ptp_setup_sdp_x540()
328 ns = timecounter_cyc2time(&adapter->hw_tc, timestamp); in ixgbe_ptp_convert_to_hwtstamp()
/Linux-v4.19/drivers/net/ethernet/freescale/
Dfec_ptp.c150 ns = timecounter_cyc2time(&fep->tc, tempval); in fec_ptp_enable_pps()
Dfec_main.c1178 ns = timecounter_cyc2time(&fep->tc, ts); in fec_enet_hwtstamp()
/Linux-v4.19/drivers/net/ethernet/intel/igb/
Digb_ptp.c166 ns = timecounter_cyc2time(&adapter->tc, systim); in igb_ptp_systim_to_hwtstamp()
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe-drv.c1551 nsec = timecounter_cyc2time(&pdata->tstamp_tc, in xgbe_tx_tstamp()
2839 nsec = timecounter_cyc2time(&pdata->tstamp_tc, in xgbe_rx_poll()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c15225 ns = timecounter_cyc2time(&bp->timecounter, timestamp); in bnx2x_ptp_task()
15257 ns = timecounter_cyc2time(&bp->timecounter, timestamp); in bnx2x_set_rx_ts()