Home
last modified time | relevance | path

Searched refs:mlx5_devx_cq_create (Results 1 – 10 of 10) sorted by relevance

/dpdk/drivers/common/mlx5/
H A Dmlx5_common_devx.h75 int mlx5_devx_cq_create(void *ctx, struct mlx5_devx_cq *cq_obj,
H A Dversion.map65 mlx5_devx_cq_create;
H A Dmlx5_common_devx.c79 mlx5_devx_cq_create(void *ctx, struct mlx5_devx_cq *cq_obj, uint16_t log_desc_n, in mlx5_devx_cq_create() function
/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex_control.c85 ret = mlx5_devx_cq_create(priv->cdev->ctx, &cq->cq_obj, cq->log_nb_desc, in regex_ctrl_create_cq()
/dpdk/drivers/net/mlx5/
H A Dmlx5_txpp.c243 ret = mlx5_devx_cq_create(sh->cdev->ctx, &wq->cq_obj, in mlx5_txpp_create_rearm_queue()
407 ret = mlx5_devx_cq_create(sh->cdev->ctx, &wq->cq_obj, in mlx5_txpp_create_clock_queue()
H A Dmlx5_devx.c369 ret = mlx5_devx_cq_create(sh->cdev->ctx, &rxq_ctrl->obj->cq_obj, in mlx5_rxq_create_devx_cq_resources()
1293 ret = mlx5_devx_cq_create(sh->cdev->ctx, &txq_obj->cq_obj, log_desc_n, in mlx5_txq_devx_obj_new()
H A Dmlx5_flow_aso.c214 if (mlx5_devx_cq_create(cdev->ctx, &sq->cq.cq_obj, in mlx5_aso_sq_create()
/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_event.c97 ret = mlx5_devx_cq_create(priv->cdev->ctx, &cq->cq_obj, log_desc_n, in mlx5_vdpa_cq_create()
/dpdk/drivers/compress/mlx5/
H A Dmlx5_compress.c237 ret = mlx5_devx_cq_create(priv->cdev->ctx, &qp->cq, log_ops_n, &cq_attr, in mlx5_compress_qp_setup()
/dpdk/drivers/crypto/mlx5/
H A Dmlx5_crypto.c618 if (mlx5_devx_cq_create(priv->cdev->ctx, &qp->cq_obj, log_nb_desc, in mlx5_crypto_queue_pair_setup()