HomeSort by: relevance | last modified time | path
    Searched defs:next_tmd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mvme68k/stand/netboot/
if_le.c 123 int next_tmd; member in struct:__anon6d4866e80108
258 le_softc.next_tmd = 0;
338 tmd = &ler2->ler2_tmd[le_softc.next_tmd];
342 memcpy((void *)ler2->ler2_tbuf[le_softc.next_tmd], pkt, len);
351 a = (u_int)&ler2->ler2_tbuf[le_softc.next_tmd];
374 le_softc.next_tmd);
377 le_softc.next_tmd = 0;
378 /* (le_softc.next_tmd == (LETBUF - 1)) ? 0 : le_softc.next_tmd + 1;*/
  /src/sys/arch/mvme68k/stand/sboot/
le_poll.c 41 int next_tmd; member in struct:__anonbc46eb3c0108
140 le_softc.next_tmd = 0;
209 tmd = &ler2->ler2_tmd[le_softc.next_tmd];
213 memcpy((char *)ler2->ler2_tbuf[le_softc.next_tmd], pkt, len);
222 a = (u_int)&ler2->ler2_tbuf[le_softc.next_tmd];
244 le_softc.next_tmd);
247 le_softc.next_tmd = 0;
249 (le_softc.next_tmd == (LETBUF - 1)) ? 0 : le_softc.next_tmd + 1;

Completed in 12 milliseconds