tht_dmamem
struct tht_dmamem *
struct tht_dmamem *tdm;
tdm = malloc(sizeof(struct tht_dmamem), M_DEVBUF, M_WAITOK | M_ZERO);
tht_dmamem_free(struct tht_softc *sc, struct tht_dmamem *tdm)
struct tht_dmamem *tf_mem;
struct tht_dmamem *tht_dmamem_alloc(struct tht_softc *, bus_size_t,
struct tht_dmamem *);