Lines Matching defs:ptp
19 * @ptp: ptp clock structure
27 static int e1000e_phc_adjfine(struct ptp_clock_info *ptp, long delta)
29 struct e1000_adapter *adapter = container_of(ptp, struct e1000_adapter,
61 * @ptp: ptp clock structure
66 static int e1000e_phc_adjtime(struct ptp_clock_info *ptp, s64 delta)
68 struct e1000_adapter *adapter = container_of(ptp, struct e1000_adapter,
134 * @ptp: ptp clock structure
140 static int e1000e_phc_getcrosststamp(struct ptp_clock_info *ptp,
143 struct e1000_adapter *adapter = container_of(ptp, struct e1000_adapter,
154 * @ptp: ptp clock structure
161 static int e1000e_phc_gettimex(struct ptp_clock_info *ptp,
165 struct e1000_adapter *adapter = container_of(ptp, struct e1000_adapter,
185 * @ptp: ptp clock structure
191 static int e1000e_phc_settime(struct ptp_clock_info *ptp,
194 struct e1000_adapter *adapter = container_of(ptp, struct e1000_adapter,
211 * @ptp: ptp clock structure
218 static int e1000e_phc_enable(struct ptp_clock_info __always_unused *ptp,