Searched refs:page_offset_quantized (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/infiniband/hw/mlx5/ |
H A D | mem.c | 60 unsigned int *page_offset_quantized) in __mlx5_umem_find_best_quantized_pgoff() argument 90 *page_offset_quantized = in __mlx5_umem_find_best_quantized_pgoff() 92 if (WARN_ON(*page_offset_quantized > page_offset_mask)) in __mlx5_umem_find_best_quantized_pgoff()
|
H A D | cq.c | 725 unsigned int page_offset_quantized; in create_cq_user() local 762 page_offset, 64, &page_offset_quantized); in create_cq_user() 793 MLX5_SET(cqc, cqc, page_offset, page_offset_quantized); in create_cq_user() 1280 unsigned int page_offset_quantized = 0; in mlx5_ib_resize_cq() local 1317 &page_offset_quantized); in mlx5_ib_resize_cq() 1362 MLX5_SET(cqc, cqc, page_offset, page_offset_quantized); in mlx5_ib_resize_cq()
|
H A D | mlx5_ib.h | 85 unsigned int *page_offset_quantized); 88 scale, page_offset_quantized) \ argument 95 page_offset_quantized) 99 scale, page_offset_quantized) \ argument 105 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() 1348 unsigned int page_offset_quantized; in create_raw_packet_qp_sq() local 1362 page_offset, 64, &page_offset_quantized); in create_raw_packet_qp_sq() 1401 MLX5_SET(wq, wq, page_offset, page_offset_quantized); in create_raw_packet_qp_sq() 1441 unsigned int page_offset_quantized; in create_raw_packet_qp_rq() local 1454 &page_offset_quantized); in create_raw_packet_qp_rq() 1482 MLX5_SET(wq, wq, page_offset, page_offset_quantized); in create_raw_packet_qp_rq()
|