Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dptp_clock.h145 #define PTP_MAX_SAMPLES 25 /* Maximum allowed offset measurement samples. */ macro
155 struct ptp_clock_time ts[2 * PTP_MAX_SAMPLES + 1];
177 struct ptp_clock_time ts[PTP_MAX_SAMPLES][3];
/linux-6.15/tools/testing/selftests/ptp/
H A Dtestptp.c152 progname, PTP_MAX_SAMPLES); in usage()
278 if (getextended < 1 || getextended > PTP_MAX_SAMPLES) { in main()
281 PTP_MAX_SAMPLES, getextended); in main()
/linux-6.15/drivers/ptp/
H A Dptp_chardev.c378 if (extoff->n_samples > PTP_MAX_SAMPLES || in ptp_ioctl()
410 if (sysoff->n_samples > PTP_MAX_SAMPLES) { in ptp_ioctl()