Go to the documentation of this file.
20 #ifndef _RQ_ENET_DESC_H_
21 #define _RQ_ENET_DESC_H_
37 #define RQ_ENET_ADDR_BITS 64
38 #define RQ_ENET_LEN_BITS 14
39 #define RQ_ENET_LEN_MASK ((1 << RQ_ENET_LEN_BITS) - 1)
40 #define RQ_ENET_TYPE_BITS 2
41 #define RQ_ENET_TYPE_MASK ((1 << RQ_ENET_TYPE_BITS) - 1)