Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dsfp-bus.c89 phylink_set(bus->caps.link_modes, FIBRE); in sfp_module_parse_port()
93 phylink_set(bus->caps.link_modes, TP); in sfp_module_parse_port()
152 phylink_set(modes, 10000baseSR_Full); in sfp_module_parse_support()
156 phylink_set(modes, 10000baseLR_Full); in sfp_module_parse_support()
160 phylink_set(modes, 10000baseLRM_Full); in sfp_module_parse_support()
164 phylink_set(modes, 10000baseER_Full); in sfp_module_parse_support()
170 phylink_set(modes, 1000baseX_Full); in sfp_module_parse_support()
174 phylink_set(modes, 1000baseT_Half); in sfp_module_parse_support()
175 phylink_set(modes, 1000baseT_Full); in sfp_module_parse_support()
183 phylink_set(modes, 1000baseX_Full); in sfp_module_parse_support()
[all …]
/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_aml.c210 phylink_set(modes, Autoneg); in txgbe_sfp_to_linkmodes()
214 phylink_set(modes, 25000baseCR_Full); in txgbe_sfp_to_linkmodes()
215 phylink_set(modes, 10000baseCR_Full); in txgbe_sfp_to_linkmodes()
219 phylink_set(modes, 10000baseCR_Full); in txgbe_sfp_to_linkmodes()
224 phylink_set(modes, Autoneg); in txgbe_sfp_to_linkmodes()
225 phylink_set(modes, 25000baseCR_Full); in txgbe_sfp_to_linkmodes()
232 phylink_set(modes, 25000baseSR_Full); in txgbe_sfp_to_linkmodes()
237 phylink_set(modes, 10000baseSR_Full); in txgbe_sfp_to_linkmodes()
242 phylink_set(modes, 10000baseLR_Full); in txgbe_sfp_to_linkmodes()
252 phylink_set(modes, Pause); in txgbe_sfp_to_linkmodes()
[all …]
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c1861 phylink_set(if_caps, FIBRE); in qed_fill_link_capability()
1864 phylink_set(if_caps, 20000baseKR2_Full); in qed_fill_link_capability()
1870 phylink_set(if_caps, 1000baseKX_Full); in qed_fill_link_capability()
1872 phylink_set(if_caps, 10000baseCR_Full); in qed_fill_link_capability()
1879 phylink_set(if_caps, 40000baseCR4_Full); in qed_fill_link_capability()
1886 phylink_set(if_caps, 25000baseCR_Full); in qed_fill_link_capability()
1888 phylink_set(if_caps, 50000baseCR2_Full); in qed_fill_link_capability()
1895 phylink_set(if_caps, 100000baseCR4_Full); in qed_fill_link_capability()
1903 phylink_set(if_caps, TP); in qed_fill_link_capability()
1908 phylink_set(if_caps, 1000baseT_Full); in qed_fill_link_capability()
[all …]
/linux/drivers/scsi/qedf/
H A Dqedf_main.c495 phylink_set(sup_caps, 10000baseT_Full); in qedf_update_link_speed()
496 phylink_set(sup_caps, 10000baseKX4_Full); in qedf_update_link_speed()
497 phylink_set(sup_caps, 10000baseR_FEC); in qedf_update_link_speed()
498 phylink_set(sup_caps, 10000baseCR_Full); in qedf_update_link_speed()
499 phylink_set(sup_caps, 10000baseSR_Full); in qedf_update_link_speed()
500 phylink_set(sup_caps, 10000baseLR_Full); in qedf_update_link_speed()
501 phylink_set(sup_caps, 10000baseLRM_Full); in qedf_update_link_speed()
502 phylink_set(sup_caps, 10000baseKR_Full); in qedf_update_link_speed()
508 phylink_set(sup_caps, 25000baseKR_Full); in qedf_update_link_speed()
509 phylink_set(sup_caps, 25000baseCR_Full); in qedf_update_link_speed()
[all …]
/linux/drivers/net/phy/qcom/
H A Dat803x.c793 phylink_set(port->supported, 1000baseX_Full); in at8031_attach_mii_port()
794 phylink_set(port->supported, 1000baseT_Full); in at8031_attach_mii_port()
795 phylink_set(port->supported, Autoneg); in at8031_attach_mii_port()
796 phylink_set(port->supported, Pause); in at8031_attach_mii_port()
797 phylink_set(port->supported, Asym_Pause); in at8031_attach_mii_port()
/linux/include/linux/
H A Dphylink.h777 #define phylink_set(bm, mode) __phylink_do_bit(__set_bit, bm, mode) macro
/linux/drivers/net/pcs/
H A Dpcs-xpcs.c500 phylink_set(state->lp_advertising, Autoneg); in xpcs_read_lpa_c73()