Lines Matching refs:ice_pf

278 	container_of(__ptp_port_to_ptp((p)), struct ice_pf, ptp)
283 container_of(__ptp_info_to_ptp((i)), struct ice_pf, ptp)
296 int ice_ptp_clock_index(struct ice_pf *pf);
297 struct ice_pf;
298 int ice_ptp_set_ts_config(struct ice_pf *pf, struct ifreq *ifr);
299 int ice_ptp_get_ts_config(struct ice_pf *pf, struct ifreq *ifr);
300 void ice_ptp_restore_timestamp_mode(struct ice_pf *pf);
302 void ice_ptp_extts_event(struct ice_pf *pf);
306 enum ice_tx_tstamp_work ice_ptp_process_ts(struct ice_pf *pf);
310 void ice_ptp_rebuild(struct ice_pf *pf, enum ice_reset_req reset_type);
311 void ice_ptp_prepare_for_reset(struct ice_pf *pf,
313 void ice_ptp_init(struct ice_pf *pf);
314 void ice_ptp_release(struct ice_pf *pf);
315 void ice_ptp_link_change(struct ice_pf *pf, bool linkup);
317 static inline int ice_ptp_set_ts_config(struct ice_pf *pf, struct ifreq *ifr) in ice_ptp_set_ts_config()
322 static inline int ice_ptp_get_ts_config(struct ice_pf *pf, struct ifreq *ifr) in ice_ptp_get_ts_config()
327 static inline void ice_ptp_restore_timestamp_mode(struct ice_pf *pf) { } in ice_ptp_restore_timestamp_mode()
328 static inline void ice_ptp_extts_event(struct ice_pf *pf) { } in ice_ptp_extts_event()
340 static inline bool ice_ptp_process_ts(struct ice_pf *pf) in ice_ptp_process_ts()
352 static inline void ice_ptp_rebuild(struct ice_pf *pf, in ice_ptp_rebuild()
357 static inline void ice_ptp_prepare_for_reset(struct ice_pf *pf, in ice_ptp_prepare_for_reset()
361 static inline void ice_ptp_init(struct ice_pf *pf) { } in ice_ptp_init()
362 static inline void ice_ptp_release(struct ice_pf *pf) { } in ice_ptp_release()
363 static inline void ice_ptp_link_change(struct ice_pf *pf, bool linkup) in ice_ptp_link_change()
367 static inline int ice_ptp_clock_index(struct ice_pf *pf) in ice_ptp_clock_index()