Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/phy/
A Dsfp-bus.c97 phylink_set(support, FIBRE); in sfp_parse_port()
101 phylink_set(support, TP); in sfp_parse_port()
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()
214 phylink_set(modes, 100baseFX_Full); in sfp_parse_support()
218 phylink_set(modes, 100baseFX_Full); in sfp_parse_support()
333 phylink_set(support, Autoneg); in sfp_parse_support()
334 phylink_set(support, Pause); in sfp_parse_support()
[all …]
A Dphylink.c127 phylink_set(mask, TP); in phylink_set_port_modes()
128 phylink_set(mask, AUI); in phylink_set_port_modes()
129 phylink_set(mask, MII); in phylink_set_port_modes()
130 phylink_set(mask, FIBRE); in phylink_set_port_modes()
131 phylink_set(mask, BNC); in phylink_set_port_modes()
132 phylink_set(mask, Backplane); in phylink_set_port_modes()
141 phylink_set(tmp, Autoneg); in phylink_is_empty_linkmode()
142 phylink_set(tmp, Pause); in phylink_is_empty_linkmode()
143 phylink_set(tmp, Asym_Pause); in phylink_is_empty_linkmode()
586 phylink_set(mask, Autoneg); in phylink_validate_mask_caps()
[all …]
A Dat803x.c683 phylink_set(phy_support, 1000baseX_Full); in at803x_sfp_insert()
684 phylink_set(phy_support, 1000baseT_Full); in at803x_sfp_insert()
685 phylink_set(phy_support, Autoneg); in at803x_sfp_insert()
686 phylink_set(phy_support, Pause); in at803x_sfp_insert()
687 phylink_set(phy_support, Asym_Pause); in at803x_sfp_insert()
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qed/
A Dqed_main.c1871 phylink_set(if_caps, FIBRE); in qed_fill_link_capability()
1880 phylink_set(if_caps, 1000baseKX_Full); in qed_fill_link_capability()
1913 phylink_set(if_caps, TP); in qed_fill_link_capability()
1918 phylink_set(if_caps, 1000baseT_Full); in qed_fill_link_capability()
1925 phylink_set(if_caps, FIBRE); in qed_fill_link_capability()
1929 phylink_set(if_caps, 1000baseT_Full); in qed_fill_link_capability()
1944 phylink_set(if_caps, FIBRE); in qed_fill_link_capability()
1977 phylink_set(if_caps, 10000baseR_FEC); in qed_fill_link_capability()
2031 phylink_set(if_caps, Backplane); in qed_fill_link_capability()
2036 phylink_set(if_caps, 1000baseKX_Full); in qed_fill_link_capability()
[all …]
/linux-6.3-rc2/drivers/scsi/qedf/
A Dqedf_main.c487 phylink_set(sup_caps, 10000baseT_Full); in qedf_update_link_speed()
488 phylink_set(sup_caps, 10000baseKX4_Full); in qedf_update_link_speed()
489 phylink_set(sup_caps, 10000baseR_FEC); in qedf_update_link_speed()
490 phylink_set(sup_caps, 10000baseCR_Full); in qedf_update_link_speed()
491 phylink_set(sup_caps, 10000baseSR_Full); in qedf_update_link_speed()
492 phylink_set(sup_caps, 10000baseLR_Full); in qedf_update_link_speed()
493 phylink_set(sup_caps, 10000baseLRM_Full); in qedf_update_link_speed()
494 phylink_set(sup_caps, 10000baseKR_Full); in qedf_update_link_speed()
500 phylink_set(sup_caps, 25000baseKR_Full); in qedf_update_link_speed()
501 phylink_set(sup_caps, 25000baseCR_Full); in qedf_update_link_speed()
[all …]
/linux-6.3-rc2/drivers/net/pcs/
A Dpcs-xpcs.c529 phylink_set(state->lp_advertising, Autoneg); in xpcs_read_lpa_c73()
537 phylink_set(state->lp_advertising, 2500baseX_Full); in xpcs_read_lpa_c73()
544 phylink_set(state->lp_advertising, 1000baseKX_Full); in xpcs_read_lpa_c73()
546 phylink_set(state->lp_advertising, 10000baseKX4_Full); in xpcs_read_lpa_c73()
548 phylink_set(state->lp_advertising, 10000baseKR_Full); in xpcs_read_lpa_c73()
555 phylink_set(state->lp_advertising, Pause); in xpcs_read_lpa_c73()
557 phylink_set(state->lp_advertising, Asym_Pause); in xpcs_read_lpa_c73()
/linux-6.3-rc2/include/linux/
A Dphylink.h618 #define phylink_set(bm, mode) __phylink_do_bit(__set_bit, bm, mode) macro

Completed in 30 milliseconds