Searched refs:page_offset_quantized (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | mem.c | 62 unsigned int *page_offset_quantized) in __mlx5_umem_find_best_quantized_pgoff() argument 92 *page_offset_quantized = in __mlx5_umem_find_best_quantized_pgoff() 94 if (WARN_ON(*page_offset_quantized > page_offset_mask)) in __mlx5_umem_find_best_quantized_pgoff()
|
H A D | cq.c | 721 unsigned int page_offset_quantized; in create_cq_user() local 758 page_offset, 64, &page_offset_quantized); in create_cq_user() 789 MLX5_SET(cqc, cqc, page_offset, page_offset_quantized); in create_cq_user() 1271 unsigned int page_offset_quantized = 0; in mlx5_ib_resize_cq() local 1308 &page_offset_quantized); in mlx5_ib_resize_cq() 1353 MLX5_SET(cqc, cqc, page_offset, page_offset_quantized); in mlx5_ib_resize_cq()
|
H A D | mlx5_ib.h | 96 unsigned int *page_offset_quantized); 99 scale, page_offset_quantized) \ argument 106 page_offset_quantized) 110 scale, page_offset_quantized) \ argument 116 page_offset_quantized)
|
H A D | qp.c | 950 unsigned int page_offset_quantized = 0; in _create_user_qp() local 1012 &page_offset_quantized); in _create_user_qp() 1038 MLX5_SET(qpc, qpc, page_offset, page_offset_quantized); in _create_user_qp() 1350 unsigned int page_offset_quantized; in create_raw_packet_qp_sq() local 1364 page_offset, 64, &page_offset_quantized); in create_raw_packet_qp_sq() 1403 MLX5_SET(wq, wq, page_offset, page_offset_quantized); in create_raw_packet_qp_sq() 1443 unsigned int page_offset_quantized; in create_raw_packet_qp_rq() local 1456 &page_offset_quantized); in create_raw_packet_qp_rq() 1484 MLX5_SET(wq, wq, page_offset, page_offset_quantized); in create_raw_packet_qp_rq()
|