Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/aic94xx/
Daic94xx_hwi.h139 #define ASD_DL_SIZE (1<<(2+ASD_DL_SIZE_BITS)) macro
Daic94xx_hwi.c257 ASD_DL_SIZE * sizeof(struct done_list_struct), in asd_init_dl()
747 seq->dl_next = (seq->dl_next + 1) & (ASD_DL_SIZE-1); in asd_dl_tasklet_handler()