Searched refs:size_to_map (Results 1 – 3 of 3) sorted by relevance
390 unsigned int size_to_map; in genwqe_setup_sgl() local401 size_to_map = min(size, PAGE_SIZE - map_offs); in genwqe_setup_sgl()413 size -= size_to_map; in genwqe_setup_sgl()424 size_to_map); in genwqe_setup_sgl()430 prev_daddr = daddr + size_to_map; in genwqe_setup_sgl()436 s[j].len = cpu_to_be32(size_to_map); in genwqe_setup_sgl()438 prev_daddr = daddr + size_to_map; in genwqe_setup_sgl()
700 size_t size_to_map = 0; in mlx5r_umr_update_xlt() local745 size_to_map = npages * desc_size; in mlx5r_umr_update_xlt()751 sg.length = ALIGN(size_to_map, MLX5_UMR_MTT_ALIGNMENT); in mlx5r_umr_update_xlt()
957 u32 size_to_map; in cc_map_aead_request() local1054 size_to_map = req->cryptlen + req->assoclen; in cc_map_aead_request()1058 size_to_map += authsize; in cc_map_aead_request()1061 rc = cc_map_sg(dev, req->src, size_to_map, in cc_map_aead_request()