Lines Matching defs:scc_enet
276 typedef struct scc_enet { struct
277 sccp_t sen_genscc;
278 uint sen_cpres; /* Preset CRC */
279 uint sen_cmask; /* Constant mask for CRC */
280 uint sen_crcec; /* CRC Error counter */
281 uint sen_alec; /* alignment error counter */
282 uint sen_disfc; /* discard frame counter */
283 ushort sen_pads; /* Tx short frame pad character */
284 ushort sen_retlim; /* Retry limit threshold */
285 ushort sen_retcnt; /* Retry limit counter */
286 ushort sen_maxflr; /* maximum frame length register */
287 ushort sen_minflr; /* minimum frame length register */
288 ushort sen_maxd1; /* maximum DMA1 length */
289 ushort sen_maxd2; /* maximum DMA2 length */
290 ushort sen_maxd; /* Rx max DMA */
291 ushort sen_dmacnt; /* Rx DMA counter */
292 ushort sen_maxb; /* Max BD byte count */
293 ushort sen_gaddr1; /* Group address filter */
294 ushort sen_gaddr2;
295 ushort sen_gaddr3;
296 ushort sen_gaddr4;
297 uint sen_tbuf0data0; /* Save area 0 - current frame */
298 uint sen_tbuf0data1; /* Save area 1 - current frame */
299 uint sen_tbuf0rba; /* Internal */
300 uint sen_tbuf0crc; /* Internal */
301 ushort sen_tbuf0bcnt; /* Internal */
302 ushort sen_paddrh; /* physical address (MSB) */
303 ushort sen_paddrm;
327 } scc_enet_t; argument