Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dsfp-bus.c97 phylink_set(support, FIBRE); in sfp_parse_port()
101 phylink_set(support, TP); in sfp_parse_port()
177 phylink_set(modes, 10000baseSR_Full); in sfp_parse_support()
181 phylink_set(modes, 10000baseLR_Full); in sfp_parse_support()
185 phylink_set(modes, 10000baseLRM_Full); in sfp_parse_support()
189 phylink_set(modes, 10000baseER_Full); in sfp_parse_support()
195 phylink_set(modes, 1000baseX_Full); in sfp_parse_support()
199 phylink_set(modes, 1000baseT_Half); in sfp_parse_support()
200 phylink_set(modes, 1000baseT_Full); in sfp_parse_support()
208 phylink_set(modes, 1000baseX_Full); in sfp_parse_support()
[all …]
H A Dphylink.c156 phylink_set(mask, TP); in phylink_set_port_modes()
157 phylink_set(mask, AUI); in phylink_set_port_modes()
158 phylink_set(mask, MII); in phylink_set_port_modes()
159 phylink_set(mask, FIBRE); in phylink_set_port_modes()
160 phylink_set(mask, BNC); in phylink_set_port_modes()
161 phylink_set(mask, Backplane); in phylink_set_port_modes()
170 phylink_set(tmp, Autoneg); in phylink_is_empty_linkmode()
171 phylink_set(tmp, Pause); in phylink_is_empty_linkmode()
172 phylink_set(tmp, Asym_Pause); in phylink_is_empty_linkmode()
667 phylink_set(mask, Autoneg); in phylink_validate_mask_caps()
[all …]
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c1860 phylink_set(if_caps, FIBRE); in qed_fill_link_capability()
1863 phylink_set(if_caps, 20000baseKR2_Full); in qed_fill_link_capability()
1869 phylink_set(if_caps, 1000baseKX_Full); in qed_fill_link_capability()
1871 phylink_set(if_caps, 10000baseCR_Full); in qed_fill_link_capability()
1878 phylink_set(if_caps, 40000baseCR4_Full); in qed_fill_link_capability()
1885 phylink_set(if_caps, 25000baseCR_Full); in qed_fill_link_capability()
1887 phylink_set(if_caps, 50000baseCR2_Full); in qed_fill_link_capability()
1894 phylink_set(if_caps, 100000baseCR4_Full); in qed_fill_link_capability()
1902 phylink_set(if_caps, TP); in qed_fill_link_capability()
1907 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/pcs/
H A Dpcs-xpcs.c456 phylink_set(state->lp_advertising, Autoneg); in xpcs_read_lpa_c73()