Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx_core.c6031 bus_size_t max_list_size; in ahd_sglist_allocsize() local
6047 max_list_size = roundup(sg_list_increment, PAGE_SIZE); in ahd_sglist_allocsize()
6048 if (max_list_size < 4 * PAGE_SIZE) in ahd_sglist_allocsize()
6049 max_list_size = 4 * PAGE_SIZE; in ahd_sglist_allocsize()
6050 if (max_list_size > (AHD_SCB_MAX_ALLOC * sg_list_increment)) in ahd_sglist_allocsize()
6051 max_list_size = (AHD_SCB_MAX_ALLOC * sg_list_increment); in ahd_sglist_allocsize()
6052 while ((sg_list_size + sg_list_increment) <= max_list_size in ahd_sglist_allocsize()