Searched refs:pages_to_map (Results 1 – 4 of 4) sorted by relevance
1032 size_t pages_to_map = 0; in mlx5_ib_update_xlt() local1053 pages_to_map = ALIGN(npages, page_align); in mlx5_ib_update_xlt()1054 size = desc_size * pages_to_map; in mlx5_ib_update_xlt()1086 pages_to_map = min_t(size_t, pages_to_map, max_pages); in mlx5_ib_update_xlt()1109 pages_mapped < pages_to_map && !err; in mlx5_ib_update_xlt()1111 npages = min_t(int, pages_iter, pages_to_map - pages_mapped); in mlx5_ib_update_xlt()1129 if (pages_mapped + pages_iter >= pages_to_map) { in mlx5_ib_update_xlt()
176 struct page *pages_to_map[MAX_PENDING_REQS]; member
344 queue->pages_to_map[mop-queue->tx_map_ops] = queue->mmap_pages[pending_idx]; in xenvif_tx_create_map_op()1348 queue->pages_to_map, in xenvif_tx_action()
1748 unsigned long pages_to_map, in tcp_zerocopy_vm_insert_batch() argument1754 unsigned long pages_remaining = pages_to_map; in tcp_zerocopy_vm_insert_batch()1759 bytes_mapped = PAGE_SIZE * (pages_to_map - pages_remaining); in tcp_zerocopy_vm_insert_batch()