Lines Matching defs:scc_enet
310 typedef struct scc_enet { struct
311 sccp_t sen_genscc;
312 uint sen_cpres; /* Preset CRC */
313 uint sen_cmask; /* Constant mask for CRC */
314 uint sen_crcec; /* CRC Error counter */
315 uint sen_alec; /* alignment error counter */
316 uint sen_disfc; /* discard frame counter */
317 ushort sen_pads; /* Tx short frame pad character */
318 ushort sen_retlim; /* Retry limit threshold */
319 ushort sen_retcnt; /* Retry limit counter */
320 ushort sen_maxflr; /* maximum frame length register */
321 ushort sen_minflr; /* minimum frame length register */
322 ushort sen_maxd1; /* maximum DMA1 length */
323 ushort sen_maxd2; /* maximum DMA2 length */
324 ushort sen_maxd; /* Rx max DMA */
325 ushort sen_dmacnt; /* Rx DMA counter */
326 ushort sen_maxb; /* Max BD byte count */
327 ushort sen_gaddr1; /* Group address filter */
328 ushort sen_gaddr2;
329 ushort sen_gaddr3;
330 ushort sen_gaddr4;
331 uint sen_tbuf0data0; /* Save area 0 - current frame */
332 uint sen_tbuf0data1; /* Save area 1 - current frame */
333 uint sen_tbuf0rba; /* Internal */
334 uint sen_tbuf0crc; /* Internal */
335 ushort sen_tbuf0bcnt; /* Internal */
336 ushort sen_paddrh; /* physical address (MSB) */
337 ushort sen_paddrm;
361 } scc_enet_t; argument