Home | History | Annotate | Download | only in common

Lines Matching refs:mcnt

288 		printf("le%d: ler2_rmd[%d].rmd3 (mcnt) = %x\n", unit, i,
373 sc->sc_rd[i].mcnt = 0;
386 sc->sc_td[i].mcnt = 0;
475 printf("cdm->bcnt %x, cdm->mcnt %x\n", cdm->bcnt, cdm->mcnt);
476 printf("cdm->rbuf msg %d buf %d\n", cdm->mcnt, -cdm->bcnt );
489 length = cdm->mcnt;
517 cdm->mcnt = 0;
570 cdm->mcnt = 0;
609 if (cdm->mcnt & LE_UFLO)
611 if (cdm->mcnt & LE_LCOL)
613 if (cdm->mcnt & LE_LCAR)
615 if (cdm->mcnt & LE_RTRY)
622 printf("le%d: le_put(): flags: %x mcnt: %x\n", unit,
624 (unsigned int) cdm->mcnt);