Lines Matching defs:ptp
19 * @ptp: ptp clock structure
25 static int e1000e_phc_adjfreq(struct ptp_clock_info *ptp, s32 delta)
27 struct e1000_adapter *adapter = container_of(ptp, struct e1000_adapter,
36 if ((delta > ptp->max_adj) || (delta <= -1000000000))
73 * @ptp: ptp clock structure
78 static int e1000e_phc_adjtime(struct ptp_clock_info *ptp, s64 delta)
80 struct e1000_adapter *adapter = container_of(ptp, struct e1000_adapter,
146 * @ptp: ptp clock structure
152 static int e1000e_phc_getcrosststamp(struct ptp_clock_info *ptp,
155 struct e1000_adapter *adapter = container_of(ptp, struct e1000_adapter,
166 * @ptp: ptp clock structure
173 static int e1000e_phc_gettimex(struct ptp_clock_info *ptp,
177 struct e1000_adapter *adapter = container_of(ptp, struct e1000_adapter,
197 * @ptp: ptp clock structure
203 static int e1000e_phc_settime(struct ptp_clock_info *ptp,
206 struct e1000_adapter *adapter = container_of(ptp, struct e1000_adapter,
223 * @ptp: ptp clock structure
230 static int e1000e_phc_enable(struct ptp_clock_info __always_unused *ptp,