Home
last modified time | relevance | path

Searched refs:page_offset_quantized (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/infiniband/hw/mlx5/
Dmem.c63 unsigned int *page_offset_quantized) in __mlx5_umem_find_best_quantized_pgoff() argument
93 *page_offset_quantized = in __mlx5_umem_find_best_quantized_pgoff()
95 if (WARN_ON(*page_offset_quantized > page_offset_mask)) in __mlx5_umem_find_best_quantized_pgoff()
Dcq.c711 unsigned int page_offset_quantized; in create_cq_user() local
748 page_offset, 64, &page_offset_quantized); in create_cq_user()
779 MLX5_SET(cqc, cqc, page_offset, page_offset_quantized); in create_cq_user()
1261 unsigned int page_offset_quantized = 0; in mlx5_ib_resize_cq() local
1298 &page_offset_quantized); in mlx5_ib_resize_cq()
1343 MLX5_SET(cqc, cqc, page_offset, page_offset_quantized); in mlx5_ib_resize_cq()
Dmlx5_ib.h90 unsigned int *page_offset_quantized);
93 scale, page_offset_quantized) \ argument
100 page_offset_quantized)
104 scale, page_offset_quantized) \ argument
110 page_offset_quantized)
Dqp.c867 unsigned int page_offset_quantized = 0; in _create_user_qp() local
929 &page_offset_quantized); in _create_user_qp()
955 MLX5_SET(qpc, qpc, page_offset, page_offset_quantized); in _create_user_qp()
1264 unsigned int page_offset_quantized; in create_raw_packet_qp_sq() local
1278 page_offset, 64, &page_offset_quantized); in create_raw_packet_qp_sq()
1317 MLX5_SET(wq, wq, page_offset, page_offset_quantized); in create_raw_packet_qp_sq()
1357 unsigned int page_offset_quantized; in create_raw_packet_qp_rq() local
1370 &page_offset_quantized); in create_raw_packet_qp_rq()
1398 MLX5_SET(wq, wq, page_offset, page_offset_quantized); in create_raw_packet_qp_rq()