Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
mv88e6123_61_65.c File Reference
#include <linux/list.h>
#include <linux/module.h>
#include <linux/netdevice.h>
#include <linux/phy.h>
#include <net/dsa.h>
#include "mv88e6xxx.h"

Go to the source code of this file.

Functions

 MODULE_ALIAS ("platform:mv88e6123")
 
 MODULE_ALIAS ("platform:mv88e6161")
 
 MODULE_ALIAS ("platform:mv88e6165")
 

Variables

struct dsa_switch_driver mv88e6123_61_65_switch_driver
 

Function Documentation

MODULE_ALIAS ( "platform:mv88e6123"  )
MODULE_ALIAS ( "platform:mv88e6161"  )
MODULE_ALIAS ( "platform:mv88e6165"  )

Variable Documentation

struct dsa_switch_driver mv88e6123_61_65_switch_driver
Initial value:
= {
.tag_protocol = cpu_to_be16(ETH_P_EDSA),
.priv_size = sizeof(struct mv88e6xxx_priv_state),
.probe = mv88e6123_61_65_probe,
.setup = mv88e6123_61_65_setup,
.phy_read = mv88e6123_61_65_phy_read,
.phy_write = mv88e6123_61_65_phy_write,
.poll_link = mv88e6xxx_poll_link,
.get_strings = mv88e6123_61_65_get_strings,
.get_ethtool_stats = mv88e6123_61_65_get_ethtool_stats,
.get_sset_count = mv88e6123_61_65_get_sset_count,
}

Definition at line 436 of file mv88e6123_61_65.c.