Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/aic7xxx/
Daic7xxx_osm.h189 int ahc_dmamem_alloc(struct ahc_softc *, bus_dma_tag_t /*dmat*/,
Daic7xxx_core.c4822 if (ahc_dmamem_alloc(ahc, scb_data->hscb_dmat, in ahc_init_scbdata()
4854 if (ahc_dmamem_alloc(ahc, scb_data->sense_dmat, in ahc_init_scbdata()
4989 if (ahc_dmamem_alloc(ahc, scb_data->sg_dmat, in ahc_alloc_scbs()
5377 if (ahc_dmamem_alloc(ahc, ahc->shared_data_dmat, in ahc_init()
Daic7xxx_osm.c870 ahc_dmamem_alloc(struct ahc_softc *ahc, bus_dma_tag_t dmat, void** vaddr, in ahc_dmamem_alloc() function