Home
last modified time | relevance | path

Searched refs:ts_on (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
H A Docelot_ptp.c249 struct timespec64 ts_on; in ocelot_ptp_enable() local
251 ts_on.tv_sec = rq->perout.on.sec; in ocelot_ptp_enable()
252 ts_on.tv_nsec = rq->perout.on.nsec; in ocelot_ptp_enable()
254 wf_high = timespec64_to_ns(&ts_on); in ocelot_ptp_enable()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ptp.c858 struct timespec64 ts_on; in lan966x_ptp_perout() local
860 ts_on.tv_sec = rq->perout.on.sec; in lan966x_ptp_perout()
861 ts_on.tv_nsec = rq->perout.on.nsec; in lan966x_ptp_perout()
863 wf_high = timespec64_to_ns(&ts_on); in lan966x_ptp_perout()
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
H A 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c524 struct timespec64 ts_on, ts_period; in lan743x_ptp_perout() local
528 ts_on.tv_sec = perout_request->on.sec; in lan743x_ptp_perout()
529 ts_on.tv_nsec = perout_request->on.nsec; in lan743x_ptp_perout()
530 wf_high = timespec64_to_ns(&ts_on); in lan743x_ptp_perout()
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dmicrel.c4270 struct timespec64 ts_on, ts_period; in lan8841_ptp_perout() local
4291 ts_on.tv_sec = rq->perout.on.sec; in lan8841_ptp_perout()
4292 ts_on.tv_nsec = rq->perout.on.nsec; in lan8841_ptp_perout()
4293 on_nsec = timespec64_to_ns(&ts_on); in lan8841_ptp_perout()

Completed in 12 milliseconds