Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/aic7xxx/
Daic7xxx_osm.h193 void ahc_dmamem_free(struct ahc_softc *, bus_dma_tag_t /*dmat*/,
Daic7xxx_core.c4505 ahc_dmamem_free(ahc, ahc->shared_data_dmat, ahc->qoutfifo, in ahc_free()
4930 ahc_dmamem_free(ahc, scb_data->sg_dmat, in ahc_fini_scbdata()
4941 ahc_dmamem_free(ahc, scb_data->sense_dmat, scb_data->sense, in ahc_fini_scbdata()
4951 ahc_dmamem_free(ahc, scb_data->hscb_dmat, scb_data->hscbs, in ahc_fini_scbdata()
Daic7xxx_osm.c881 ahc_dmamem_free(struct ahc_softc *ahc, bus_dma_tag_t dmat, in ahc_dmamem_free() function