Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/misc/genwqe/
Dcard_utils.c390 unsigned int size_to_map; in genwqe_setup_sgl() local
401 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()
/linux-5.19.10/drivers/infiniband/hw/mlx5/
Dumr.c700 size_t size_to_map = 0; in mlx5r_umr_update_xlt() local
745 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()
/linux-5.19.10/drivers/crypto/ccree/
Dcc_buffer_mgr.c957 u32 size_to_map; in cc_map_aead_request() local
1054 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()