Searched refs:page_offset_quantized (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/infiniband/hw/mlx5/ |
D | mem.c | 61 unsigned int *page_offset_quantized) in __mlx5_umem_find_best_quantized_pgoff() argument 91 *page_offset_quantized = in __mlx5_umem_find_best_quantized_pgoff() 93 if (WARN_ON(*page_offset_quantized > page_offset_mask)) in __mlx5_umem_find_best_quantized_pgoff()
|
D | cq.c | 718 unsigned int page_offset_quantized; in create_cq_user() local 755 page_offset, 64, &page_offset_quantized); in create_cq_user() 786 MLX5_SET(cqc, cqc, page_offset, page_offset_quantized); in create_cq_user() 1268 unsigned int page_offset_quantized = 0; in mlx5_ib_resize_cq() local 1305 &page_offset_quantized); in mlx5_ib_resize_cq() 1350 MLX5_SET(cqc, cqc, page_offset, page_offset_quantized); in mlx5_ib_resize_cq()
|
D | mlx5_ib.h | 90 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)
|
D | qp.c | 869 unsigned int page_offset_quantized = 0; in _create_user_qp() local 931 &page_offset_quantized); in _create_user_qp() 957 MLX5_SET(qpc, qpc, page_offset, page_offset_quantized); in _create_user_qp() 1266 unsigned int page_offset_quantized; in create_raw_packet_qp_sq() local 1280 page_offset, 64, &page_offset_quantized); in create_raw_packet_qp_sq() 1319 MLX5_SET(wq, wq, page_offset, page_offset_quantized); in create_raw_packet_qp_sq() 1359 unsigned int page_offset_quantized; in create_raw_packet_qp_rq() local 1372 &page_offset_quantized); in create_raw_packet_qp_rq() 1400 MLX5_SET(wq, wq, page_offset, page_offset_quantized); in create_raw_packet_qp_rq()
|