Lines Matching refs:ice_pf

274 	container_of(__ptp_port_to_ptp((p)), struct ice_pf, ptp)
279 container_of(__ptp_info_to_ptp((i)), struct ice_pf, ptp)
292 int ice_ptp_clock_index(struct ice_pf *pf);
293 struct ice_pf;
299 void ice_ptp_restore_timestamp_mode(struct ice_pf *pf);
301 void ice_ptp_extts_event(struct ice_pf *pf);
305 enum ice_tx_tstamp_work ice_ptp_process_ts(struct ice_pf *pf);
306 irqreturn_t ice_ptp_ts_irq(struct ice_pf *pf);
307 u64 ice_ptp_read_src_clk_reg(struct ice_pf *pf,
312 void ice_ptp_rebuild(struct ice_pf *pf, enum ice_reset_req reset_type);
313 void ice_ptp_prepare_for_reset(struct ice_pf *pf,
315 void ice_ptp_init(struct ice_pf *pf);
316 void ice_ptp_release(struct ice_pf *pf);
317 void ice_ptp_link_change(struct ice_pf *pf, bool linkup);
333 static inline void ice_ptp_restore_timestamp_mode(struct ice_pf *pf) { } in ice_ptp_restore_timestamp_mode()
334 static inline void ice_ptp_extts_event(struct ice_pf *pf) { } in ice_ptp_extts_event()
346 static inline bool ice_ptp_process_ts(struct ice_pf *pf) in ice_ptp_process_ts()
351 static inline irqreturn_t ice_ptp_ts_irq(struct ice_pf *pf) in ice_ptp_ts_irq()
356 static inline u64 ice_ptp_read_src_clk_reg(struct ice_pf *pf, in ice_ptp_read_src_clk_reg()
369 static inline void ice_ptp_rebuild(struct ice_pf *pf, in ice_ptp_rebuild()
374 static inline void ice_ptp_prepare_for_reset(struct ice_pf *pf, in ice_ptp_prepare_for_reset()
378 static inline void ice_ptp_init(struct ice_pf *pf) { } in ice_ptp_init()
379 static inline void ice_ptp_release(struct ice_pf *pf) { } in ice_ptp_release()
380 static inline void ice_ptp_link_change(struct ice_pf *pf, bool linkup) in ice_ptp_link_change()
384 static inline int ice_ptp_clock_index(struct ice_pf *pf) in ice_ptp_clock_index()