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

/netbsd-current/sys/dev/ic/
H A Daic79xx.c5100 bus_size_t max_list_size; local
5116 max_list_size = roundup(sg_list_increment, PAGE_SIZE);
5117 if (max_list_size < 4 * PAGE_SIZE)
5118 max_list_size = 4 * PAGE_SIZE;
5119 if (max_list_size > (AHD_SCB_MAX_ALLOC * sg_list_increment))
5120 max_list_size = (AHD_SCB_MAX_ALLOC * sg_list_increment);
5121 while ((sg_list_size + sg_list_increment) <= max_list_size

Completed in 129 milliseconds