Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx_osm.h169 void ahd_dma_tag_destroy(struct ahd_softc *, bus_dma_tag_t /*tag*/);
H A Daic79xx_core.c6130 ahd_dma_tag_destroy(ahd, ahd->shared_data_dmat); in ahd_free()
6513 ahd_dma_tag_destroy(ahd, scb_data->sense_dmat); in ahd_fini_scbdata()
6528 ahd_dma_tag_destroy(ahd, scb_data->sg_dmat); in ahd_fini_scbdata()
6543 ahd_dma_tag_destroy(ahd, scb_data->hscb_dmat); in ahd_fini_scbdata()
H A Daic79xx_osm.c940 ahd_dma_tag_destroy(struct ahd_softc *ahd, bus_dma_tag_t dmat) in ahd_dma_tag_destroy() function