/src/sys/arch/hp300/stand/common/ |
if_le.c | 62 int sc_next_rd, sc_next_td; member in struct:le_softc 410 sc->sc_next_rd = sc->sc_next_td = 0; 464 printf("le%d: le_poll called. next_rd=%d\n", unit, sc->sc_next_rd); 468 cdm = &sc->sc_rd[sc->sc_next_rd]; 473 printf("next_rd %d\n", sc->sc_next_rd); 513 memcpy(pkt, sc->sc_rbuf + (BUFSIZE * sc->sc_next_rd), length); 519 if (++sc->sc_next_rd >= NRBUF) 520 sc->sc_next_rd = 0; 523 printf("new next_rd %d\n", sc->sc_next_rd);
|
if_le.c | 62 int sc_next_rd, sc_next_td; member in struct:le_softc 410 sc->sc_next_rd = sc->sc_next_td = 0; 464 printf("le%d: le_poll called. next_rd=%d\n", unit, sc->sc_next_rd); 468 cdm = &sc->sc_rd[sc->sc_next_rd]; 473 printf("next_rd %d\n", sc->sc_next_rd); 513 memcpy(pkt, sc->sc_rbuf + (BUFSIZE * sc->sc_next_rd), length); 519 if (++sc->sc_next_rd >= NRBUF) 520 sc->sc_next_rd = 0; 523 printf("new next_rd %d\n", sc->sc_next_rd);
|
if_le.c | 62 int sc_next_rd, sc_next_td; member in struct:le_softc 410 sc->sc_next_rd = sc->sc_next_td = 0; 464 printf("le%d: le_poll called. next_rd=%d\n", unit, sc->sc_next_rd); 468 cdm = &sc->sc_rd[sc->sc_next_rd]; 473 printf("next_rd %d\n", sc->sc_next_rd); 513 memcpy(pkt, sc->sc_rbuf + (BUFSIZE * sc->sc_next_rd), length); 519 if (++sc->sc_next_rd >= NRBUF) 520 sc->sc_next_rd = 0; 523 printf("new next_rd %d\n", sc->sc_next_rd);
|