Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/mana/
H A Dmain.c375 size_t num_pages_processed = 0, num_pages_to_handle; in mana_ib_gd_create_dma_region() local
396 num_pages_to_handle = in mana_ib_gd_create_dma_region()
399 struct_size(create_req, page_addr_list, num_pages_to_handle); in mana_ib_gd_create_dma_region()
422 num_pages_to_handle, create_req->gdma_page_type); in mana_ib_gd_create_dma_region()
429 if (tail < num_pages_to_handle) in mana_ib_gd_create_dma_region()
432 if (num_pages_processed + num_pages_to_handle < in mana_ib_gd_create_dma_region()
463 num_pages_to_handle = in mana_ib_gd_create_dma_region()