Searched refs:ahc_dmamem_alloc (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.h | 222 int ahc_dmamem_alloc(struct ahc_softc *, bus_dma_tag_t /*dmat*/,
|
D | aic7xxx_core.c | 4310 if (ahc_dmamem_alloc(ahc, scb_data->hscb_dmat, in ahc_init_scbdata() 4342 if (ahc_dmamem_alloc(ahc, scb_data->sense_dmat, in ahc_init_scbdata() 4477 if (ahc_dmamem_alloc(ahc, scb_data->sg_dmat, in ahc_alloc_scbs() 4866 if (ahc_dmamem_alloc(ahc, ahc->shared_data_dmat, in ahc_init()
|
D | aic7xxx_osm.c | 1421 ahc_dmamem_alloc(struct ahc_softc *ahc, bus_dma_tag_t dmat, void** vaddr, function
|