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

/freebsd-11.0-release/sys/dev/hatm/
H A Dif_hatm.c200 hatm_alloc_dmamem(struct hatm_softc *sc, const char *what, struct dmamem *mem) function
376 error = hatm_alloc_dmamem(sc, "TPD memory", &sc->tpds);
1885 if ((error = hatm_alloc_dmamem(sc, "IRQ", &sc->irq_0.mem)) != 0 ||
1886 (error = hatm_alloc_dmamem(sc, "TBRQ0", &sc->tbrq.mem)) != 0 ||
1887 (error = hatm_alloc_dmamem(sc, "TPDRQ", &sc->tpdrq.mem)) != 0 ||
1888 (error = hatm_alloc_dmamem(sc, "HSP", &sc->hsp_mem)) != 0)
1892 (error = hatm_alloc_dmamem(sc, "RBPS0", &sc->rbp_s0.mem)))
1895 (error = hatm_alloc_dmamem(sc, "RBPL0", &sc->rbp_l0.mem)))
1898 (error = hatm_alloc_dmamem(sc, "RBPS1", &sc->rbp_s1.mem)))
1902 (error = hatm_alloc_dmamem(s
[all...]

Completed in 100 milliseconds