Home
last modified time | relevance | path

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

/drivers/net/ethernet/wangxun/libwx/
A Dwx_ptp.c441 struct timespec64 ts_on; in wx_ptp_feature_enable() local
443 ts_on.tv_sec = rq->perout.on.sec; in wx_ptp_feature_enable()
444 ts_on.tv_nsec = rq->perout.on.nsec; in wx_ptp_feature_enable()
445 wx->pps_width = timespec64_to_ns(&ts_on); in wx_ptp_feature_enable()
/drivers/net/ethernet/mscc/
A Docelot_ptp.c260 struct timespec64 ts_on; in ocelot_ptp_enable() local
262 ts_on.tv_sec = rq->perout.on.sec; in ocelot_ptp_enable()
263 ts_on.tv_nsec = rq->perout.on.nsec; in ocelot_ptp_enable()
265 wf_high = timespec64_to_ns(&ts_on); in ocelot_ptp_enable()
/drivers/net/ethernet/microchip/lan966x/
A Dlan966x_ptp.c877 struct timespec64 ts_on; in lan966x_ptp_perout() local
879 ts_on.tv_sec = rq->perout.on.sec; in lan966x_ptp_perout()
880 ts_on.tv_nsec = rq->perout.on.nsec; in lan966x_ptp_perout()
882 wf_high = timespec64_to_ns(&ts_on); in lan966x_ptp_perout()
/drivers/net/phy/
A Dmicrochip_rds_ptp.c63 struct timespec64 ts_on; in mchp_get_pulsewidth() local
84 ts_on.tv_sec = perout_request->on.sec; in mchp_get_pulsewidth()
85 ts_on.tv_nsec = perout_request->on.nsec; in mchp_get_pulsewidth()
86 ts_on_nsec = timespec64_to_ns(&ts_on); in mchp_get_pulsewidth()
A Dmicrel.c3462 struct timespec64 ts_on, ts_period; in lan8814_ptp_perout() local
3482 ts_on.tv_sec = rq->perout.on.sec; in lan8814_ptp_perout()
3483 ts_on.tv_nsec = rq->perout.on.nsec; in lan8814_ptp_perout()
3484 on_nsec = timespec64_to_ns(&ts_on); in lan8814_ptp_perout()
5288 struct timespec64 ts_on, ts_period; in lan8841_ptp_perout() local
5306 ts_on.tv_sec = rq->perout.on.sec; in lan8841_ptp_perout()
5307 ts_on.tv_nsec = rq->perout.on.nsec; in lan8841_ptp_perout()
5308 on_nsec = timespec64_to_ns(&ts_on); in lan8841_ptp_perout()
/drivers/net/ethernet/microchip/
A Dlan743x_ptp.c513 struct timespec64 ts_on, ts_period; in lan743x_ptp_perout() local
517 ts_on.tv_sec = perout_request->on.sec; in lan743x_ptp_perout()
518 ts_on.tv_nsec = perout_request->on.nsec; in lan743x_ptp_perout()
519 wf_high = timespec64_to_ns(&ts_on); in lan743x_ptp_perout()

Completed in 37 milliseconds