Searched refs:sfp_cable_tech (Results 1 – 2 of 2) sorted by relevance
252 uint8_t sfp_cable_tech; in al_eth_sfp_detect() local271 SFP_I2C_HEADER_10G_DA_IDX, &sfp_cable_tech); in al_eth_sfp_detect()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()326 __func__, sfp_10g, sfp_1g, sfp_cable_tech, in al_eth_sfp_detect()
201 uint8_t sfp_cable_tech; member