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