Lines Matching refs:ice_pf

276 	container_of(__ptp_port_to_ptp((p)), struct ice_pf, ptp)
281 container_of(__ptp_info_to_ptp((i)), struct ice_pf, ptp)
315 int ice_ptp_clock_index(struct ice_pf *pf);
316 struct ice_pf;
317 int ice_ptp_set_ts_config(struct ice_pf *pf, struct ifreq *ifr);
318 int ice_ptp_get_ts_config(struct ice_pf *pf, struct ifreq *ifr);
319 void ice_ptp_restore_timestamp_mode(struct ice_pf *pf);
321 void ice_ptp_extts_event(struct ice_pf *pf);
325 enum ice_tx_tstamp_work ice_ptp_process_ts(struct ice_pf *pf);
329 void ice_ptp_rebuild(struct ice_pf *pf, enum ice_reset_req reset_type);
330 void ice_ptp_prepare_for_reset(struct ice_pf *pf,
332 void ice_ptp_init(struct ice_pf *pf);
333 void ice_ptp_release(struct ice_pf *pf);
334 void ice_ptp_link_change(struct ice_pf *pf, u8 port, bool linkup);
336 static inline int ice_ptp_set_ts_config(struct ice_pf *pf, struct ifreq *ifr) in ice_ptp_set_ts_config()
341 static inline int ice_ptp_get_ts_config(struct ice_pf *pf, struct ifreq *ifr) in ice_ptp_get_ts_config()
346 static inline void ice_ptp_restore_timestamp_mode(struct ice_pf *pf) { } in ice_ptp_restore_timestamp_mode()
347 static inline void ice_ptp_extts_event(struct ice_pf *pf) { } in ice_ptp_extts_event()
359 static inline bool ice_ptp_process_ts(struct ice_pf *pf) in ice_ptp_process_ts()
371 static inline void ice_ptp_rebuild(struct ice_pf *pf, in ice_ptp_rebuild()
376 static inline void ice_ptp_prepare_for_reset(struct ice_pf *pf, in ice_ptp_prepare_for_reset()
380 static inline void ice_ptp_init(struct ice_pf *pf) { } in ice_ptp_init()
381 static inline void ice_ptp_release(struct ice_pf *pf) { } in ice_ptp_release()
382 static inline void ice_ptp_link_change(struct ice_pf *pf, u8 port, bool linkup) in ice_ptp_link_change()
386 static inline int ice_ptp_clock_index(struct ice_pf *pf) in ice_ptp_clock_index()