On Wed, 23 Apr 2025 12:53:51 +0530 Parvathi Pudi wrote: > +static inline void icssm_prueth_ptp_ts_enable(struct prueth_emac *emac) Also do not use "inline" for functions which are not called from the fast path. Basically no "inline" unless you can measure real perf impact.