Go to the documentation of this file.
18 #ifndef _RQ_ENET_DESC_H_
19 #define _RQ_ENET_DESC_H_
35 #define RQ_ENET_ADDR_BITS 64
36 #define RQ_ENET_LEN_BITS 14
37 #define RQ_ENET_LEN_MASK ((1 << RQ_ENET_LEN_BITS) - 1)
38 #define RQ_ENET_TYPE_BITS 2
39 #define RQ_ENET_TYPE_MASK ((1 << RQ_ENET_TYPE_BITS) - 1)