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

/drivers/scsi/aic7xxx/
H A Daic79xx_osm.h174 void ahd_dma_tag_destroy(struct ahd_softc *, bus_dma_tag_t /*tag*/);
H A Daic79xx_core.c6174 ahd_dma_tag_destroy(ahd, ahd->shared_data_dmat);
6177 ahd_dma_tag_destroy(ahd, ahd->buffer_dmat);
6185 ahd_dma_tag_destroy(ahd, ahd->parent_dmat);
6568 ahd_dma_tag_destroy(ahd, scb_data->sense_dmat);
6583 ahd_dma_tag_destroy(ahd, scb_data->sg_dmat);
6598 ahd_dma_tag_destroy(ahd, scb_data->hscb_dmat);
H A Daic79xx_osm.c959 ahd_dma_tag_destroy(struct ahd_softc *ahd, bus_dma_tag_t dmat) function

Completed in 65 milliseconds