Searched refs:size_to_map (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/genwqe/ |
H A D | card_utils.c | 390 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()
|
/kernel/linux/linux-6.6/drivers/misc/genwqe/ |
H A D | card_utils.c | 390 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()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | umr.c | 701 size_t size_to_map = 0; in mlx5r_umr_update_xlt() local 746 size_to_map = npages * desc_size; in mlx5r_umr_update_xlt() 752 sg.length = ALIGN(size_to_map, MLX5_UMR_FLEX_ALIGNMENT); in mlx5r_umr_update_xlt()
|
/kernel/linux/linux-5.10/drivers/crypto/ccree/ |
H A D | cc_buffer_mgr.c | 957 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()
|
/kernel/linux/linux-6.6/drivers/crypto/ccree/ |
H A D | cc_buffer_mgr.c | 957 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()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | mr.c | 1039 size_t size_to_map = 0; in mlx5_ib_update_xlt() local 1117 size_to_map = npages * desc_size; in mlx5_ib_update_xlt() 1128 memset(xlt + size_to_map, 0, size - size_to_map); in mlx5_ib_update_xlt() 1132 sg.length = ALIGN(size_to_map, MLX5_UMR_MTT_ALIGNMENT); in mlx5_ib_update_xlt()
|
Completed in 11 milliseconds