Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-ptp.c176 timecounter_adjtime(&pdata->tstamp_tc, delta); in xgbe_adjtime()
192 nsec = timecounter_read(&pdata->tstamp_tc); in xgbe_gettime()
214 timecounter_init(&pdata->tstamp_tc, &pdata->tstamp_cc, nsec); in xgbe_settime()
266 timecounter_init(&pdata->tstamp_tc, &pdata->tstamp_cc, in xgbe_ptp_register()
Dxgbe.h872 struct timecounter tstamp_tc; member
Dxgbe-drv.c995 nsec = timecounter_cyc2time(&pdata->tstamp_tc, in xgbe_tx_tstamp()
2013 nsec = timecounter_cyc2time(&pdata->tstamp_tc, in xgbe_rx_poll()
Dxgbe-dev.c1285 timecounter_init(&pdata->tstamp_tc, &pdata->tstamp_cc, in xgbe_config_tstamp()