Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/
H A Dphylink.c482 int rate_matching) in phylink_get_capabilities() argument
561 switch (rate_matching) { in phylink_get_capabilities()
631 state->rate_matching); in phylink_validate_mask_caps()
1103 phy_rate_matching_to_str(st.rate_matching), in phylink_mac_config()
1265 state->rate_matching = pl->link_config.rate_matching; in phylink_mac_pcs_get_state()
1356 switch (link_state.rate_matching) { in phylink_link_up()
1483 if (pl->phy_state.rate_matching) { in phylink_resolve()
1484 link_state.rate_matching = in phylink_resolve()
1485 pl->phy_state.rate_matching; in phylink_resolve()
1737 pl->phy_state.rate_matching = phydev->rate_matching; in phylink_phy_change()
[all …]
H A Dphy-core.c84 const char *phy_rate_matching_to_str(int rate_matching) in phy_rate_matching_to_str() argument
86 switch (rate_matching) { in phy_rate_matching_to_str()
H A Daquantia_main.c413 phydev->rate_matching = RATE_MATCH_PAUSE; in aqr107_read_rate()
415 phydev->rate_matching = RATE_MATCH_NONE; in aqr107_read_rate()
H A Dphy.c300 cmd->base.rate_matching = phydev->rate_matching; in phy_ethtool_ksettings_get()
/openbmc/linux/include/linux/
H A Dphylink.h190 int rate_matching; member
642 int rate_matching);
H A Dphy.h670 int rate_matching; member
1195 const char *phy_rate_matching_to_str(int rate_matching);
/openbmc/linux/net/ethtool/
H A Dlinkmodes.c148 lsettings->rate_matching)) in linkmodes_fill_reply()
H A Dioctl.c571 link_ksettings.base.rate_matching = RATE_MATCH_NONE; in ethtool_get_link_ksettings()
/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.h645 __u32 rate_matching:1; member
657 __u8 rate_matching; member
748 __u32 rate_matching:1; member
760 __u8 rate_matching; member
886 __u8 rate_matching) in ethtool_linkmodes_set_req_set_rate_matching() argument
888 req->_present.rate_matching = 1; in ethtool_linkmodes_set_req_set_rate_matching()
889 req->rate_matching = rate_matching; in ethtool_linkmodes_set_req_set_rate_matching()
H A Dethtool-user.c1961 dst->_present.rate_matching = 1; in ethtool_linkmodes_get_rsp_parse()
1962 dst->rate_matching = mnl_attr_get_u8(attr); in ethtool_linkmodes_get_rsp_parse()
2094 if (req->_present.rate_matching) in ethtool_linkmodes_set()
2095 mnl_attr_put_u8(nlh, ETHTOOL_A_LINKMODES_RATE_MATCHING, req->rate_matching); in ethtool_linkmodes_set()
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h2527 uint8_t rate_matching; member
/openbmc/linux/include/uapi/linux/
H A Dethtool.h2199 __u8 rate_matching; member