Searched refs:page_offset_quantized (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/ |
A 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()
|
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()
|
A D | mlx5_ib.h | 94 unsigned int *page_offset_quantized); 97 scale, page_offset_quantized) \ argument 104 page_offset_quantized) 108 scale, page_offset_quantized) \ argument 114 page_offset_quantized)
|
A D | qp.c | 946 unsigned int page_offset_quantized = 0; in _create_user_qp() local 1008 &page_offset_quantized); in _create_user_qp() 1034 MLX5_SET(qpc, qpc, page_offset, page_offset_quantized); in _create_user_qp() 1343 unsigned int page_offset_quantized; in create_raw_packet_qp_sq() local 1357 page_offset, 64, &page_offset_quantized); in create_raw_packet_qp_sq() 1396 MLX5_SET(wq, wq, page_offset, page_offset_quantized); in create_raw_packet_qp_sq() 1436 unsigned int page_offset_quantized; in create_raw_packet_qp_rq() local 1449 &page_offset_quantized); in create_raw_packet_qp_rq() 1477 MLX5_SET(wq, wq, page_offset, page_offset_quantized); in create_raw_packet_qp_rq()
|
Completed in 22 milliseconds