Lines Matching defs:otx2_ptp
315 struct otx2_ptp { struct
316 struct ptp_clock_info ptp_info;
317 struct ptp_clock *ptp_clock;
318 struct otx2_nic *nic;
320 struct cyclecounter cycle_counter;
321 struct timecounter time_counter;
323 struct delayed_work extts_work;
324 u64 last_extts;
325 u64 thresh;
327 struct ptp_pin_desc extts_config;
328 u64 (*convert_rx_ptp_tstmp)(u64 timestamp);
329 u64 (*convert_tx_ptp_tstmp)(u64 timestamp);
330 u64 (*ptp_tstamp2nsec)(const struct timecounter *time_counter, u64 timestamp);
331 struct delayed_work synctstamp_work;
332 u64 tstamp;
333 u32 base_ns;