Searched refs:txp_dma_alloc (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/dev/txp/ |
| H A D | if_txp.c | 173 static int txp_dma_alloc(struct txp_softc *, char *, bus_dma_tag_t *, 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() [all …]
|