|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/types.h>#include <linux/capability.h>#include <linux/errno.h>#include <linux/ethtool.h>#include <linux/netdevice.h>#include <linux/net_tstamp.h>#include <linux/phy.h>#include <linux/bitops.h>#include <linux/uaccess.h>#include <linux/vmalloc.h>#include <linux/slab.h>#include <linux/rtnetlink.h>#include <linux/sched.h>Go to the source code of this file.
Macros | |
| #define | ETHTOOL_DEV_FEATURE_WORDS ((NETDEV_FEATURE_COUNT + 31) / 32) |
| #define | ETH_ALL_FLAGS |
| #define | ETH_ALL_FEATURES |
| #define ETH_ALL_FEATURES |
| #define ETH_ALL_FLAGS |
| #define ETHTOOL_DEV_FEATURE_WORDS ((NETDEV_FEATURE_COUNT + 31) / 32) |
| int __ethtool_get_settings | ( | struct net_device * | dev, |
| struct ethtool_cmd * | cmd | ||
| ) |
| u32 ethtool_op_get_link | ( | struct net_device * | dev | ) |
| int ethtool_op_get_ts_info | ( | struct net_device * | dev, |
| struct ethtool_ts_info * | info | ||
| ) |
| EXPORT_SYMBOL | ( | ethtool_op_get_link | ) |
| EXPORT_SYMBOL | ( | ethtool_op_get_ts_info | ) |
| EXPORT_SYMBOL | ( | __ethtool_get_settings | ) |
1.8.2