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

  /src/sys/arch/ews4800mips/stand/common/
lance.c 54 struct letmd letmd[TX_DESC_NUM]; member in struct:__anon65fc2dc00108
154 struct letmd *tmd;
160 tmd = &lance_mem.letmd[current];
180 tmd = &lance_mem.letmd[current];
186 tmd = &lance_mem.letmd[start + i];
207 uint8_t *bits = &lance_mem.letmd[i].tmd1_bits;
303 struct letmd *letmd = lance_mem.letmd; local in function:lance_setup
399 struct letmd *letmd = lance_mem.letmd; local in function:lance_internal_loopback_setup
    [all...]
  /src/sys/dev/ic/
am79900reg.h 79 struct letmd { struct
am7990reg.h 85 struct letmd { struct
am7990.c 122 mem += sizeof(struct letmd) * sc->lsc.sc_ntbuf;
143 struct letmd tmd;
285 struct letmd tmd;
468 struct letmd tmd;
564 struct letmd tmd;
am79900.c 160 mem += sizeof(struct letmd) * sc->lsc.sc_ntbuf;
180 struct letmd tmd;
319 struct letmd tmd;
489 struct letmd tmd;
584 struct letmd tmd;
lancereg.h 121 #define LE_TMDADDR(sc, bix) (sc->sc_tmdaddr + sizeof(struct letmd) * (bix))
  /src/sys/arch/mvme68k/stand/netboot/
if_lereg.h 107 struct letmd { struct in struct:lereg2
if_le.c 330 volatile struct letmd *tmd;
  /src/sys/arch/mvme68k/stand/sboot/
if_lereg.h 108 struct letmd { struct in struct:lereg2
le_poll.c 202 struct letmd *tmd;
  /src/sys/dev/pci/
if_pcn.c 145 struct letmd pcd_txdescs[PCN_NTXDESC];
335 PCN_CDTXOFF(__x), sizeof(struct letmd) * \
343 PCN_CDTXOFF(__x), sizeof(struct letmd) * __n, (ops)); \

Completed in 20 milliseconds