Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | ethtool_ops |
Enumerations | |
enum | ethtool_phys_id_state { ETHTOOL_ID_INACTIVE, ETHTOOL_ID_ACTIVE, ETHTOOL_ID_ON, ETHTOOL_ID_OFF } |
Functions | |
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 *eti) |
enum ethtool_phys_id_state - indicator state for physical identification : Physical ID indicator should be deactivated : Physical ID indicator should be activated : LED should be turned on (used iff ETHTOOL_ID_ACTIVE is not supported) : LED should be turned off (used iff ETHTOOL_ID_ACTIVE is not supported)
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 * | eti | ||
) |