Home
last modified time | relevance | path

Searched refs:SFP_10G_DA_PASSIVE (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/al_eth/
H A Dal_init_eth_lm.c235 #define SFP_10G_DA_PASSIVE 0x4 macro
297 } else if ((sfp_cable_tech & (SFP_10G_DA_PASSIVE | SFP_10G_DA_ACTIVE)) != 0) { in al_eth_sfp_detect()
311 (sfp_cable_tech & SFP_10G_DA_PASSIVE) ? "Passive" : "Active", in al_eth_sfp_detect()
316 lm_context->da_len = (sfp_cable_tech & SFP_10G_DA_PASSIVE) ? sfp_da_len : 0; in al_eth_sfp_detect()