Lines Matching full:pas
723 __be64 *pas; in create_cq_user() local
776 MLX5_FLD_SZ_BYTES(create_cq_in, pas[0]) * ncont; in create_cq_user()
783 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, *cqb, pas); in create_cq_user()
784 mlx5_ib_populate_pas(cq->buf.umem, page_size, pas, 0); in create_cq_user()
883 __be64 *pas; in create_cq_kernel() local
902 MLX5_FLD_SZ_BYTES(create_cq_in, pas[0]) * in create_cq_kernel()
910 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, *cqb, pas); in create_cq_kernel()
911 mlx5_fill_page_frag_array(&cq->buf.frag_buf, pas); in create_cq_kernel()
1270 __be64 *pas; in mlx5_ib_resize_cq() local
1328 MLX5_FLD_SZ_BYTES(modify_cq_in, pas[0]) * npas; in mlx5_ib_resize_cq()
1336 pas = (__be64 *)MLX5_ADDR_OF(modify_cq_in, in, pas); in mlx5_ib_resize_cq()
1338 mlx5_ib_populate_pas(cq->resize_umem, 1UL << page_shift, pas, in mlx5_ib_resize_cq()
1341 mlx5_fill_page_frag_array(&cq->resize_buf->frag_buf, pas); in mlx5_ib_resize_cq()