Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/netdevice.h>
#include <linux/interrupt.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-spi.h>
#include <asm/octeon/cvmx-npi-defs.h>
#include <asm/octeon/cvmx-spxx-defs.h>
#include <asm/octeon/cvmx-stxx-defs.h>
Go to the source code of this file.
Functions | |
int | cvm_oct_spi_init (struct net_device *dev) |
void | cvm_oct_spi_uninit (struct net_device *dev) |
int cvm_oct_spi_init | ( | struct net_device * | dev | ) |
Definition at line 290 of file ethernet-spi.c.
void cvm_oct_spi_uninit | ( | struct net_device * | dev | ) |
Definition at line 311 of file ethernet-spi.c.