Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/aic94xx/
Daic94xx_hwi.c257 asd_ha->hw_prof.max_ddbs = asd_get_devctx_size(asd_ha)/ASD_DDB_SIZE; in asd_get_max_scb_ddb()
488 #define MAX_DEVS ((OCM_MAX_SIZE) / (ASD_DDB_SIZE))
507 dma_addr -= asd_ha->hw_prof.max_ddbs * ASD_DDB_SIZE; in asd_extend_devctx_ocm()
530 size = (max_devs - asd_ha->hw_prof.max_ddbs + 1) * ASD_DDB_SIZE; in asd_extend_devctx()
540 dma_addr = ALIGN((unsigned long) dma_handle, ASD_DDB_SIZE); in asd_extend_devctx()
541 dma_addr -= asd_ha->hw_prof.max_ddbs * ASD_DDB_SIZE; in asd_extend_devctx()
Daic94xx_sas.h744 #define ASD_DDB_SIZE sizeof(struct asd_ddb_ssp_smp_target_port) macro