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