Searched refs:al_eth_lm_context (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/al_eth/
H A Dal_init_eth_lm.h42 * struct al_eth_lm_context lm_context;
137 struct al_eth_lm_context { struct
290 int al_eth_lm_init(struct al_eth_lm_context *lm_context,
303 int al_eth_lm_link_detection(struct al_eth_lm_context *lm_context,
316 int al_eth_lm_link_establish(struct al_eth_lm_context *lm_context,
328 int al_eth_lm_static_parameters_override(struct al_eth_lm_context *lm_context,
341 int al_eth_lm_static_parameters_override_disable(struct al_eth_lm_context *lm_context,
355 int al_eth_lm_static_parameters_get(struct al_eth_lm_context *lm_context,
374 void al_eth_lm_debug_mode_set(struct al_eth_lm_context *lm_context,
H A Dal_init_eth_lm.c207 static int al_eth_lm_retimer_boost_config(struct al_eth_lm_context *lm_context);
208 static int al_eth_lm_retimer_ds25_full_config(struct al_eth_lm_context *lm_context);
210 struct al_eth_lm_context *lm_context, uint32_t channel);
211 static int al_eth_lm_retimer_ds25_cdr_reset(struct al_eth_lm_context *lm_context, uint32_t channel);
213 struct al_eth_lm_context *lm_context, uint32_t channel);
214 static int al_eth_lm_retimer_25g_rx_adaptation(struct al_eth_lm_context *lm_context);
217 int (*config)(struct al_eth_lm_context *lm_context);
218 int (*reset)(struct al_eth_lm_context *lm_context, uint32_t channel);
219 int (*signal_detect)(struct al_eth_lm_context *lm_context, uint32_t channel);
220 int (*cdr_lock)(struct al_eth_lm_context *lm_contex
[all...]
H A Dal_eth.h349 struct al_eth_lm_context lm_context;

Completed in 66 milliseconds