Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/amd/xgbe/
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()
Dxgbe.h1227 struct timecounter tstamp_tc; member
Dxgbe-drv.c1495 nsec = timecounter_cyc2time(&pdata->tstamp_tc, in xgbe_tx_tstamp()
2651 nsec = timecounter_cyc2time(&pdata->tstamp_tc, in xgbe_rx_poll()
Dxgbe-dev.c1692 timecounter_init(&pdata->tstamp_tc, &pdata->tstamp_cc, in xgbe_config_tstamp()
/linux-6.6.21/drivers/net/dsa/mv88e6xxx/
Dptp.c192 ev.timestamp = timecounter_cyc2time(&chip->tstamp_tc, raw_ts); in mv88e6352_tai_event_work()
220 timecounter_read(&chip->tstamp_tc); in mv88e6xxx_ptp_adjfine()
233 timecounter_adjtime(&chip->tstamp_tc, delta); in mv88e6xxx_ptp_adjtime()
246 ns = timecounter_read(&chip->tstamp_tc); in mv88e6xxx_ptp_gettime()
263 timecounter_init(&chip->tstamp_tc, &chip->tstamp_cc, ns); in mv88e6xxx_ptp_settime()
489 timecounter_init(&chip->tstamp_tc, &chip->tstamp_cc, in mv88e6xxx_ptp_setup()
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()
Dchip.h398 struct timecounter tstamp_tc; member