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

/freebsd-13-stable/sys/dev/al_eth/
H A Dal_init_eth_lm.h54 * lm_params.sfp_detection = true;
158 boolean_t sfp_detection; member in struct:al_eth_lm_context
212 boolean_t sfp_detection; member in struct:al_eth_lm_init_params
218 * default mode, and dac length will be used in case sfp_detection
H A Dal_init_eth_lm.c1088 lm_context->sfp_detection = params->sfp_detection;
1109 /* eeprom_read must be provided if sfp_detection is true */
1110 al_assert((lm_context->sfp_detection == FALSE) ||
1226 if (lm_context->sfp_detection) {
H A Dal_eth.c793 params.sfp_detection = adapter->sfp_detection_needed;

Completed in 722 milliseconds