|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/netdevice.h>#include <linux/ratelimit.h>#include <net/dst.h>#include <asm/octeon/octeon.h>#include "ethernet-defines.h"#include "octeon-ethernet.h"#include "ethernet-util.h"#include <asm/octeon/cvmx-helper.h>#include <asm/octeon/cvmx-gmxx-defs.h>Go to the source code of this file.
Functions | |
| int | cvm_oct_sgmii_open (struct net_device *dev) |
| int | cvm_oct_sgmii_stop (struct net_device *dev) |
| int | cvm_oct_sgmii_init (struct net_device *dev) |
| void | cvm_oct_sgmii_uninit (struct net_device *dev) |
| int cvm_oct_sgmii_init | ( | struct net_device * | dev | ) |
Definition at line 112 of file ethernet-sgmii.c.
| int cvm_oct_sgmii_open | ( | struct net_device * | dev | ) |
Definition at line 42 of file ethernet-sgmii.c.
| int cvm_oct_sgmii_stop | ( | struct net_device * | dev | ) |
Definition at line 63 of file ethernet-sgmii.c.
| void cvm_oct_sgmii_uninit | ( | struct net_device * | dev | ) |
Definition at line 124 of file ethernet-sgmii.c.
1.8.2