Home
last modified time | relevance | path

Searched refs:mlx5_devx_sq_create (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/common/mlx5/
H A Dmlx5_common_devx.h83 int mlx5_devx_sq_create(void *ctx, struct mlx5_devx_sq *sq_obj,
H A Dversion.map75 mlx5_devx_sq_create;
H A Dmlx5_common_devx.c206 mlx5_devx_sq_create(void *ctx, struct mlx5_devx_sq *sq_obj, uint16_t log_wqbb_n, in mlx5_devx_sq_create() function
/dpdk/drivers/net/mlx5/
H A Dmlx5_txpp.c257 ret = mlx5_devx_sq_create(sh->cdev->ctx, &wq->sq_obj, in mlx5_txpp_create_rearm_queue()
445 ret = mlx5_devx_sq_create(sh->cdev->ctx, &wq->sq_obj, in mlx5_txpp_create_clock_queue()
H A Dmlx5_devx.c1234 return mlx5_devx_sq_create(cdev->ctx, &txq_obj->sq_obj, in mlx5_txq_create_devx_sq_resources()
H A Dmlx5_flow_aso.c224 ret = mlx5_devx_sq_create(cdev->ctx, &sq->sq_obj, log_wqbb_n, &sq_attr, in mlx5_aso_sq_create()