Searched refs:sts (Results 1 – 2 of 2) sorted by relevance
202 struct ptp_system_timestamp *sts);208 struct ptp_system_timestamp *sts);478 static inline void ptp_read_system_prets(struct ptp_system_timestamp *sts) in ptp_read_system_prets() argument480 if (sts) in ptp_read_system_prets()481 ktime_get_clock_ts64(sts->clockid, &sts->pre_ts); in ptp_read_system_prets()484 static inline void ptp_read_system_postts(struct ptp_system_timestamp *sts) in ptp_read_system_postts() argument486 if (sts) in ptp_read_system_postts()487 ktime_get_clock_ts64(sts->clockid, &sts->post_ts); in ptp_read_system_postts()
94 __le16 sts; member
Completed in 6 milliseconds