Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/stddef.h>
#include <linux/interrupt.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/skbuff.h>
#include <linux/spinlock.h>
#include <linux/mm.h>
#include <linux/delay.h>
#include <linux/dma-mapping.h>
#include <linux/ethtool.h>
#include <linux/mii.h>
#include <linux/phy.h>
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/uaccess.h>
#include <asm/types.h>
#include "ucc_geth.h"
Go to the source code of this file.
Macros | |
#define | UEC_HW_STATS_LEN ARRAY_SIZE(hw_stat_gstrings) |
#define | UEC_TX_FW_STATS_LEN ARRAY_SIZE(tx_fw_stat_gstrings) |
#define | UEC_RX_FW_STATS_LEN ARRAY_SIZE(rx_fw_stat_gstrings) |
#define | uec_get_wol NULL |
#define | uec_set_wol NULL |
Functions | |
void | uec_set_ethtool_ops (struct net_device *netdev) |
#define uec_get_wol NULL |
Definition at line 395 of file ucc_geth_ethtool.c.
#define UEC_HW_STATS_LEN ARRAY_SIZE(hw_stat_gstrings) |
Definition at line 104 of file ucc_geth_ethtool.c.
#define UEC_RX_FW_STATS_LEN ARRAY_SIZE(rx_fw_stat_gstrings) |
Definition at line 106 of file ucc_geth_ethtool.c.
#define uec_set_wol NULL |
Definition at line 396 of file ucc_geth_ethtool.c.
#define UEC_TX_FW_STATS_LEN ARRAY_SIZE(tx_fw_stat_gstrings) |
Definition at line 105 of file ucc_geth_ethtool.c.
void uec_set_ethtool_ops | ( | struct net_device * | netdev | ) |
Definition at line 421 of file ucc_geth_ethtool.c.