Lines Matching +full:1000 +full:basex
52 * modes and set only one mode which module supports: 1000baseX_Full. in sfp_quirk_ubnt_uf_instant()
55 phylink_set(modes, 1000baseX_Full); in sfp_quirk_ubnt_uf_instant()
278 phylink_set(modes, 1000baseX_Full); in sfp_parse_support()
280 phylink_set(modes, 1000baseT_Half); in sfp_parse_support()
281 phylink_set(modes, 1000baseT_Full); in sfp_parse_support()
284 /* 1000Base-PX or 1000Base-BX10 */ in sfp_parse_support()
287 phylink_set(modes, 1000baseX_Full); in sfp_parse_support()
299 phylink_set(modes, 1000baseX_Full); in sfp_parse_support()
347 /* For fibre channel SFP, derive possible BaseX modes */ in sfp_parse_support()
354 phylink_set(modes, 1000baseX_Full); in sfp_parse_support()
359 * 1310nm/1550nm) are not 1000BASE-BX compliant due to the differing in sfp_parse_support()
363 /* If the bit rate allows 1000baseX */ in sfp_parse_support()
365 phylink_set(modes, 1000baseX_Full); in sfp_parse_support()
401 if (phylink_test(link_modes, 1000baseT_Half) || in sfp_select_interface()
402 phylink_test(link_modes, 1000baseT_Full)) in sfp_select_interface()
405 if (phylink_test(link_modes, 1000baseX_Full)) in sfp_select_interface()