Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_osm.h237 int ahc_dmamap_unload(struct ahc_softc *, bus_dma_tag_t, bus_dmamap_t);
Daic7xxx_core.c3979 ahc_dmamap_unload(ahc, ahc->shared_data_dmat, in ahc_free()
4416 ahc_dmamap_unload(ahc, scb_data->sg_dmat, in ahc_fini_scbdata()
4426 ahc_dmamap_unload(ahc, scb_data->sense_dmat, in ahc_fini_scbdata()
4436 ahc_dmamap_unload(ahc, scb_data->hscb_dmat, in ahc_fini_scbdata()
Daic7xxx_osm.c1505 ahc_dmamap_unload(struct ahc_softc *ahc, bus_dma_tag_t dmat, bus_dmamap_t map) function