Home
last modified time | relevance | path

Searched refs:rate_matching (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/phy/
H A Dphylink.c423 * @rate_matching: type of rate matching being performed
430 int rate_matching) in phylink_get_capabilities() argument
439 switch (rate_matching) { in phylink_get_capabilities()
501 state->rate_matching); in phylink_validate_mask_caps()
588 tmp_state.rate_matching = phy_get_rate_matching(phy, interface); in phylink_validate_one()
593 phy_rate_matching_to_str(tmp_state.rate_matching), in phylink_validate_one()
1003 phy_rate_matching_to_str(st.rate_matching), in phylink_mac_config()
1385 state->rate_matching = pl->link_config.rate_matching; in phylink_mac_pcs_get_state()
1517 switch (link_state.rate_matching) { in phylink_link_up()
[all...]
H A Dphy-core.c86 * @rate_matching: Type of rate matching to describe
88 const char *phy_rate_matching_to_str(int rate_matching) in phy_rate_matching_to_str() argument
90 switch (rate_matching) { in phy_rate_matching_to_str()
H A Dphy.c285 cmd->base.rate_matching = phydev->rate_matching; in phy_ethtool_ksettings_get()
H A Dmotorcomm.c2679 phydev->rate_matching = RATE_MATCH_NONE; in yt8821_config_init()
2681 phydev->rate_matching = RATE_MATCH_PAUSE; in yt8821_config_init()
H A Dair_en8811h.c1086 phydev->rate_matching = RATE_MATCH_PAUSE; in en8811h_read_status()
/linux/drivers/net/phy/mediatek/
H A Dmtk-2p5ge.c240 phydev->rate_matching = RATE_MATCH_PAUSE; in mt798x_2p5ge_phy_read_status()
/linux/include/linux/
H A Dphy.h585 * @rate_matching: Current rate matching mode
667 int rate_matching; member
1305 const char *phy_rate_matching_to_str(int rate_matching);
/linux/drivers/net/phy/realtek/
H A Drealtek_main.c1067 phydev->rate_matching = RATE_MATCH_PAUSE; in rtl822xb_config_init()
1070 phydev->rate_matching = RATE_MATCH_NONE; in rtl822xb_config_init()
/linux/net/ethtool/
H A Dioctl.c576 link_ksettings.base.rate_matching = RATE_MATCH_NONE; in ethtool_get_link_ksettings()