Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/infiniband/hw/mana/
H A Dmain.c316 size_t num_pages_processed = 0, num_pages_to_handle; in mana_ib_gd_create_dma_region() local
346 num_pages_to_handle = in mana_ib_gd_create_dma_region()
349 struct_size(create_req, page_addr_list, num_pages_to_handle); in mana_ib_gd_create_dma_region()
371 ibdev_dbg(&dev->ib_dev, "num_pages_to_handle %lu, gdma_page_type %u", in mana_ib_gd_create_dma_region()
372 num_pages_to_handle, create_req->gdma_page_type); in mana_ib_gd_create_dma_region()
379 if (tail < num_pages_to_handle) in mana_ib_gd_create_dma_region()
382 if (num_pages_processed + num_pages_to_handle < in mana_ib_gd_create_dma_region()
413 num_pages_to_handle = in mana_ib_gd_create_dma_region()

Completed in 2 milliseconds