Home
last modified time | relevance | path

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

/drivers/message/fusion/
Dmptbase.c1178 u32 host_page_buffer_sz=0; in mpt_host_page_alloc() local
1182 host_page_buffer_sz = in mpt_host_page_alloc()
1185 if(!host_page_buffer_sz) in mpt_host_page_alloc()
1189 while(host_page_buffer_sz > 0) { in mpt_host_page_alloc()
1193 host_page_buffer_sz, in mpt_host_page_alloc()
1200 host_page_buffer_sz)); in mpt_host_page_alloc()
1201 ioc->alloc_total += host_page_buffer_sz; in mpt_host_page_alloc()
1202 ioc->HostPageBuffer_sz = host_page_buffer_sz; in mpt_host_page_alloc()
1206 host_page_buffer_sz -= (4*1024); in mpt_host_page_alloc()