Lines Matching refs:txp_dma_alloc
173 static int txp_dma_alloc(struct txp_softc *, char *, bus_dma_tag_t *,
747 err = txp_dma_alloc(sc, "firmware sections", &sec_tag, sizeof(uint32_t), in txp_download_fw_section()
1223 txp_dma_alloc(struct txp_softc *sc, char *type, bus_dma_tag_t *tag, in txp_dma_alloc() function
1330 error = txp_dma_alloc(sc, "boot record", in txp_alloc_rings()
1341 error = txp_dma_alloc(sc, "host variables", in txp_alloc_rings()
1355 error = txp_dma_alloc(sc, "hi priority tx ring", in txp_alloc_rings()
1376 error = txp_dma_alloc(sc, "low priority tx ring", in txp_alloc_rings()
1397 error = txp_dma_alloc(sc, "hi priority rx ring", in txp_alloc_rings()
1418 error = txp_dma_alloc(sc, "low priority rx ring", in txp_alloc_rings()
1439 error = txp_dma_alloc(sc, "command ring", in txp_alloc_rings()
1454 error = txp_dma_alloc(sc, "response ring", in txp_alloc_rings()
1469 error = txp_dma_alloc(sc, "receive buffer ring", in txp_alloc_rings()
1485 error = txp_dma_alloc(sc, "zero buffer", in txp_alloc_rings()