Linux Kernel
3.7.1
|
#include "vmxnet3_int.h"
Go to the source code of this file.
Data Structures | |
struct | vmxnet3_stat_desc |
Macros | |
#define | NUM_TX_REGS 8 |
#define | NUM_RX_REGS 12 |
Functions | |
struct rtnl_link_stats64 * | vmxnet3_get_stats64 (struct net_device *netdev, struct rtnl_link_stats64 *stats) |
int | vmxnet3_set_features (struct net_device *netdev, netdev_features_t features) |
void | vmxnet3_set_ethtool_ops (struct net_device *netdev) |
#define NUM_RX_REGS 12 |
Definition at line 188 of file vmxnet3_ethtool.c.
#define NUM_TX_REGS 8 |
Definition at line 187 of file vmxnet3_ethtool.c.
|
read |
Definition at line 117 of file vmxnet3_ethtool.c.
void vmxnet3_set_ethtool_ops | ( | struct net_device * | netdev | ) |
Definition at line 632 of file vmxnet3_ethtool.c.
int vmxnet3_set_features | ( | struct net_device * | netdev, |
netdev_features_t | features | ||
) |
Definition at line 260 of file vmxnet3_ethtool.c.