Lines Matching full:frames
240 #define CGEM_FRAMES_TX 0x108 /* Frames xmitted */
241 #define CGEM_BCAST_FRAMES_TX 0x10C /* Broadcast Frames xmitted */
242 #define CGEM_MULTI_FRAMES_TX 0x110 /* Multicast Frames xmitted */
243 #define CGEM_PAUSE_FRAMES_TX 0x114 /* Pause Frames xmitted */
244 #define CGEM_FRAMES_64B_TX 0x118 /* 64-Byte Frames xmitted */
245 #define CGEM_FRAMES_65_127B_TX 0x11C /* 65-127 Byte Frames xmitted*/
246 #define CGEM_FRAMES_128_255B_TX 0x120 /* 128-255 Byte Frames xmit */
247 #define CGEM_FRAMES_256_511B_TX 0x124 /* 256-511 Byte Frames xmit */
248 #define CGEM_FRAMES_512_1023B_TX 0x128 /* 512-1023 Byte frames xmit */
249 #define CGEM_FRAMES_1024_1518B_TX 0x12C /* 1024-1518 Byte frames xmit*/
251 #define CGEM_SINGLE_COLL_FRAMES 0x138 /* Single-Collision Frames */
252 #define CGEM_MULTI_COLL_FRAMES 0x13C /* Multi-Collision Frames */
253 #define CGEM_EXCESSIVE_COLL_FRAMES 0x140 /* Excessive Collision Frames*/
255 #define CGEM_DEFERRED_TX_FRAMES 0x148 /* Deferred Transmit Frames */
259 #define CGEM_FRAMES_RX 0x158 /* Frames Received */
260 #define CGEM_BCAST_FRAMES_RX 0x15C /* Broadcast Frames Received */
261 #define CGEM_MULTI_FRAMES_RX 0x160 /* Multicast Frames Received */
262 #define CGEM_PAUSE_FRAMES_RX 0x164 /* Pause Frames Reeived */
263 #define CGEM_FRAMES_64B_RX 0x168 /* 64-Byte Frames Received */
264 #define CGEM_FRAMES_65_127B_RX 0x16C /* 65-127 Byte Frames Rx'd */
265 #define CGEM_FRAMES_128_255B_RX 0x170 /* 128-255 Byte Frames Rx'd */
266 #define CGEM_FRAMES_256_511B_RX 0x174 /* 256-511 Byte Frames Rx'd */
267 #define CGEM_FRAMES_512_1023B_RX 0x178 /* 512-1023 Byte Frames Rx'd */
268 #define CGEM_FRAMES_1024_1518B_RX 0x17C /* 1024-1518 Byte Frames Rx'd*/
269 #define CGEM_UNDERSZ_RX 0x184 /* Undersize Frames Rx'd */
270 #define CGEM_OVERSZ_RX 0x188 /* Oversize Frames Rx'd */