Linux Kernel
3.7.1
|
#include <linux/list.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/phy.h>
#include "dsa_priv.h"
Go to the source code of this file.
Functions | |
void | dsa_slave_mii_bus_init (struct dsa_switch *ds) |
struct net_device * | dsa_slave_create (struct dsa_switch *ds, struct device *parent, int port, char *name) |
|
read |
void dsa_slave_mii_bus_init | ( | struct dsa_switch * | ds | ) |