Lines Matching refs:ts

120 			      struct timespec64 *ts)  in igb_ptp_read_i210()  argument
133 ts->tv_sec = sec; in igb_ptp_read_i210()
134 ts->tv_nsec = nsec; in igb_ptp_read_i210()
138 const struct timespec64 *ts) in igb_ptp_write_i210() argument
145 wr32(E1000_SYSTIML, ts->tv_nsec); in igb_ptp_write_i210()
146 wr32(E1000_SYSTIMH, (u32)ts->tv_sec); in igb_ptp_write_i210()
287 struct timespec64 *ts) in igb_ptp_gettime_82576() argument
300 *ts = ns_to_timespec64(ns); in igb_ptp_gettime_82576()
306 struct timespec64 *ts) in igb_ptp_gettime_i210() argument
314 igb_ptp_read_i210(igb, ts); in igb_ptp_gettime_i210()
322 const struct timespec64 *ts) in igb_ptp_settime_82576() argument
329 ns = timespec64_to_ns(ts); in igb_ptp_settime_82576()
341 const struct timespec64 *ts) in igb_ptp_settime_i210() argument
349 igb_ptp_write_i210(igb, ts); in igb_ptp_settime_i210()
482 struct timespec64 ts; in igb_ptp_feature_enable_i210() local
524 ts.tv_sec = rq->perout.period.sec; in igb_ptp_feature_enable_i210()
525 ts.tv_nsec = rq->perout.period.nsec; in igb_ptp_feature_enable_i210()
526 ns = timespec64_to_ns(&ts); in igb_ptp_feature_enable_i210()
533 ts = ns_to_timespec64(ns); in igb_ptp_feature_enable_i210()
572 igb->perout[i].period.tv_sec = ts.tv_sec; in igb_ptp_feature_enable_i210()
573 igb->perout[i].period.tv_nsec = ts.tv_nsec; in igb_ptp_feature_enable_i210()
660 struct timespec64 ts; in igb_ptp_overflow_check() local
662 igb->ptp_caps.gettime64(&igb->ptp_caps, &ts); in igb_ptp_overflow_check()
665 (long long) ts.tv_sec, ts.tv_nsec); in igb_ptp_overflow_check()
1091 struct timespec64 ts = ktime_to_timespec64(ktime_get_real()); in igb_ptp_init() local
1093 igb_ptp_settime_i210(&adapter->ptp_caps, &ts); in igb_ptp_init()
1205 struct timespec64 ts = ktime_to_timespec64(ktime_get_real()); in igb_ptp_reset() local
1207 igb_ptp_write_i210(adapter, &ts); in igb_ptp_reset()