Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/aic7xxx/ !
Daic7xxx_osm.h188 void ahc_dmamem_free(struct ahc_softc *, bus_dma_tag_t /*dmat*/,
Daic7xxx_core.c4472 ahc_dmamem_free(ahc, ahc->shared_data_dmat, ahc->qoutfifo, in ahc_free()
4888 ahc_dmamem_free(ahc, scb_data->sg_dmat, in ahc_fini_scbdata()
4901 ahc_dmamem_free(ahc, scb_data->sense_dmat, scb_data->sense, in ahc_fini_scbdata()
4914 ahc_dmamem_free(ahc, scb_data->hscb_dmat, scb_data->hscbs, in ahc_fini_scbdata()
Daic7xxx_osm.c854 ahc_dmamem_free(struct ahc_softc *ahc, bus_dma_tag_t dmat, in ahc_dmamem_free() function