Home
last modified time | relevance | path

Searched refs:master_slave_cfg (Results 1 – 6 of 6) sorted by relevance

/linux/net/ethtool/
H A Dlinkmodes.c91 if (lsettings->master_slave_cfg != MASTER_SLAVE_CFG_UNSUPPORTED) in linkmodes_reply_size()
137 if (lsettings->master_slave_cfg != MASTER_SLAVE_CFG_UNSUPPORTED && in linkmodes_fill_reply()
139 lsettings->master_slave_cfg)) in linkmodes_fill_reply()
216 const struct nlattr *master_slave_cfg, *lanes_cfg; in ethnl_check_linkmodes() local
218 master_slave_cfg = tb[ETHTOOL_A_LINKMODES_MASTER_SLAVE_CFG]; in ethnl_check_linkmodes()
219 if (master_slave_cfg && in ethnl_check_linkmodes()
220 !ethnl_validate_master_slave_cfg(nla_get_u8(master_slave_cfg))) { in ethnl_check_linkmodes()
221 NL_SET_ERR_MSG_ATTR(info->extack, master_slave_cfg, in ethnl_check_linkmodes()
242 const struct nlattr *master_slave_cfg, *lanes_cfg; in ethnl_update_linkmodes() local
245 master_slave_cfg = tb[ETHTOOL_A_LINKMODES_MASTER_SLAVE_CFG]; in ethnl_update_linkmodes()
[all …]
H A Dioctl.c573 link_ksettings.base.master_slave_cfg = MASTER_SLAVE_CFG_UNSUPPORTED; in ethtool_get_link_ksettings()
613 if (link_ksettings.base.master_slave_cfg || in ethtool_set_link_ksettings()
/linux/drivers/net/phy/
H A Dphy.c298 cmd->base.master_slave_cfg = phydev->master_slave_get; in phy_ethtool_ksettings_get()
1124 phydev->master_slave_set = cmd->base.master_slave_cfg; in phy_ethtool_ksettings_set()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_cmd.h866 u8 master_slave_cfg; member
H A Dhclge_main.c3363 cmd->base.master_slave_cfg = req1->master_slave_cfg; in hclge_get_phy_link_ksettings()
3403 req1->master_slave_cfg = cmd->base.master_slave_cfg; in hclge_set_phy_link_ksettings()
/linux/include/uapi/linux/
H A Dethtool.h2525 __u8 master_slave_cfg; member