2 * Applied Micro X-Gene SoC Ethernet v2 Driver
4 * Copyright (c) 2017, Applied Micro Circuits Corporation
5 * Author(s): Iyappan Subramanian <isubramanian@apm.com>
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the
9 * Free Software Foundation; either version 2 of the License, or (at your
10 * option) any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
21 #ifndef __XGENE_ENET_V2_ETHTOOL_H__
22 #define __XGENE_ENET_V2_ETHTOOL_H__
24 struct xge_gstrings_stats
{
25 char name
[ETH_GSTRING_LEN
];
29 struct xge_gstrings_extd_stats
{
30 char name
[ETH_GSTRING_LEN
];
76 void xge_set_ethtool_ops(struct net_device
*ndev
);
78 #endif /* __XGENE_ENET_V2_ETHTOOL_H__ */