Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cadence/
A Dmacb_ptp.c318 if (CIRC_SPACE(head, tail, PTP_TS_BUFFER_SIZE) == 0) in gem_ptp_txstamp()
334 (head + 1) & (PTP_TS_BUFFER_SIZE - 1)); in gem_ptp_txstamp()
351 while (CIRC_CNT(head, tail, PTP_TS_BUFFER_SIZE)) { in gem_tx_timestamp_flush()
358 (tail + 1) & (PTP_TS_BUFFER_SIZE - 1)); in gem_tx_timestamp_flush()
A Dmacb.h769 #define PTP_TS_BUFFER_SIZE 128 /* must be power of 2 */ macro
1225 struct gem_tx_ts tx_timestamps[PTP_TS_BUFFER_SIZE];

Completed in 13 milliseconds