Home
last modified time | relevance | path

Searched refs:sts (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dptp_clock_kernel.h134 struct ptp_system_timestamp *sts);
266 static inline void ptp_read_system_prets(struct ptp_system_timestamp *sts) in ptp_read_system_prets() argument
268 if (sts) in ptp_read_system_prets()
269 ktime_get_real_ts64(&sts->pre_ts); in ptp_read_system_prets()
272 static inline void ptp_read_system_postts(struct ptp_system_timestamp *sts) in ptp_read_system_postts() argument
274 if (sts) in ptp_read_system_postts()
275 ktime_get_real_ts64(&sts->post_ts); in ptp_read_system_postts()
Dnvme-rdma.h84 __le16 sts; member
Dintel-iommu.h283 #define IOMMU_WAIT_OP(iommu, offset, op, cond, sts) \ argument
287 sts = op(iommu->reg + offset); \