Searched refs:devx_umem_reg (Results 1 – 13 of 13) sorted by relevance
| /f-stack/dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_lm.c | 61 mr->umem = mlx5_glue->devx_umem_reg(priv->ctx, in mlx5_vdpa_dirty_bitmap_set()
|
| H A D | mlx5_vdpa_event.c | 152 cq->umem_obj = mlx5_glue->devx_umem_reg(priv->ctx, in mlx5_vdpa_cq_create() 673 eqp->umem_obj = mlx5_glue->devx_umem_reg(priv->ctx, in mlx5_vdpa_event_qp_create()
|
| H A D | mlx5_vdpa_mem.c | 211 entry->umem = mlx5_glue->devx_umem_reg(priv->ctx, in mlx5_vdpa_mem_register()
|
| H A D | mlx5_vdpa_virtq.c | 276 virtq->umems[i].obj = mlx5_glue->devx_umem_reg(priv->ctx, in mlx5_vdpa_virtq_setup()
|
| /f-stack/dpdk/drivers/regex/mlx5/ |
| H A D | mlx5_regex_control.c | 121 cq->cqe_umem = mlx5_glue->devx_umem_reg(priv->ctx, buf, in regex_ctrl_create_cq() 222 sq->wqe_umem = mlx5_glue->devx_umem_reg(priv->ctx, buf, 64 * sq_size, in regex_ctrl_create_sq()
|
| H A D | mlx5_rxp.c | 902 priv->db[i].umem.umem = mlx5_glue->devx_umem_reg(priv->ctx, in rxp_db_setup()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_age.c | 69 cq->umem_obj = mlx5_glue->devx_umem_reg(ctx, in mlx5_aso_cq_create() 146 mr->umem = mlx5_glue->devx_umem_reg(ctx, mr->buf, length, in mlx5_aso_devx_reg_mr() 283 sq->wqe_umem = mlx5_glue->devx_umem_reg(ctx, in mlx5_aso_sq_create()
|
| H A D | mlx5_txpp.c | 263 wq->cq_umem = mlx5_glue->devx_umem_reg(sh->ctx, in mlx5_txpp_create_rearm_queue() 313 wq->sq_umem = mlx5_glue->devx_umem_reg(sh->ctx, in mlx5_txpp_create_rearm_queue() 501 wq->cq_umem = mlx5_glue->devx_umem_reg(sh->ctx, in mlx5_txpp_create_clock_queue() 557 wq->sq_umem = mlx5_glue->devx_umem_reg(sh->ctx, in mlx5_txpp_create_clock_queue()
|
| H A D | mlx5_devx.c | 378 rxq_ctrl->wq_umem = mlx5_glue->devx_umem_reg(priv->sh->ctx, in mlx5_rxq_create_devx_rq_resources() 500 rxq_ctrl->cq_umem = mlx5_glue->devx_umem_reg(priv->sh->ctx, buf, in mlx5_rxq_create_devx_cq_resources() 1246 txq_obj->cq_umem = mlx5_glue->devx_umem_reg(priv->sh->ctx, in mlx5_txq_create_devx_cq_resources() 1345 txq_obj->sq_umem = mlx5_glue->devx_umem_reg in mlx5_txq_create_devx_sq_resources()
|
| H A D | mlx5_flow.c | 6438 mem_mng->umem = mlx5_glue->devx_umem_reg(sh->ctx, mem, size, in mlx5_flow_create_counter_stat_mem_mng()
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common.c | 151 page->umem = mlx5_glue->devx_umem_reg(ctx, page->dbrs, in mlx5_alloc_dbr_page()
|
| /f-stack/dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_glue.h | 303 struct mlx5dv_devx_umem *(*devx_umem_reg)(struct ibv_context *context, member
|
| H A D | mlx5_glue.c | 1403 .devx_umem_reg = mlx5_glue_devx_umem_reg,
|