Home
last modified time | relevance | path

Searched refs:PTP_MAX_SAMPLES (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dptp_clock.h71 #define PTP_MAX_SAMPLES 25 /* Maximum allowed offset measurement samples. */ macro
81 struct ptp_clock_time ts[2 * PTP_MAX_SAMPLES + 1];
/linux-4.4.14/drivers/ptp/
Dptp_chardev.c194 if (sysoff->n_samples > PTP_MAX_SAMPLES) { in ptp_ioctl()