Lines Matching defs:scc_enet
336 typedef struct scc_enet { struct
337 sccp_t sen_genscc;
338 uint sen_cpres; /* Preset CRC */
339 uint sen_cmask; /* Constant mask for CRC */
340 uint sen_crcec; /* CRC Error counter */
341 uint sen_alec; /* alignment error counter */
342 uint sen_disfc; /* discard frame counter */
343 ushort sen_pads; /* Tx short frame pad character */
344 ushort sen_retlim; /* Retry limit threshold */
345 ushort sen_retcnt; /* Retry limit counter */
346 ushort sen_maxflr; /* maximum frame length register */
347 ushort sen_minflr; /* minimum frame length register */
348 ushort sen_maxd1; /* maximum DMA1 length */
349 ushort sen_maxd2; /* maximum DMA2 length */
350 ushort sen_maxd; /* Rx max DMA */
351 ushort sen_dmacnt; /* Rx DMA counter */
352 ushort sen_maxb; /* Max BD byte count */
353 ushort sen_gaddr1; /* Group address filter */
354 ushort sen_gaddr2;
355 ushort sen_gaddr3;
356 ushort sen_gaddr4;
357 uint sen_tbuf0data0; /* Save area 0 - current frame */
358 uint sen_tbuf0data1; /* Save area 1 - current frame */
359 uint sen_tbuf0rba; /* Internal */
360 uint sen_tbuf0crc; /* Internal */
361 ushort sen_tbuf0bcnt; /* Internal */
362 ushort sen_paddrh; /* physical address (MSB) */
363 ushort sen_paddrm;
387 } scc_enet_t; argument