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

/netbsd-current/sys/dev/ic/
H A Daic79xx.c5099 bus_size_t sg_list_size; local
5105 sg_list_size = sg_list_increment;
5108 while ((sg_list_size + sg_list_increment) <= PAGE_SIZE)
5109 sg_list_size += sg_list_increment;
5115 best_list_size = sg_list_size;
5121 while ((sg_list_size + sg_list_increment) <= max_list_size
5122 && (sg_list_size % PAGE_SIZE) != 0) {
5126 sg_list_size += sg_list_increment;
5127 new_mod = sg_list_size % PAGE_SIZE;
5130 best_list_size = sg_list_size;
[all...]

Completed in 229 milliseconds