Home
last modified time | relevance | path

Searched refs:txp_dma_alloc (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/dev/txp/
HDif_txp.c171 static int txp_dma_alloc(struct txp_softc *, char *, bus_dma_tag_t *,
744 err = txp_dma_alloc(sc, "firmware sections", &sec_tag, sizeof(uint32_t), in txp_download_fw_section()
1220 txp_dma_alloc(struct txp_softc *sc, char *type, bus_dma_tag_t *tag, in txp_dma_alloc() function
1327 error = txp_dma_alloc(sc, "boot record", in txp_alloc_rings()
1338 error = txp_dma_alloc(sc, "host variables", in txp_alloc_rings()
1352 error = txp_dma_alloc(sc, "hi priority tx ring", in txp_alloc_rings()
1373 error = txp_dma_alloc(sc, "low priority tx ring", in txp_alloc_rings()
1394 error = txp_dma_alloc(sc, "hi priority rx ring", in txp_alloc_rings()
1415 error = txp_dma_alloc(sc, "low priority rx ring", in txp_alloc_rings()
1436 error = txp_dma_alloc(sc, "command ring", in txp_alloc_rings()
[all …]