Searched refs:ahd_dmamem_alloc (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic79xx_osm.h | 171 int ahd_dmamem_alloc(struct ahd_softc *, bus_dma_tag_t /*dmat*/,
|
D | aic79xx_core.c | 6839 if (ahd_dmamem_alloc(ahd, scb_data->hscb_dmat, in ahd_alloc_scbs() 6872 if (ahd_dmamem_alloc(ahd, scb_data->sg_dmat, in ahd_alloc_scbs() 6909 if (ahd_dmamem_alloc(ahd, scb_data->sense_dmat, in ahd_alloc_scbs() 7142 if (ahd_dmamem_alloc(ahd, ahd->shared_data_dmat, in ahd_init()
|
D | aic79xx_osm.c | 966 ahd_dmamem_alloc(struct ahd_softc *ahd, bus_dma_tag_t dmat, void** vaddr, in ahd_dmamem_alloc() function
|