Symbol: mlx5_vdpa_mr
drivers/vdpa/mlx5/core/mlx5_vdpa.h
149
struct mlx5_vdpa_mr *mlx5_vdpa_create_mr(struct mlx5_vdpa_dev *mvdev,
drivers/vdpa/mlx5/core/mlx5_vdpa.h
155
struct mlx5_vdpa_mr *mr);
drivers/vdpa/mlx5/core/mlx5_vdpa.h
157
struct mlx5_vdpa_mr *mr);
drivers/vdpa/mlx5/core/mlx5_vdpa.h
159
struct mlx5_vdpa_mr *mr,
drivers/vdpa/mlx5/core/mlx5_vdpa.h
87
struct mlx5_vdpa_mr *mr[MLX5_VDPA_NUM_AS];
drivers/vdpa/mlx5/core/mr.c
136
static u64 indir_start_addr(struct mlx5_vdpa_mr *mkey)
drivers/vdpa/mlx5/core/mr.c
147
static u64 indir_len(struct mlx5_vdpa_mr *mkey)
drivers/vdpa/mlx5/core/mr.c
169
static void fill_indir(struct mlx5_vdpa_dev *mvdev, struct mlx5_vdpa_mr *mkey, void *in)
drivers/vdpa/mlx5/core/mr.c
211
static int create_direct_keys(struct mlx5_vdpa_dev *mvdev, struct mlx5_vdpa_mr *mr)
drivers/vdpa/mlx5/core/mr.c
282
static int destroy_direct_keys(struct mlx5_vdpa_dev *mvdev, struct mlx5_vdpa_mr *mr)
drivers/vdpa/mlx5/core/mr.c
326
static int create_indirect_key(struct mlx5_vdpa_dev *mvdev, struct mlx5_vdpa_mr *mr)
drivers/vdpa/mlx5/core/mr.c
362
static void destroy_indirect_key(struct mlx5_vdpa_dev *mvdev, struct mlx5_vdpa_mr *mkey)
drivers/vdpa/mlx5/core/mr.c
443
struct mlx5_vdpa_mr *mr,
drivers/vdpa/mlx5/core/mr.c
499
struct mlx5_vdpa_mr *mr,
drivers/vdpa/mlx5/core/mr.c
566
static int create_dma_mr(struct mlx5_vdpa_dev *mvdev, struct mlx5_vdpa_mr *mr)
drivers/vdpa/mlx5/core/mr.c
594
static void destroy_dma_mr(struct mlx5_vdpa_dev *mvdev, struct mlx5_vdpa_mr *mr)
drivers/vdpa/mlx5/core/mr.c
628
static void destroy_user_mr(struct mlx5_vdpa_dev *mvdev, struct mlx5_vdpa_mr *mr)
drivers/vdpa/mlx5/core/mr.c
642
static void _mlx5_vdpa_destroy_mr(struct mlx5_vdpa_dev *mvdev, struct mlx5_vdpa_mr *mr)
drivers/vdpa/mlx5/core/mr.c
668
struct mlx5_vdpa_mr *mr, *tmp;
drivers/vdpa/mlx5/core/mr.c
691
struct mlx5_vdpa_mr *mr)
drivers/vdpa/mlx5/core/mr.c
706
struct mlx5_vdpa_mr *mr)
drivers/vdpa/mlx5/core/mr.c
714
struct mlx5_vdpa_mr *mr)
drivers/vdpa/mlx5/core/mr.c
723
struct mlx5_vdpa_mr *mr)
drivers/vdpa/mlx5/core/mr.c
731
struct mlx5_vdpa_mr *new_mr,
drivers/vdpa/mlx5/core/mr.c
734
struct mlx5_vdpa_mr *old_mr = mvdev->mres.mr[asid];
drivers/vdpa/mlx5/core/mr.c
746
struct mlx5_vdpa_mr *mr;
drivers/vdpa/mlx5/core/mr.c
775
struct mlx5_vdpa_mr *mr,
drivers/vdpa/mlx5/core/mr.c
814
struct mlx5_vdpa_mr *mlx5_vdpa_create_mr(struct mlx5_vdpa_dev *mvdev,
drivers/vdpa/mlx5/core/mr.c
817
struct mlx5_vdpa_mr *mr;
drivers/vdpa/mlx5/core/mr.c
861
struct mlx5_vdpa_mr *mr;
drivers/vdpa/mlx5/net/mlx5_vnet.c
1310
struct mlx5_vdpa_mr *desc_mr = NULL;
drivers/vdpa/mlx5/net/mlx5_vnet.c
1311
struct mlx5_vdpa_mr *vq_mr = NULL;
drivers/vdpa/mlx5/net/mlx5_vnet.c
138
struct mlx5_vdpa_mr *vq_mr;
drivers/vdpa/mlx5/net/mlx5_vnet.c
1383
struct mlx5_vdpa_mr *vq_mr = mvdev->mres.mr[asid];
drivers/vdpa/mlx5/net/mlx5_vnet.c
139
struct mlx5_vdpa_mr *desc_mr;
drivers/vdpa/mlx5/net/mlx5_vnet.c
1392
struct mlx5_vdpa_mr *desc_mr = mvdev->mres.mr[asid];
drivers/vdpa/mlx5/net/mlx5_vnet.c
3054
struct mlx5_vdpa_mr *new_mr,
drivers/vdpa/mlx5/net/mlx5_vnet.c
3347
struct mlx5_vdpa_mr *new_mr;
drivers/vdpa/mlx5/net/mlx5_vnet.c
883
struct mlx5_vdpa_mr *vq_mr;
drivers/vdpa/mlx5/net/mlx5_vnet.c
884
struct mlx5_vdpa_mr *vq_desc_mr;