Searched refs:asd_alloc_coherent (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/scsi/aic94xx/ |
D | aic94xx_hwi.c | 101 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()
|
D | aic94xx_hwi.h | 259 static inline struct asd_dma_tok *asd_alloc_coherent(struct asd_ha_struct * in asd_alloc_coherent() function
|
D | aic94xx_task.c | 90 ascb->sg_arr = asd_alloc_coherent(asd_ha, in asd_map_scatterlist()
|
D | aic94xx_seq.c | 314 token = asd_alloc_coherent(asd_ha, MAX_DMA_OVLY_COUNT, GFP_KERNEL); in asd_download_seq()
|