Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations
rq_enet_desc.h File Reference

Go to the source code of this file.

Data Structures

struct  rq_enet_desc
 

Macros

#define RQ_ENET_ADDR_BITS   64
 
#define RQ_ENET_LEN_BITS   14
 
#define RQ_ENET_LEN_MASK   ((1 << RQ_ENET_LEN_BITS) - 1)
 
#define RQ_ENET_TYPE_BITS   2
 
#define RQ_ENET_TYPE_MASK   ((1 << RQ_ENET_TYPE_BITS) - 1)
 

Enumerations

enum  rq_enet_type_types {
  RQ_ENET_TYPE_ONLY_SOP = 0, RQ_ENET_TYPE_NOT_SOP = 1, RQ_ENET_TYPE_RESV2 = 2, RQ_ENET_TYPE_RESV3 = 3,
  RQ_ENET_TYPE_ONLY_SOP = 0, RQ_ENET_TYPE_NOT_SOP = 1, RQ_ENET_TYPE_RESV2 = 2, RQ_ENET_TYPE_RESV3 = 3
}
 

Macro Definition Documentation

#define RQ_ENET_ADDR_BITS   64

Definition at line 37 of file rq_enet_desc.h.

#define RQ_ENET_LEN_BITS   14

Definition at line 38 of file rq_enet_desc.h.

#define RQ_ENET_LEN_MASK   ((1 << RQ_ENET_LEN_BITS) - 1)

Definition at line 39 of file rq_enet_desc.h.

#define RQ_ENET_TYPE_BITS   2

Definition at line 40 of file rq_enet_desc.h.

#define RQ_ENET_TYPE_MASK   ((1 << RQ_ENET_TYPE_BITS) - 1)

Definition at line 41 of file rq_enet_desc.h.

Enumeration Type Documentation

Enumerator:
RQ_ENET_TYPE_ONLY_SOP 
RQ_ENET_TYPE_NOT_SOP 
RQ_ENET_TYPE_RESV2 
RQ_ENET_TYPE_RESV3 
RQ_ENET_TYPE_ONLY_SOP 
RQ_ENET_TYPE_NOT_SOP 
RQ_ENET_TYPE_RESV2 
RQ_ENET_TYPE_RESV3 

Definition at line 30 of file rq_enet_desc.h.