Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx/
Daic7xxx_osm.h188 void ahc_dmamem_free(struct ahc_softc *, bus_dma_tag_t /*dmat*/,
Daic7xxx_core.c4474 ahc_dmamem_free(ahc, ahc->shared_data_dmat, ahc->qoutfifo, in ahc_free()
4889 ahc_dmamem_free(ahc, scb_data->sg_dmat, in ahc_fini_scbdata()
4902 ahc_dmamem_free(ahc, scb_data->sense_dmat, scb_data->sense, in ahc_fini_scbdata()
4915 ahc_dmamem_free(ahc, scb_data->hscb_dmat, scb_data->hscbs, in ahc_fini_scbdata()
Daic7xxx_osm.c855 ahc_dmamem_free(struct ahc_softc *ahc, bus_dma_tag_t dmat, in ahc_dmamem_free() function