Searched refs:txp_dma_alloc (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/dev/txp/ |
| HD | if_txp.c | 169 static int txp_dma_alloc(struct txp_softc *, char *, bus_dma_tag_t *, 741 err = txp_dma_alloc(sc, "firmware sections", &sec_tag, sizeof(uint32_t), in txp_download_fw_section() 1217 txp_dma_alloc(struct txp_softc *sc, char *type, bus_dma_tag_t *tag, in txp_dma_alloc() function 1324 error = txp_dma_alloc(sc, "boot record", in txp_alloc_rings() 1335 error = txp_dma_alloc(sc, "host variables", in txp_alloc_rings() 1349 error = txp_dma_alloc(sc, "hi priority tx ring", in txp_alloc_rings() 1370 error = txp_dma_alloc(sc, "low priority tx ring", in txp_alloc_rings() 1391 error = txp_dma_alloc(sc, "hi priority rx ring", in txp_alloc_rings() 1412 error = txp_dma_alloc(sc, "low priority rx ring", in txp_alloc_rings() 1433 error = txp_dma_alloc(sc, "command ring", in txp_alloc_rings() [all …]
|