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

/freebsd-11.0-release/sys/dev/fatm/
H A Dif_fatm.c950 alloc_dma_memory(struct fatm_softc *sc, const char *nm, struct fatm_mem *mem) function
2941 if ((error = alloc_dma_memory(sc, "STATUS", &sc->stat_mem)) != 0 ||
2942 (error = alloc_dma_memory(sc, "TXQ", &sc->txq_mem)) != 0 ||
2943 (error = alloc_dma_memory(sc, "RXQ", &sc->rxq_mem)) != 0 ||
2944 (error = alloc_dma_memory(sc, "S1Q", &sc->s1q_mem)) != 0 ||
2945 (error = alloc_dma_memory(sc, "L1Q", &sc->l1q_mem)) != 0)
2951 if ((error = alloc_dma_memory(sc, "PROM", &sc->prom_mem)) != 0)
2956 if ((error = alloc_dma_memory(sc, "STATISTICS", &sc->sadi_mem)) != 0)
2961 if ((error = alloc_dma_memory(sc, "REGISTERS", &sc->reg_mem)) != 0)

Completed in 93 milliseconds