Searched refs:tulip_setupbuf (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/de/
H A Dif_devar.h560 u_int32_t *tulip_setupbuf; member in struct:tulip_softc
H A Dif_de.c4180 bcopy(sc->tulip_setupdata, sc->tulip_setupbuf,
4557 if (sc->tulip_setupbuf != NULL) {
4558 bus_dmamem_free(sc->tulip_setup_tag, sc->tulip_setupbuf,
4562 sc->tulip_setupbuf = NULL;
4612 error = bus_dmamem_alloc(sc->tulip_setup_tag, (void **)&sc->tulip_setupbuf,
4619 sc->tulip_setupbuf, sizeof(sc->tulip_setupdata),

Completed in 53 milliseconds