Home
last modified time | relevance | path

Searched refs:ASD_DL_SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h139 #define ASD_DL_SIZE (1<<(2+ASD_DL_SIZE_BITS)) macro
H A 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()
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h139 #define ASD_DL_SIZE (1<<(2+ASD_DL_SIZE_BITS)) macro
H A Daic94xx_hwi.c255 ASD_DL_SIZE * sizeof(struct done_list_struct), in asd_init_dl()
745 seq->dl_next = (seq->dl_next + 1) & (ASD_DL_SIZE-1); in asd_dl_tasklet_handler()

Completed in 6 milliseconds