Searched refs:ts2 (Results 1 – 1 of 1) sorted by relevance
234 #define NX_PTP_TS_COPY(ts1, ts2) (ts1).second_high = (ts2).second_high; \ argument235 (ts1).second_low = (ts2).second_low; \236 (ts1).nanosecond = (ts2).nanosecond; \238 #define NX_PTP_TS_EQUAL(ts1, ts2) ((ts1).second_high == (ts2).second_high && \ argument239 (ts1).second_low == (ts2).second_low && \240 (ts1).nanosecond == (ts2).nanosecond)