Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/message/fusion/
Dmptbase.c1318 u32 host_page_buffer_sz=0; in mpt_host_page_alloc() local
1322 host_page_buffer_sz = in mpt_host_page_alloc()
1325 if(!host_page_buffer_sz) in mpt_host_page_alloc()
1329 while(host_page_buffer_sz > 0) { in mpt_host_page_alloc()
1333 host_page_buffer_sz, in mpt_host_page_alloc()
1340 host_page_buffer_sz)); in mpt_host_page_alloc()
1341 ioc->alloc_total += host_page_buffer_sz; in mpt_host_page_alloc()
1342 ioc->HostPageBuffer_sz = host_page_buffer_sz; in mpt_host_page_alloc()
1346 host_page_buffer_sz -= (4*1024); in mpt_host_page_alloc()