Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ethernet-rgmii.c File Reference
#include <linux/kernel.h>
#include <linux/netdevice.h>
#include <linux/interrupt.h>
#include <linux/phy.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-ipd-defs.h>
#include <asm/octeon/cvmx-npi-defs.h>
#include <asm/octeon/cvmx-gmxx-defs.h>

Go to the source code of this file.

Functions

 DEFINE_SPINLOCK (global_register_lock)
 
int cvm_oct_rgmii_open (struct net_device *dev)
 
int cvm_oct_rgmii_stop (struct net_device *dev)
 
int cvm_oct_rgmii_init (struct net_device *dev)
 
void cvm_oct_rgmii_uninit (struct net_device *dev)
 

Function Documentation

int cvm_oct_rgmii_init ( struct net_device dev)

Definition at line 334 of file ethernet-rgmii.c.

int cvm_oct_rgmii_open ( struct net_device dev)

Definition at line 294 of file ethernet-rgmii.c.

int cvm_oct_rgmii_stop ( struct net_device dev)

Definition at line 315 of file ethernet-rgmii.c.

void cvm_oct_rgmii_uninit ( struct net_device dev)

Definition at line 391 of file ethernet-rgmii.c.

DEFINE_SPINLOCK ( global_register_lock  )