Searched refs:txp_dma_free (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dif_txp.c100 static void txp_dma_free(struct txp_softc *, struct txp_dma_alloc *);
595 txp_dma_free(sc, &dma);
619 txp_dma_free(sc, &dma);
1227 txp_dma_free(sc, &sc->sc_zero_dma);
1236 txp_dma_free(sc, &sc->sc_rxbufring_dma);
1238 txp_dma_free(sc, &sc->sc_rspring_dma);
1240 txp_dma_free(sc, &sc->sc_cmdring_dma);
1242 txp_dma_free(sc, &sc->sc_rxloring_dma);
1244 txp_dma_free(sc, &sc->sc_rxhiring_dma);
1246 txp_dma_free(s
1292 txp_dma_free(struct txp_softc *sc, struct txp_dma_alloc *dma) function
[all...]

Completed in 140 milliseconds