Searched refs:lm_context (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/al_eth/
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_context, uint32_
248 al_eth_sfp_detect(struct al_eth_lm_context *lm_context, enum al_eth_lm_link_mode *new_mode) argument
349 al_eth_qsfp_detect(struct al_eth_lm_context *lm_context, enum al_eth_lm_link_mode *new_mode) argument
400 al_eth_module_detect(struct al_eth_lm_context *lm_context, enum al_eth_lm_link_mode *new_mode) argument
489 al_eth_serdes_static_tx_params_set(struct al_eth_lm_context *lm_context) argument
533 al_eth_serdes_static_rx_params_set(struct al_eth_lm_context *lm_context) argument
578 al_eth_rx_equal_run(struct al_eth_lm_context *lm_context) argument
668 al_eth_lm_retimer_boost_config(struct al_eth_lm_context *lm_context) argument
732 al_eth_lm_retimer_ds25_write_reg(struct al_eth_lm_context *lm_context, uint8_t reg_addr, uint8_t reg_mask, uint8_t reg_value) argument
764 al_eth_lm_retimer_ds25_channel_select(struct al_eth_lm_context *lm_context, uint8_t channel) argument
786 al_eth_lm_retimer_ds25_channel_config(struct al_eth_lm_context *lm_context, uint8_t channel, struct retimer_config_reg *config, uint8_t config_size) argument
818 al_eth_lm_retimer_ds25_cdr_reset(struct al_eth_lm_context *lm_context, uint32_t channel) argument
852 al_eth_lm_retimer_ds25_signal_detect(struct al_eth_lm_context *lm_context, uint32_t channel) argument
882 al_eth_lm_retimer_ds25_cdr_lock(struct al_eth_lm_context *lm_context, uint32_t channel) argument
912 al_eth_lm_wait_for_lock(struct al_eth_lm_context *lm_context, uint32_t channel) argument
932 al_eth_lm_retimer_signal_lock_check(struct al_eth_lm_context *lm_context, uint32_t channel, boolean_t *ready) argument
968 al_eth_lm_retimer_ds25_full_config(struct al_eth_lm_context *lm_context) argument
1027 al_eth_lm_retimer_25g_rx_adaptation(struct al_eth_lm_context *lm_context) argument
1046 al_eth_lm_check_for_link(struct al_eth_lm_context *lm_context, boolean_t *link_up) argument
1083 al_eth_lm_init(struct al_eth_lm_context *lm_context, struct al_eth_lm_init_params *params) argument
1151 al_eth_lm_link_detection(struct al_eth_lm_context *lm_context, boolean_t *link_fault, enum al_eth_lm_link_mode *old_mode, enum al_eth_lm_link_mode *new_mode) argument
1277 al_eth_lm_link_establish(struct al_eth_lm_context *lm_context, boolean_t *link_up) argument
1449 al_eth_lm_static_parameters_override(struct al_eth_lm_context *lm_context, struct al_serdes_adv_tx_params *tx_params, struct al_serdes_adv_rx_params *rx_params) argument
1470 al_eth_lm_static_parameters_override_disable(struct al_eth_lm_context *lm_context, boolean_t tx_params, boolean_t rx_params) argument
1483 al_eth_lm_static_parameters_get(struct al_eth_lm_context *lm_context, struct al_serdes_adv_tx_params *tx_params, struct al_serdes_adv_rx_params *rx_params) argument
1532 al_eth_lm_debug_mode_set(struct al_eth_lm_context *lm_context, boolean_t enable) argument
[all...]
H A Dal_init_eth_lm.h42 * struct al_eth_lm_context lm_context;
64 * al_eth_lm_init(&lm_context, &lm_params);
66 * rc = al_eth_lm_link_detection(&lm_context, &fault, &old_mode, &new_mode);
82 * rc = al_eth_lm_link_establish($lm_context, &link_up);
285 * @param lm_context pointer to link management context
290 int al_eth_lm_init(struct al_eth_lm_context *lm_context,
296 * @param lm_context pointer to link management context
303 int al_eth_lm_link_detection(struct al_eth_lm_context *lm_context,
311 * @param lm_context pointer to link management context
316 int al_eth_lm_link_establish(struct al_eth_lm_context *lm_context,
[all...]
H A Dal_eth.h349 struct al_eth_lm_context lm_context; member in struct:al_eth_adapter
H A Dal_eth.c827 al_eth_lm_init(&adapter->lm_context, &params);

Completed in 123 milliseconds