Searched refs:txp_dma_free (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | if_txp.c | 529 txp_dma_free(sc, &dma); in txp_download_fw_section() 1075 txp_dma_free(sc, &sc->sc_zero_dma); in txp_alloc_rings() 1082 txp_dma_free(sc, &sc->sc_rxbufring_dma); in txp_alloc_rings() 1084 txp_dma_free(sc, &sc->sc_rspring_dma); in txp_alloc_rings() 1086 txp_dma_free(sc, &sc->sc_cmdring_dma); in txp_alloc_rings() 1088 txp_dma_free(sc, &sc->sc_rxloring_dma); in txp_alloc_rings() 1090 txp_dma_free(sc, &sc->sc_rxhiring_dma); in txp_alloc_rings() 1092 txp_dma_free(sc, &sc->sc_txloring_dma); in txp_alloc_rings() 1094 txp_dma_free(sc, &sc->sc_txhiring_dma); in txp_alloc_rings() 1096 txp_dma_free(sc, &sc->sc_host_dma); in txp_alloc_rings() [all …]
|