Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ptp/
H A Dptp_chardev.c449 #define EXTTS_BUFSIZE (PTP_BUF_TIMESTAMPS * sizeof(struct ptp_extts_event)) macro
464 if (cnt > EXTTS_BUFSIZE) in ptp_read()
465 cnt = EXTTS_BUFSIZE; in ptp_read()
483 event = kmalloc(EXTTS_BUFSIZE, GFP_KERNEL); in ptp_read()