Home | History | Annotate | Download | only in dev

Lines Matching defs:xmtfs

477 	uint8_t /* xmtrc,*/ xmtfs;
480 xmtfs = NIC_GET(sc, MACE_XMTFS);
482 if ((xmtfs & XMTSV) == 0)
485 if (xmtfs & UFLO) {
493 if (xmtfs & LCOL) {
499 if (xmtfs & MORE)
502 else if (xmtfs & ONE)
504 else if (xmtfs & RTRY) {
510 if (xmtfs & LCAR) {
522 rnd_add_uint32(&sc->rnd_source, xmtfs);