Lines Matching +full:xgene +full:- +full:enet
1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Applied Micro X-Gene SoC Ethernet v2 Driver
89 struct platform_device *pdev = pdata->pdev; in xge_get_drvinfo()
91 strcpy(info->driver, "xgene-enet-v2"); in xge_get_drvinfo()
92 sprintf(info->bus_info, "%s", pdev->name); in xge_get_drvinfo()
117 return -EINVAL; in xge_get_sset_count()
141 struct phy_device *phydev = ndev->phydev; in xge_get_link_ksettings()
144 return -ENODEV; in xge_get_link_ksettings()
154 struct phy_device *phydev = ndev->phydev; in xge_set_link_ksettings()
157 return -ENODEV; in xge_set_link_ksettings()
174 ndev->ethtool_ops = &xge_ethtool_ops; in xge_set_ethtool_ops()