Linux Kernel
3.7.1
|
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 } |
#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.
enum rq_enet_type_types |
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.