Home
last modified time | relevance | path

Searched refs:ice_ptp (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.h248 struct ice_ptp { struct
274 container_of((p), struct ice_ptp, port) argument
279 container_of((i), struct ice_ptp, info)
H A Dice_ptp.c62 static struct ice_ptp *ice_get_ctrl_ptp(struct ice_pf *pf) in ice_get_ctrl_ptp()
2473 struct ice_ptp *ptp = &pf->ptp; in ice_ptp_set_funcs_e810()
2860 struct ice_ptp *ptp = container_of(work, struct ice_ptp, work.work); in ice_ptp_periodic_work()
2928 struct ice_ptp *ptp = &pf->ptp; in ice_ptp_prepare_for_reset()
2971 struct ice_ptp *ptp = &pf->ptp; in ice_ptp_rebuild_owner()
3043 struct ice_ptp *ptp = &pf->ptp; in ice_ptp_rebuild()
3082 struct ice_ptp *ctrl_ptp = ice_get_ctrl_ptp(pf); in ice_ptp_setup_pf()
3083 struct ice_ptp *ptp = &pf->ptp; in ice_ptp_setup_pf()
3106 struct ice_ptp *ptp = &pf->ptp; in ice_ptp_cleanup_pf()
3124 struct ice_ptp *ctrl_ptp = ice_get_ctrl_ptp(pf); in ice_ptp_clock_index()
[all …]
H A DMakefile57 ice-$(CONFIG_PTP_1588_CLOCK) += ice_ptp.o ice_ptp_hw.o ice_dpll.o ice_tspll.o
H A Dice.h596 struct ice_ptp ptp;
H A Dice_ethtool.c4748 struct ice_ptp *ptp = &pf->ptp; in ice_get_ts_stats()