Go to the documentation of this file.
46 #ifndef __LINUX_N_R3964_H__
47 #define __LINUX_N_R3964_H__
66 #define R3964_TO_QVZ ((550)*HZ/1000)
67 #define R3964_TO_ZVZ ((220)*HZ/1000)
68 #define R3964_TO_NO_BUF ((400)*HZ/1000)
69 #define R3964_NO_TX_ROOM ((100)*HZ/1000)
70 #define R3964_TO_RX_PANIC ((4000)*HZ/1000)
71 #define R3964_MAX_RETRIES 5
133 #define RX_BUF_SIZE 4000
134 #define TX_BUF_SIZE 4000
135 #define R3964_MAX_BLOCKS_IN_RX_QUEUE 100
137 #define R3964_PARITY 0x0001
138 #define R3964_FRAME 0x0002
139 #define R3964_OVERRUN 0x0004
140 #define R3964_UNKNOWN 0x0008
141 #define R3964_BREAK 0x0010
142 #define R3964_CHECKSUM 0x0020
143 #define R3964_ERROR 0x003f
144 #define R3964_BCC 0x4000
145 #define R3964_DEBUG 0x8000