Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/message/fusion/
Dmptbase.c1316 u32 host_page_buffer_sz=0; in mpt_host_page_alloc() local
1320 host_page_buffer_sz = in mpt_host_page_alloc()
1323 if(!host_page_buffer_sz) in mpt_host_page_alloc()
1327 while (host_page_buffer_sz > 0) { in mpt_host_page_alloc()
1330 host_page_buffer_sz, in mpt_host_page_alloc()
1338 host_page_buffer_sz)); in mpt_host_page_alloc()
1339 ioc->alloc_total += host_page_buffer_sz; in mpt_host_page_alloc()
1340 ioc->HostPageBuffer_sz = host_page_buffer_sz; in mpt_host_page_alloc()
1344 host_page_buffer_sz -= (4*1024); in mpt_host_page_alloc()