Lines Matching full:pas
712 __be64 *pas; in create_cq_user() local
755 MLX5_FLD_SZ_BYTES(create_cq_in, pas[0]) * ncont; in create_cq_user()
762 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, *cqb, pas); in create_cq_user()
763 mlx5_ib_populate_pas(dev, cq->buf.umem, page_shift, pas, 0); in create_cq_user()
858 __be64 *pas; in create_cq_kernel() local
877 MLX5_FLD_SZ_BYTES(create_cq_in, pas[0]) * in create_cq_kernel()
885 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, *cqb, pas); in create_cq_kernel()
886 mlx5_fill_page_frag_array(&cq->buf.frag_buf, pas); in create_cq_kernel()
1249 __be64 *pas; in mlx5_ib_resize_cq() local
1294 MLX5_FLD_SZ_BYTES(modify_cq_in, pas[0]) * npas; in mlx5_ib_resize_cq()
1302 pas = (__be64 *)MLX5_ADDR_OF(modify_cq_in, in, pas); in mlx5_ib_resize_cq()
1305 pas, 0); in mlx5_ib_resize_cq()
1307 mlx5_fill_page_frag_array(&cq->resize_buf->frag_buf, pas); in mlx5_ib_resize_cq()