Searched refs:tpds (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatm.c353 if (sc->tpds.base == NULL)
358 if_printf(sc->ifp, "%u tpds still in use from %u\n",
364 hatm_destroy_dmamem(&sc->tpds);
376 error = hatm_alloc_dmamem(sc, "TPD memory", &sc->tpds);
394 hatm_destroy_dmamem(&sc->tpds);
1874 sc->tpds.align = 64;
1875 sc->tpds.size = sc->tpd_total * HE_TPD_SIZE;
H A Dif_hatm_tx.c210 bus_dmamap_sync(sc->tpds.tag, sc->tpds.map,
214 sc->tpds.paddr + HE_TPD_SIZE * list[i]->no;
H A Dif_hatmvar.h190 #define TPD_ADDR(SC, I) ((struct tpd *)((char *)sc->tpds.base + \
413 struct dmamem tpds; /* TPD memory */ member in struct:hatm_softc

Completed in 155 milliseconds