Home
last modified time | relevance | path

Searched refs:ts_on (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/microchip/lan966x/
Dlan966x_ptp.c643 struct timespec64 ts_on; in lan966x_ptp_perout() local
645 ts_on.tv_sec = rq->perout.on.sec; in lan966x_ptp_perout()
646 ts_on.tv_nsec = rq->perout.on.nsec; in lan966x_ptp_perout()
648 wf_high = timespec64_to_ns(&ts_on); in lan966x_ptp_perout()
/Linux-v6.1/drivers/net/ethernet/mscc/
Docelot_ptp.c263 struct timespec64 ts_on; in ocelot_ptp_enable() local
265 ts_on.tv_sec = rq->perout.on.sec; in ocelot_ptp_enable()
266 ts_on.tv_nsec = rq->perout.on.nsec; in ocelot_ptp_enable()
268 wf_high = timespec64_to_ns(&ts_on); in ocelot_ptp_enable()
/Linux-v6.1/drivers/net/ethernet/microchip/
Dlan743x_ptp.c565 struct timespec64 ts_on, ts_period; in lan743x_ptp_perout() local
569 ts_on.tv_sec = perout_request->on.sec; in lan743x_ptp_perout()
570 ts_on.tv_nsec = perout_request->on.nsec; in lan743x_ptp_perout()
571 wf_high = timespec64_to_ns(&ts_on); in lan743x_ptp_perout()