Searched refs:pages_to_map (Results 1 – 4 of 4) sorted by relevance
1037 size_t pages_to_map = 0; in mlx5_ib_update_xlt() local1058 pages_to_map = ALIGN(npages, page_align); in mlx5_ib_update_xlt()1059 size = desc_size * pages_to_map; in mlx5_ib_update_xlt()1091 pages_to_map = min_t(size_t, pages_to_map, max_pages); in mlx5_ib_update_xlt()1114 pages_mapped < pages_to_map && !err; in mlx5_ib_update_xlt()1116 npages = min_t(int, pages_iter, pages_to_map - pages_mapped); in mlx5_ib_update_xlt()1134 if (pages_mapped + pages_iter >= pages_to_map) { in mlx5_ib_update_xlt()
173 struct page *pages_to_map[MAX_PENDING_REQS]; member
349 queue->pages_to_map[mop-queue->tx_map_ops] = queue->mmap_pages[pending_idx]; in xenvif_tx_create_map_op()1373 queue->pages_to_map, in xenvif_tx_action()
1825 unsigned long pages_to_map, in tcp_zerocopy_vm_insert_batch() argument1831 unsigned long pages_remaining = pages_to_map; in tcp_zerocopy_vm_insert_batch()1836 bytes_mapped = PAGE_SIZE * (pages_to_map - pages_remaining); in tcp_zerocopy_vm_insert_batch()