Lines Matching refs:pas
713 __be64 *pas; in create_cq_user() local
766 MLX5_FLD_SZ_BYTES(create_cq_in, pas[0]) * ncont; in create_cq_user()
773 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, *cqb, pas); in create_cq_user()
774 mlx5_ib_populate_pas(cq->buf.umem, page_size, pas, 0); in create_cq_user()
873 __be64 *pas; in create_cq_kernel() local
892 MLX5_FLD_SZ_BYTES(create_cq_in, pas[0]) * in create_cq_kernel()
900 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, *cqb, pas); in create_cq_kernel()
901 mlx5_fill_page_frag_array(&cq->buf.frag_buf, pas); in create_cq_kernel()
1260 __be64 *pas; in mlx5_ib_resize_cq() local
1318 MLX5_FLD_SZ_BYTES(modify_cq_in, pas[0]) * npas; in mlx5_ib_resize_cq()
1326 pas = (__be64 *)MLX5_ADDR_OF(modify_cq_in, in, pas); in mlx5_ib_resize_cq()
1328 mlx5_ib_populate_pas(cq->resize_umem, 1UL << page_shift, pas, in mlx5_ib_resize_cq()
1331 mlx5_fill_page_frag_array(&cq->resize_buf->frag_buf, pas); in mlx5_ib_resize_cq()