Linux Kernel
3.7.1
|
#include <linux/netdevice.h>
#include <linux/ethtool.h>
#include <linux/pci.h>
#include <linux/vmalloc.h>
#include <linux/delay.h>
#include "igbvf.h"
#include <linux/if_vlan.h>
Go to the source code of this file.
Data Structures | |
struct | igbvf_stats |
Macros | |
#define | IGBVF_STAT(current, base) |
#define | IGBVF_GLOBAL_STATS_LEN ARRAY_SIZE(igbvf_gstrings_stats) |
#define | IGBVF_TEST_LEN ARRAY_SIZE(igbvf_gstrings_test) |
#define | IGBVF_REGS_LEN 8 |
Functions | |
void | igbvf_set_ethtool_ops (struct net_device *netdev) |
#define IGBVF_GLOBAL_STATS_LEN ARRAY_SIZE(igbvf_gstrings_stats) |
#define IGBVF_REGS_LEN 8 |
#define IGBVF_TEST_LEN ARRAY_SIZE(igbvf_gstrings_test) |
void igbvf_set_ethtool_ops | ( | struct net_device * | netdev | ) |