Home
last modified time | relevance | path

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

/drivers/message/fusion/
Dmptbase.c1320 u32 host_page_buffer_sz=0; in mpt_host_page_alloc() local
1324 host_page_buffer_sz = in mpt_host_page_alloc()
1327 if(!host_page_buffer_sz) in mpt_host_page_alloc()
1331 while(host_page_buffer_sz > 0) { in mpt_host_page_alloc()
1335 host_page_buffer_sz, in mpt_host_page_alloc()
1342 host_page_buffer_sz)); in mpt_host_page_alloc()
1343 ioc->alloc_total += host_page_buffer_sz; in mpt_host_page_alloc()
1344 ioc->HostPageBuffer_sz = host_page_buffer_sz; in mpt_host_page_alloc()
1348 host_page_buffer_sz -= (4*1024); in mpt_host_page_alloc()