Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/phy/
Dsfp-bus.c97 phylink_set(support, FIBRE); in sfp_parse_port()
101 phylink_set(support, TP); in sfp_parse_port()
154 phylink_set(modes, Autoneg); in sfp_parse_support()
155 phylink_set(modes, Pause); in sfp_parse_support()
156 phylink_set(modes, Asym_Pause); in sfp_parse_support()
181 phylink_set(modes, 10000baseSR_Full); in sfp_parse_support()
185 phylink_set(modes, 10000baseLR_Full); in sfp_parse_support()
189 phylink_set(modes, 10000baseLRM_Full); in sfp_parse_support()
193 phylink_set(modes, 10000baseER_Full); in sfp_parse_support()
199 phylink_set(modes, 1000baseX_Full); in sfp_parse_support()
[all …]
Dphylink.c133 phylink_set(mask, TP); in phylink_set_port_modes()
134 phylink_set(mask, AUI); in phylink_set_port_modes()
135 phylink_set(mask, MII); in phylink_set_port_modes()
136 phylink_set(mask, FIBRE); in phylink_set_port_modes()
137 phylink_set(mask, BNC); in phylink_set_port_modes()
138 phylink_set(mask, Backplane); in phylink_set_port_modes()
147 phylink_set(tmp, Autoneg); in phylink_is_empty_linkmode()
148 phylink_set(tmp, Pause); in phylink_is_empty_linkmode()
149 phylink_set(tmp, Asym_Pause); in phylink_is_empty_linkmode()
629 phylink_set(mask, Autoneg); in phylink_validate_mask_caps()
[all …]
Dat803x.c694 phylink_set(phy_support, 1000baseX_Full); in at803x_sfp_insert()
695 phylink_set(phy_support, 1000baseT_Full); in at803x_sfp_insert()
696 phylink_set(phy_support, Autoneg); in at803x_sfp_insert()
697 phylink_set(phy_support, Pause); in at803x_sfp_insert()
698 phylink_set(phy_support, Asym_Pause); in at803x_sfp_insert()
/linux-6.6.21/drivers/net/ethernet/qlogic/qed/
Dqed_main.c1862 phylink_set(if_caps, FIBRE); in qed_fill_link_capability()
1865 phylink_set(if_caps, 20000baseKR2_Full); in qed_fill_link_capability()
1871 phylink_set(if_caps, 1000baseKX_Full); in qed_fill_link_capability()
1873 phylink_set(if_caps, 10000baseCR_Full); in qed_fill_link_capability()
1880 phylink_set(if_caps, 40000baseCR4_Full); in qed_fill_link_capability()
1887 phylink_set(if_caps, 25000baseCR_Full); in qed_fill_link_capability()
1889 phylink_set(if_caps, 50000baseCR2_Full); in qed_fill_link_capability()
1896 phylink_set(if_caps, 100000baseCR4_Full); in qed_fill_link_capability()
1904 phylink_set(if_caps, TP); in qed_fill_link_capability()
1909 phylink_set(if_caps, 1000baseT_Full); in qed_fill_link_capability()
[all …]
/linux-6.6.21/drivers/scsi/qedf/
Dqedf_main.c488 phylink_set(sup_caps, 10000baseT_Full); in qedf_update_link_speed()
489 phylink_set(sup_caps, 10000baseKX4_Full); in qedf_update_link_speed()
490 phylink_set(sup_caps, 10000baseR_FEC); in qedf_update_link_speed()
491 phylink_set(sup_caps, 10000baseCR_Full); in qedf_update_link_speed()
492 phylink_set(sup_caps, 10000baseSR_Full); in qedf_update_link_speed()
493 phylink_set(sup_caps, 10000baseLR_Full); in qedf_update_link_speed()
494 phylink_set(sup_caps, 10000baseLRM_Full); in qedf_update_link_speed()
495 phylink_set(sup_caps, 10000baseKR_Full); in qedf_update_link_speed()
501 phylink_set(sup_caps, 25000baseKR_Full); in qedf_update_link_speed()
502 phylink_set(sup_caps, 25000baseCR_Full); in qedf_update_link_speed()
[all …]
/linux-6.6.21/include/linux/
Dphylink.h698 #define phylink_set(bm, mode) __phylink_do_bit(__set_bit, bm, mode) macro
/linux-6.6.21/drivers/net/pcs/
Dpcs-xpcs.c518 phylink_set(state->lp_advertising, Autoneg); in xpcs_read_lpa_c73()