Searched refs:master_slave_cfg (Results 1 – 6 of 6) sorted by relevance
91 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()228 const struct nlattr *master_slave_cfg, *lanes_cfg; in ethnl_check_linkmodes() local230 master_slave_cfg = tb[ETHTOOL_A_LINKMODES_MASTER_SLAVE_CFG]; in ethnl_check_linkmodes()231 if (master_slave_cfg && in ethnl_check_linkmodes()232 !ethnl_validate_master_slave_cfg(nla_get_u8(master_slave_cfg))) { in ethnl_check_linkmodes()233 NL_SET_ERR_MSG_ATTR(info->extack, master_slave_cfg, in ethnl_check_linkmodes()254 const struct nlattr *master_slave_cfg, *lanes_cfg; in ethnl_update_linkmodes() local257 master_slave_cfg = tb[ETHTOOL_A_LINKMODES_MASTER_SLAVE_CFG]; in ethnl_update_linkmodes()[all …]
572 link_ksettings.base.master_slave_cfg = MASTER_SLAVE_CFG_UNSUPPORTED; in ethtool_get_link_ksettings()612 if (link_ksettings.base.master_slave_cfg || in ethtool_set_link_ksettings()
284 cmd->base.master_slave_cfg = phydev->master_slave_get; in phy_ethtool_ksettings_get()847 phydev->master_slave_set = cmd->base.master_slave_cfg; in phy_ethtool_ksettings_set()
863 u8 master_slave_cfg; member
3374 cmd->base.master_slave_cfg = req1->master_slave_cfg; in hclge_get_phy_link_ksettings()3414 req1->master_slave_cfg = cmd->base.master_slave_cfg; in hclge_set_phy_link_ksettings()
2145 __u8 master_slave_cfg; member