#include <linux/netdevice.h>
#include <linux/interrupt.h>
#include <linux/ethtool.h>
#include <linux/pci.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/vmalloc.h>
#include "e1000.h"
Go to the source code of this file.
|
#define | E1000_STAT(str, m) |
|
#define | E1000_NETDEV_STAT(str, m) |
|
#define | E1000_GLOBAL_STATS_LEN ARRAY_SIZE(e1000_gstrings_stats) |
|
#define | E1000_STATS_LEN (E1000_GLOBAL_STATS_LEN) |
|
#define | E1000_TEST_LEN ARRAY_SIZE(e1000_gstrings_test) |
|
#define | E1000_REGS_LEN 32 /* overestimate */ |
|
#define | REG_PATTERN_TEST_ARRAY(reg, offset, mask, write) |
|
#define | REG_PATTERN_TEST(reg, mask, write) REG_PATTERN_TEST_ARRAY(reg, 0, mask, write) |
|
#define | REG_SET_AND_CHECK(reg, mask, write) |
|
#define | I82577_PHY_LBK_CTRL 19 |
|
#define | E1000_SERDES_LB_ON 0x410 |
|
#define | KMRNCTRLSTA_OPMODE (0x1F << 16) |
|
#define | KMRNCTRLSTA_OPMODE_1GB_FD_GMII 0x0582 |
|
#define | E1000_SERDES_LB_OFF 0x400 |
|
#define E1000_GLOBAL_STATS_LEN ARRAY_SIZE(e1000_gstrings_stats) |
#define E1000_NETDEV_STAT |
( |
|
str, |
|
|
|
m |
|
) |
| |
#define E1000_REGS_LEN 32 /* overestimate */ |
#define E1000_SERDES_LB_OFF 0x400 |
#define E1000_SERDES_LB_ON 0x410 |
#define E1000_STAT |
( |
|
str, |
|
|
|
m |
|
) |
| |
#define E1000_TEST_LEN ARRAY_SIZE(e1000_gstrings_test) |
#define I82577_PHY_LBK_CTRL 19 |
#define KMRNCTRLSTA_OPMODE (0x1F << 16) |
#define KMRNCTRLSTA_OPMODE_1GB_FD_GMII 0x0582 |
Value:do { \
return 1; \
} while (0)
Definition at line 790 of file ethtool.c.
Value:do { \
return 1; \
} while (0)
Definition at line 798 of file ethtool.c.