HomeSort by: relevance | last modified time | path
    Searched defs:sg_list_size (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
aic79xx.c 5099 bus_size_t sg_list_size; local in function:ahd_sglist_allocsize
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 14 milliseconds