sys/dev/pci/qle.c
2718
qle_dmamem_free(sc, mem);
sys/dev/pci/qle.c
2934
qle_dmamem_free(sc, sc->sc_fcp_cmnds);
sys/dev/pci/qle.c
2936
qle_dmamem_free(sc, sc->sc_segments);
sys/dev/pci/qle.c
2938
qle_dmamem_free(sc, sc->sc_pri_requests);
sys/dev/pci/qle.c
2940
qle_dmamem_free(sc, sc->sc_responses);
sys/dev/pci/qle.c
2942
qle_dmamem_free(sc, sc->sc_requests);
sys/dev/pci/qle.c
2957
qle_dmamem_free(sc, sc->sc_segments);
sys/dev/pci/qle.c
2958
qle_dmamem_free(sc, sc->sc_responses);
sys/dev/pci/qle.c
2959
qle_dmamem_free(sc, sc->sc_requests);
sys/dev/pci/qle.c
311
void qle_dmamem_free(struct qle_softc *, struct qle_dmamem *);
sys/dev/pci/qle.c
677
qle_dmamem_free(sc, sc->sc_scratch);