Searched refs:host_page_buffer_sz (Results 1 – 1 of 1) sorted by relevance
1318 u32 host_page_buffer_sz=0; in mpt_host_page_alloc() local1322 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()