Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H 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()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ptp.c880 struct timespec64 ts_on; in lan966x_ptp_perout() local
882 ts_on.tv_sec = rq->perout.on.sec; in lan966x_ptp_perout()
883 ts_on.tv_nsec = rq->perout.on.nsec; in lan966x_ptp_perout()
885 wf_high = timespec64_to_ns(&ts_on); in lan966x_ptp_perout()
/linux/drivers/net/phy/
H 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()
H A Dmicrel.c3761 struct timespec64 ts_on, ts_period; in lan8814_ptp_perout() local
3781 ts_on.tv_sec = rq->perout.on.sec; in lan8814_ptp_perout()
3782 ts_on.tv_nsec = rq->perout.on.nsec; in lan8814_ptp_perout()
3783 on_nsec = timespec64_to_ns(&ts_on); in lan8814_ptp_perout()
5666 struct timespec64 ts_on, ts_period; in lan8841_ptp_perout() local
5684 ts_on.tv_sec = rq->perout.on.sec; in lan8841_ptp_perout()
5685 ts_on.tv_nsec = rq->perout.on.nsec; in lan8841_ptp_perout()
5686 on_nsec = timespec64_to_ns(&ts_on); in lan8841_ptp_perout()