Lines Matching refs: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()
859 __be64 *pas; in create_cq_kernel() local
878 MLX5_FLD_SZ_BYTES(create_cq_in, pas[0]) * in create_cq_kernel()
886 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, *cqb, pas); in create_cq_kernel()
887 mlx5_fill_page_frag_array(&cq->buf.frag_buf, pas); in create_cq_kernel()
1252 __be64 *pas; in mlx5_ib_resize_cq() local
1297 MLX5_FLD_SZ_BYTES(modify_cq_in, pas[0]) * npas; in mlx5_ib_resize_cq()
1305 pas = (__be64 *)MLX5_ADDR_OF(modify_cq_in, in, pas); in mlx5_ib_resize_cq()
1308 pas, 0); in mlx5_ib_resize_cq()
1310 mlx5_fill_page_frag_array(&cq->resize_buf->frag_buf, pas); in mlx5_ib_resize_cq()