Searched refs:mlx5_devx_cq_create (Results 1 – 10 of 10) sorted by relevance
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_devx.h | 75 int mlx5_devx_cq_create(void *ctx, struct mlx5_devx_cq *cq_obj,
|
| H A D | version.map | 65 mlx5_devx_cq_create;
|
| H A D | mlx5_common_devx.c | 79 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 D | mlx5_regex_control.c | 85 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 D | mlx5_txpp.c | 243 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 D | mlx5_devx.c | 369 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 D | mlx5_flow_aso.c | 214 if (mlx5_devx_cq_create(cdev->ctx, &sq->cq.cq_obj, in mlx5_aso_sq_create()
|
| /dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_event.c | 97 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 D | mlx5_compress.c | 237 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 D | mlx5_crypto.c | 618 if (mlx5_devx_cq_create(priv->cdev->ctx, &qp->cq_obj, log_nb_desc, in mlx5_crypto_queue_pair_setup()
|