Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic94xx/
Daic94xx_hwi.c83 phy->id_frm_tok = asd_alloc_coherent(asd_ha, in asd_init_phy()
256 = asd_alloc_coherent(asd_ha, in asd_init_dl()
283 seq->edb_arr[i] = asd_alloc_coherent(asd_ha, ASD_EDB_SIZE, in asd_alloc_edbs()
519 asd_ha->hw_prof.ddb_ext = asd_alloc_coherent(asd_ha, size, GFP_KERNEL); in asd_extend_devctx()
555 asd_ha->hw_prof.scb_ext = asd_alloc_coherent(asd_ha, size, GFP_KERNEL); in asd_extend_cmdctx()
Daic94xx_hwi.h241 static inline struct asd_dma_tok *asd_alloc_coherent(struct asd_ha_struct * in asd_alloc_coherent() function
Daic94xx_task.c72 ascb->sg_arr = asd_alloc_coherent(asd_ha, in asd_map_scatterlist()
Daic94xx_seq.c296 token = asd_alloc_coherent(asd_ha, MAX_DMA_OVLY_COUNT, GFP_KERNEL); in asd_download_seq()