Home
last modified time | relevance | path

Searched refs:vmwpvs_dmamem_free (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/pci/
H A Dvmwpvs.c366 void vmwpvs_dmamem_free(struct vmwpvs_softc *,
575 vmwpvs_dmamem_free(sc, sc->sc_sense); in vmwpvs_attach()
577 vmwpvs_dmamem_free(sc, sc->sc_sgls); in vmwpvs_attach()
580 vmwpvs_dmamem_free(sc, sc->sc_msg_ring); in vmwpvs_attach()
582 vmwpvs_dmamem_free(sc, sc->sc_cmp_ring); in vmwpvs_attach()
584 vmwpvs_dmamem_free(sc, sc->sc_req_ring); in vmwpvs_attach()
586 vmwpvs_dmamem_free(sc, sc->sc_ring_state); in vmwpvs_attach()
671 vmwpvs_dmamem_free(sc, dm); in vmwpvs_get_config()
1150 vmwpvs_dmamem_free(struct vmwpvs_softc *sc, struct vmwpvs_dmamem *dm) in vmwpvs_dmamem_free() function