Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
ethtool.c File Reference
#include <linux/hardirq.h>
#include <linux/netdevice.h>
#include <linux/ethtool.h>
#include <linux/delay.h>
#include "decl.h"
#include "cmd.h"
#include "mesh.h"

Go to the source code of this file.

Macros

#define LBS_EEPROM_LEN   16384
 

Variables

struct ethtool_ops lbs_ethtool_ops
 

Macro Definition Documentation

#define LBS_EEPROM_LEN   16384

Definition at line 30 of file ethtool.c.

Variable Documentation

struct ethtool_ops lbs_ethtool_ops
Initial value:
= {
.get_drvinfo = lbs_ethtool_get_drvinfo,
.get_eeprom = lbs_ethtool_get_eeprom,
.get_eeprom_len = lbs_ethtool_get_eeprom_len,
.get_wol = lbs_ethtool_get_wol,
.set_wol = lbs_ethtool_set_wol,
}

Definition at line 108 of file ethtool.c.