Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/message/fusion/
Dmptbase.c1310 u32 host_page_buffer_sz=0; in mpt_host_page_alloc() local
1314 host_page_buffer_sz = in mpt_host_page_alloc()
1317 if(!host_page_buffer_sz) in mpt_host_page_alloc()
1321 while (host_page_buffer_sz > 0) { in mpt_host_page_alloc()
1324 host_page_buffer_sz, in mpt_host_page_alloc()
1332 host_page_buffer_sz)); in mpt_host_page_alloc()
1333 ioc->alloc_total += host_page_buffer_sz; in mpt_host_page_alloc()
1334 ioc->HostPageBuffer_sz = host_page_buffer_sz; in mpt_host_page_alloc()
1338 host_page_buffer_sz -= (4*1024); in mpt_host_page_alloc()