Home | Sort by: relevance | last modified time | path |
/src/sys/arch/luna68k/stand/boot/ | |
lance.h | 79 volatile int16_t tmd2; /* buffer byte count */ member in struct:letmd_v |
/src/sys/dev/ic/ | |
am79900reg.h | 82 u_int32_t tmd2; member in struct:letmd |
am7990reg.h | 94 int16_t tmd2; member in struct:letmd |
/src/sys/arch/mvme68k/stand/netboot/ | |
if_lereg.h | 111 volatile short tmd2; /* buffer byte count */ member in struct:lereg2::letmd |
/src/sys/arch/mvme68k/stand/sboot/ | |
if_lereg.h | 112 volatile short tmd2; /* buffer byte count */ member in struct:lereg2::letmd |
/src/sys/dev/qbus/ | |
if_qtreg.h | 93 short tmd2; member in struct:qt_tring |
/src/sys/dev/pci/ | |
if_pcn.c | 1052 sc->sc_txdescs[nexttx].tmd2 = 1073 sc->sc_txdescs[nexttx].tmd2 = 0; 1303 uint32_t tmd1, tmd2, tmd; local in function:pcn_txintr 1331 tmd2 = le32toh(sc->sc_txdescs[j].tmd0); 1333 tmd2 = le32toh(sc->sc_txdescs[j].tmd2); 1334 if (tmd2 & LE_T2_UFLO) { 1355 } else if (tmd2 & LE_T2_BUFF) { 1359 if (tmd2 & LE_T2_LCOL) 1361 if (tmd2 & LE_T2_RTRY [all...] |