Searched refs:mlx5_devx_sq_create (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_devx.h | 83 int mlx5_devx_sq_create(void *ctx, struct mlx5_devx_sq *sq_obj,
|
| H A D | version.map | 75 mlx5_devx_sq_create;
|
| H A D | mlx5_common_devx.c | 206 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 D | mlx5_txpp.c | 257 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 D | mlx5_devx.c | 1234 return mlx5_devx_sq_create(cdev->ctx, &txq_obj->sq_obj, in mlx5_txq_create_devx_sq_resources()
|
| H A D | mlx5_flow_aso.c | 224 ret = mlx5_devx_sq_create(cdev->ctx, &sq->sq_obj, log_wqbb_n, &sq_attr, in mlx5_aso_sq_create()
|