HomeSort by: relevance | last modified time | path
    Searched refs:tmd2 (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/dev/ic/
am79900reg.h 82 u_int32_t tmd2; member in struct:letmd
am79900.c 236 tmd.tmd2 = 0;
341 if (tmd.tmd2 & LE_T2_BUFF)
344 else if (tmd.tmd2 & LE_T2_UFLO)
347 if (tmd.tmd2 & (LE_T2_BUFF | LE_T2_UFLO)) {
351 if (tmd.tmd2 & LE_T2_LCAR) {
359 if (tmd.tmd2 & LE_T2_LCOL)
361 if (tmd.tmd2 & LE_T2_RTRY) {
535 tmd.tmd2 = 0;
am7990reg.h 94 int16_t tmd2; member in struct:letmd
am7990.c 200 tmd.tmd2 = 0 | LE_XMD2_ONES;
302 tmd.tmd2, tmd.tmd3);
514 tmd.tmd2 = -len | LE_XMD2_ONES;
569 len = -tmd.tmd2;
576 tmd.tmd0, tmd.tmd1_hadr, tmd.tmd1_bits, tmd.tmd2, tmd.tmd3);
  /src/sys/arch/luna68k/stand/boot/
lance.h 79 volatile int16_t tmd2; /* buffer byte count */ member in struct:letmd_v
lance.c 211 tmd->tmd2 = -uimax(len, LEMINSIZE);
372 lemem->lem_tmd[i].tmd2 = LE_XMD2_ONES | 0;
  /src/sys/arch/ews4800mips/stand/common/
lance.c 171 tmd->tmd2 = -uimax(n, 64) | 0xf000;
173 tmd->tmd2 = -n | 0xf000;
351 letmd->tmd2 = 0;
440 letmd->tmd2 = -28;
442 letmd->tmd2 = -32;
  /src/sys/arch/mvme68k/stand/sboot/
le_poll.c 121 ler2->ler2_tmd[i].tmd2 = 0;
215 tmd->tmd2 = -64;
217 tmd->tmd2 = -len;
if_lereg.h 112 volatile short tmd2; /* buffer byte count */ member in struct:lereg2::letmd
  /src/sys/arch/mvme68k/stand/netboot/
if_lereg.h 111 volatile short tmd2; /* buffer byte count */ member in struct:lereg2::letmd
if_le.c 238 ler2->ler2_tmd[i].tmd2 = 0;
344 tmd->tmd2 = -64;
346 tmd->tmd2 = -len;
  /src/sys/dev/qbus/
if_qtreg.h 93 short tmd2; member in struct:qt_tring
if_qt.c 587 if (rp->tmd2 & TMD2_CER)
590 ((rp->tmd2 & TMD2_ERR2) && (rp->tmd2 & BBLMIS))) {
593 snprintb(buf, sizeof(buf), TMD2_BITS, rp->tmd2);
594 printf("%s: tmd2 %s\n", device_xname(sc->sc_dev), buf);
  /src/sys/dev/pci/
if_pcn.c 1048 sc->sc_txdescs[nexttx].tmd2 =
1069 sc->sc_txdescs[nexttx].tmd2 = 0;
1299 uint32_t tmd1, tmd2, tmd; local in function:pcn_txintr
1327 tmd2 = le32toh(sc->sc_txdescs[j].tmd0);
1329 tmd2 = le32toh(sc->sc_txdescs[j].tmd2);
1330 if (tmd2 & LE_T2_UFLO) {
1351 } else if (tmd2 & LE_T2_BUFF) {
1355 if (tmd2 & LE_T2_LCOL)
1357 if (tmd2 & LE_T2_RTRY
    [all...]
  /src/sys/arch/hp300/stand/common/
if_le.c 298 printf("le%d: ler2_tmd[%d].tmd2 (bcnt) = %x\n", unit, i,
299 ler2->ler2_tmd[i].tmd2);

Completed in 128 milliseconds