Lines Matching full:2500
44 phylink_set(modes, 2500baseX_Full); in sfp_quirk_2500basex()
60 // Alcatel Lucent G-010S-P can operate at 2500base-X, but
61 // incorrectly report 2500MBd NRZ in their EEPROM
66 // Alcatel Lucent G-010S-A can operate at 2500base-X, but
72 // Huawei MA5671A can operate at 2500base-X, but report 1.2GBd
297 phylink_set(modes, 2500baseX_Full); in sfp_parse_support()
338 phylink_set(modes, 2500baseT_Full); in sfp_parse_support()
352 phylink_set(modes, 2500baseX_Full); in sfp_parse_support()
362 * Do the same for modules supporting 2500BASE-X. Note that some in sfp_parse_support()
363 * modules use 2500Mbaud rather than 3100 or 3200Mbaud for in sfp_parse_support()
364 * 2500BASE-X, so we allow some slack here. in sfp_parse_support()
369 if (br_min <= 3200 && br_max >= 2500) in sfp_parse_support()
370 phylink_set(modes, 2500baseX_Full); in sfp_parse_support()
411 if (phylink_test(link_modes, 2500baseX_Full)) in sfp_select_interface()