Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c81 phy->id_frm_tok = asd_alloc_coherent(asd_ha, in asd_init_phy()
254 = asd_alloc_coherent(asd_ha, in asd_init_dl()
281 seq->edb_arr[i] = asd_alloc_coherent(asd_ha, ASD_EDB_SIZE, in asd_alloc_edbs()
517 asd_ha->hw_prof.ddb_ext = asd_alloc_coherent(asd_ha, size, GFP_KERNEL); in asd_extend_devctx()
553 asd_ha->hw_prof.scb_ext = asd_alloc_coherent(asd_ha, size, GFP_KERNEL); in asd_extend_cmdctx()
H A Daic94xx_hwi.h241 static inline struct asd_dma_tok *asd_alloc_coherent(struct asd_ha_struct * in asd_alloc_coherent() function
H A Daic94xx_task.c75 ascb->sg_arr = asd_alloc_coherent(asd_ha, in asd_map_scatterlist()
H A Daic94xx_seq.c296 token = asd_alloc_coherent(asd_ha, MAX_DMA_OVLY_COUNT, GFP_KERNEL); in asd_download_seq()