Home
last modified time | relevance | path

Searched refs:asd_alloc_coherent (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/scsi/aic94xx/
Daic94xx_hwi.c101 phy->id_frm_tok = asd_alloc_coherent(asd_ha, in asd_init_phy()
270 = asd_alloc_coherent(asd_ha, in asd_init_dl()
296 seq->edb_arr[i] = asd_alloc_coherent(asd_ha, ASD_EDB_SIZE, in asd_alloc_edbs()
532 asd_ha->hw_prof.ddb_ext = asd_alloc_coherent(asd_ha, size, GFP_KERNEL); in asd_extend_devctx()
568 asd_ha->hw_prof.scb_ext = asd_alloc_coherent(asd_ha, size, GFP_KERNEL); in asd_extend_cmdctx()
Daic94xx_hwi.h259 static inline struct asd_dma_tok *asd_alloc_coherent(struct asd_ha_struct * in asd_alloc_coherent() function
Daic94xx_task.c90 ascb->sg_arr = asd_alloc_coherent(asd_ha, in asd_map_scatterlist()
Daic94xx_seq.c314 token = asd_alloc_coherent(asd_ha, MAX_DMA_OVLY_COUNT, GFP_KERNEL); in asd_download_seq()