Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
lec.h File Reference
#include <linux/atmdev.h>
#include <linux/netdevice.h>
#include <linux/atmlec.h>

Go to the source code of this file.

Data Structures

struct  lecdatahdr_8023
 
struct  lecdatahdr_8025
 
struct  lane2_ops
 
struct  lec_priv
 
struct  lec_vcc_priv
 

Macros

#define LEC_HEADER_LEN   16
 
#define LEC_MINIMUM_8023_SIZE   62
 
#define LEC_MINIMUM_8025_SIZE   16
 
#define LEC_ARP_TABLE_SIZE   16
 
#define LEC_VCC_PRIV(vcc)   ((struct lec_vcc_priv *)((vcc)->user_back))
 

Macro Definition Documentation

#define LEC_ARP_TABLE_SIZE   16

Definition at line 69 of file lec.h.

#define LEC_HEADER_LEN   16

Definition at line 14 of file lec.h.

#define LEC_MINIMUM_8023_SIZE   62

Definition at line 31 of file lec.h.

#define LEC_MINIMUM_8025_SIZE   16

Definition at line 32 of file lec.h.

#define LEC_VCC_PRIV (   vcc)    ((struct lec_vcc_priv *)((vcc)->user_back))

Definition at line 152 of file lec.h.