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

/linux-master/drivers/net/phy/
H A Dphylink.c488 * @rate_matching: type of rate matching being performed
495 int rate_matching)
574 switch (rate_matching) {
643 state->rate_matching);
721 tmp_state.rate_matching = phy_get_rate_matching(phy, interface);
726 phy_rate_matching_to_str(tmp_state.rate_matching),
1061 phy_rate_matching_to_str(st.rate_matching),
1289 state->rate_matching = pl->link_config.rate_matching;
1380 switch (link_state.rate_matching) {
493 phylink_get_capabilities(phy_interface_t interface, unsigned long mac_capabilities, int rate_matching) argument
[all...]
H A Dphy-core.c82 * @rate_matching: Type of rate matching to describe
84 const char *phy_rate_matching_to_str(int rate_matching) argument
86 switch (rate_matching) {
H A Dphy.c300 cmd->base.rate_matching = phydev->rate_matching;
/linux-master/include/linux/
H A Dphylink.h110 * @rate_matching: rate matching being performed, one of the RATE_MATCH_*
124 int rate_matching; member in struct:phylink_link_state
H A Dphy.h604 * @rate_matching: Current rate matching mode
680 int rate_matching; member in struct:phy_device
1230 const char *phy_rate_matching_to_str(int rate_matching);
/linux-master/net/ethtool/
H A Dlinkmodes.c148 lsettings->rate_matching))
H A Dioctl.c571 link_ksettings.base.rate_matching = RATE_MATCH_NONE;
/linux-master/drivers/net/phy/aquantia/
H A Daquantia_main.c362 phydev->rate_matching = RATE_MATCH_PAUSE;
364 phydev->rate_matching = RATE_MATCH_NONE;
/linux-master/include/uapi/linux/
H A Dethtool.h2195 * @rate_matching: Rate adaptation performed by the PHY
2262 __u8 rate_matching; member in struct:ethtool_link_settings

Completed in 131 milliseconds