1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Applied Micro X-Gene SoC Ethernet v2 Driver
5 * Copyright (c) 2017, Applied Micro Circuits Corporation
6 * Author(s): Iyappan Subramanian <isubramanian@apm.com>
9 #ifndef __XGENE_ENET_V2_ETHTOOL_H__
10 #define __XGENE_ENET_V2_ETHTOOL_H__
12 struct xge_gstrings_stats
{
13 char name
[ETH_GSTRING_LEN
];
17 struct xge_gstrings_extd_stats
{
18 char name
[ETH_GSTRING_LEN
];
64 void xge_set_ethtool_ops(struct net_device
*ndev
);
66 #endif /* __XGENE_ENET_V2_ETHTOOL_H__ */