totbytes 556 dev/pcmcia/if_cnw.c int totbytes, buffer, bufbytes, bufptr, mbytes, n;
totbytes 560 dev/pcmcia/if_cnw.c totbytes = read16(sc, CNW_EREG_RDP);
totbytes 563 dev/pcmcia/if_cnw.c printf("%s: recv %d bytes\n", sc->sc_dev.dv_xname, totbytes);
totbytes 573 dev/pcmcia/if_cnw.c m->m_pkthdr.len = totbytes;
totbytes 578 dev/pcmcia/if_cnw.c while (totbytes > 0) {
totbytes 587 dev/pcmcia/if_cnw.c if (totbytes >= MINCLSIZE) {
totbytes 604 dev/pcmcia/if_cnw.c mbytes = m->m_len = min(totbytes, mbytes);
totbytes 605 dev/pcmcia/if_cnw.c totbytes -= mbytes;