OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_list_size
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/ic/
aic79xx.c
5100
bus_size_t
max_list_size
;
local in function:ahd_sglist_allocsize
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 16 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025