Searched refs:tstamp_tc (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-ptp.c | 164 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 D | xgbe.h | 1227 struct timecounter tstamp_tc; member
|
H A D | xgbe-drv.c | 1495 nsec = timecounter_cyc2time(&pdata->tstamp_tc, in xgbe_tx_tstamp() 2651 nsec = timecounter_cyc2time(&pdata->tstamp_tc, in xgbe_rx_poll()
|
H A D | xgbe-dev.c | 1692 timecounter_init(&pdata->tstamp_tc, &pdata->tstamp_cc, in xgbe_config_tstamp()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-ptp.c | 176 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()
|
H A D | xgbe.h | 1194 struct timecounter tstamp_tc; member
|
H A D | xgbe-drv.c | 1495 nsec = timecounter_cyc2time(&pdata->tstamp_tc, in xgbe_tx_tstamp() 2660 nsec = timecounter_cyc2time(&pdata->tstamp_tc, in xgbe_rx_poll()
|
H A D | xgbe-dev.c | 1642 timecounter_init(&pdata->tstamp_tc, &pdata->tstamp_cc, in xgbe_config_tstamp()
|
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/ |
H A D | ptp.c | 191 ev.timestamp = timecounter_cyc2time(&chip->tstamp_tc, raw_ts); in mv88e6352_tai_event_work() 219 timecounter_read(&chip->tstamp_tc); in mv88e6xxx_ptp_adjfine() 232 timecounter_adjtime(&chip->tstamp_tc, delta); in mv88e6xxx_ptp_adjtime() 245 ns = timecounter_read(&chip->tstamp_tc); in mv88e6xxx_ptp_gettime() 262 timecounter_init(&chip->tstamp_tc, &chip->tstamp_cc, ns); in mv88e6xxx_ptp_settime() 460 timecounter_init(&chip->tstamp_tc, &chip->tstamp_cc, in mv88e6xxx_ptp_setup()
|
H A D | hwtstamp.c | 301 ns = timecounter_cyc2time(&chip->tstamp_tc, ns); in mv88e6xxx_get_rxts() 421 ns = timecounter_cyc2time(&chip->tstamp_tc, time_raw); in mv88e6xxx_txtstamp_work()
|
H A D | chip.h | 331 struct timecounter tstamp_tc; member
|
/kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/ |
H A D | ptp.c | 192 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()
|
H A D | hwtstamp.c | 297 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 D | chip.h | 398 struct timecounter tstamp_tc; member
|
Completed in 50 milliseconds