4 #define AR2313_MTU 1692
6 #define AR2313_QUEUES (2*AR2313_PRIOS)
8 #define AR2313_DESCR_ENTRIES 64
11 volatile unsigned int status
; // OWN, Device control and status.
12 volatile unsigned int devcs
; // pkt Control bits + Length
13 volatile unsigned int addr
; // Current Address.
14 volatile unsigned int descr
; // Next descriptor in chain.
17 #endif /* _AR2313_MSG_H_ */
This page took 0.040203 seconds and 5 git commands to generate.