Home
last modified time | relevance | path

Searched refs:tstamp_tc (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ptp.c164 timecounter_adjtime(&pdata->tstamp_tc, delta); in xgbe_adjtime()
180 nsec = timecounter_read(&pdata->tstamp_tc); in xgbe_gettime()
202 timecounter_init(&pdata->tstamp_tc, &pdata->tstamp_cc, nsec); in xgbe_settime()
254 timecounter_init(&pdata->tstamp_tc, &pdata->tstamp_cc, in xgbe_ptp_register()
H A Dxgbe.h1227 struct timecounter tstamp_tc; member
H A Dxgbe-drv.c1495 nsec = timecounter_cyc2time(&pdata->tstamp_tc, in xgbe_tx_tstamp()
2651 nsec = timecounter_cyc2time(&pdata->tstamp_tc, in xgbe_rx_poll()
H A Dxgbe-dev.c1692 timecounter_init(&pdata->tstamp_tc, &pdata->tstamp_cc, in xgbe_config_tstamp()
/linux/drivers/net/dsa/mv88e6xxx/
H A Dptp.c251 ev.timestamp = timecounter_cyc2time(&chip->tstamp_tc, raw_ts); in mv88e6352_tai_event_work()
278 timecounter_read(&chip->tstamp_tc); in mv88e6xxx_ptp_adjfine()
291 timecounter_adjtime(&chip->tstamp_tc, delta); in mv88e6xxx_ptp_adjtime()
304 ns = timecounter_read(&chip->tstamp_tc); in mv88e6xxx_ptp_gettime()
321 timecounter_init(&chip->tstamp_tc, &chip->tstamp_cc, ns); in mv88e6xxx_ptp_settime()
535 timecounter_init(&chip->tstamp_tc, &chip->tstamp_cc, in mv88e6xxx_ptp_setup()
H A Dhwtstamp.c297 ns = timecounter_cyc2time(&chip->tstamp_tc, ns); in mv88e6xxx_get_rxts()
417 ns = timecounter_cyc2time(&chip->tstamp_tc, time_raw); in mv88e6xxx_txtstamp_work()
H A Dchip.h410 struct timecounter tstamp_tc; member