Lines Matching full:pas
727 __be64 *pas; in create_cq_user() local
780 MLX5_FLD_SZ_BYTES(create_cq_in, pas[0]) * ncont; in create_cq_user()
787 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, *cqb, pas); in create_cq_user()
788 mlx5_ib_populate_pas(cq->buf.umem, page_size, pas, 0); in create_cq_user()
891 __be64 *pas; in create_cq_kernel() local
910 MLX5_FLD_SZ_BYTES(create_cq_in, pas[0]) * in create_cq_kernel()
918 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, *cqb, pas); in create_cq_kernel()
919 mlx5_fill_page_frag_array(&cq->buf.frag_buf, pas); in create_cq_kernel()
1279 __be64 *pas; in mlx5_ib_resize_cq() local
1337 MLX5_FLD_SZ_BYTES(modify_cq_in, pas[0]) * npas; in mlx5_ib_resize_cq()
1345 pas = (__be64 *)MLX5_ADDR_OF(modify_cq_in, in, pas); in mlx5_ib_resize_cq()
1347 mlx5_ib_populate_pas(cq->resize_umem, 1UL << page_shift, pas, in mlx5_ib_resize_cq()
1350 mlx5_fill_page_frag_array(&cq->resize_buf->frag_buf, pas); in mlx5_ib_resize_cq()