Re: [PATCH net-next 15/15] ice: add support for unmanaged DPLL on E830 NIC

From: Jakub Kicinski

Date: Sat May 02 2026 - 22:10:29 EST


On Thu, 30 Apr 2026 23:37:26 -0700 Jacob Keller wrote:
> +static const struct dpll_pin_ops ice_dpll_input_unmanaged_ops = {
> + .frequency_get = ice_dpll_input_frequency_get,
> + .direction_get = ice_dpll_input_direction,
> + .state_on_dpll_get = ice_dpll_input_state_get,
> +#if defined(HAVE_DPLL_ESYNC)
> + .esync_get = ice_dpll_input_esync_get,
> +#endif /* HAVE_DPLL_ESYNC */
> +};

Yes, we do HAVE_DPLL_ESYNC ..