Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Typedefs | Enumerations | Variables
gmac.h File Reference
#include "common.h"

Go to the source code of this file.

Data Structures

struct  cmac_statistics
 
struct  cmac_ops
 
struct  cmac
 
struct  gmac
 

Typedefs

typedef struct _cmac_instance cmac_instance
 

Enumerations

enum  { MAC_STATS_UPDATE_FAST, MAC_STATS_UPDATE_FULL }
 
enum  { MAC_DIRECTION_RX = 1, MAC_DIRECTION_TX = 2 }
 

Variables

struct gmac t1_pm3393_ops
 
struct gmac t1_vsc7326_ops
 

Typedef Documentation

Definition at line 124 of file gmac.h.

Enumeration Type Documentation

anonymous enum
Enumerator:
MAC_STATS_UPDATE_FAST 
MAC_STATS_UPDATE_FULL 

Definition at line 45 of file gmac.h.

anonymous enum
Enumerator:
MAC_DIRECTION_RX 
MAC_DIRECTION_TX 

Definition at line 50 of file gmac.h.

Variable Documentation

struct gmac t1_pm3393_ops

Definition at line 792 of file pm3393.c.

struct gmac t1_vsc7326_ops

Definition at line 726 of file vsc7326.c.