Searched refs:phylink_set (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/net/phy/ |
D | sfp-bus.c | 97 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 …]
|
D | phylink.c | 146 phylink_set(mask, TP); in phylink_set_port_modes() 147 phylink_set(mask, AUI); in phylink_set_port_modes() 148 phylink_set(mask, MII); in phylink_set_port_modes() 149 phylink_set(mask, FIBRE); in phylink_set_port_modes() 150 phylink_set(mask, BNC); in phylink_set_port_modes() 151 phylink_set(mask, Backplane); in phylink_set_port_modes() 160 phylink_set(tmp, Autoneg); in phylink_is_empty_linkmode() 161 phylink_set(tmp, Pause); in phylink_is_empty_linkmode() 162 phylink_set(tmp, Asym_Pause); in phylink_is_empty_linkmode() 646 phylink_set(mask, Autoneg); in phylink_validate_mask_caps() [all …]
|
/linux-6.12.1/drivers/net/ethernet/qlogic/qed/ |
D | qed_main.c | 1860 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-6.12.1/drivers/scsi/qedf/ |
D | qedf_main.c | 495 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-6.12.1/drivers/net/phy/qcom/ |
D | at803x.c | 734 phylink_set(phy_support, 1000baseX_Full); in at8031_sfp_insert() 735 phylink_set(phy_support, 1000baseT_Full); in at8031_sfp_insert() 736 phylink_set(phy_support, Autoneg); in at8031_sfp_insert() 737 phylink_set(phy_support, Pause); in at8031_sfp_insert() 738 phylink_set(phy_support, Asym_Pause); in at8031_sfp_insert()
|
/linux-6.12.1/include/linux/ |
D | phylink.h | 640 #define phylink_set(bm, mode) __phylink_do_bit(__set_bit, bm, mode) macro
|
/linux-6.12.1/drivers/net/pcs/ |
D | pcs-xpcs.c | 497 phylink_set(state->lp_advertising, Autoneg); in xpcs_read_lpa_c73()
|