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