Home
last modified time | relevance | path

Searched refs:ASD_DDB_SIZE (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/scsi/aic94xx/
Daic94xx_hwi.c261 asd_ha->hw_prof.max_ddbs = asd_get_devctx_size(asd_ha)/ASD_DDB_SIZE; in asd_get_max_scb_ddb()
493 #define MAX_DEVS ((OCM_MAX_SIZE) / (ASD_DDB_SIZE))
512 dma_addr -= asd_ha->hw_prof.max_ddbs * ASD_DDB_SIZE; in asd_extend_devctx_ocm()
535 size = (max_devs - asd_ha->hw_prof.max_ddbs + 1) * ASD_DDB_SIZE; in asd_extend_devctx()
545 dma_addr = ALIGN((unsigned long) dma_handle, ASD_DDB_SIZE); in asd_extend_devctx()
546 dma_addr -= asd_ha->hw_prof.max_ddbs * ASD_DDB_SIZE; in asd_extend_devctx()
Daic94xx_sas.h707 #define ASD_DDB_SIZE sizeof(struct asd_ddb_ssp_smp_target_port) macro