Searched refs:phylink_set (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/phy/ |
H A 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 …]
|
H A D | phylink.c | 133 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 …]
|
H A D | at803x.c | 694 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()
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_main.c | 1861 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 …]
|
/openbmc/linux/drivers/scsi/qedf/ |
H A 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 …]
|
/openbmc/linux/include/linux/ |
H A D | phylink.h | 698 #define phylink_set(bm, mode) __phylink_do_bit(__set_bit, bm, mode) macro
|
/openbmc/linux/drivers/net/pcs/ |
H A D | pcs-xpcs.c | 518 phylink_set(state->lp_advertising, Autoneg); in xpcs_read_lpa_c73()
|