Home
last modified time | relevance | path

Searched refs:mlx5_devx_cmd_create_cq (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/common/mlx5/
H A Dversion.map13 mlx5_devx_cmd_create_cq;
H A Dmlx5_devx_cmds.h438 struct mlx5_devx_obj *mlx5_devx_cmd_create_cq(void *ctx,
H A Dmlx5_devx_cmds.c1539 mlx5_devx_cmd_create_cq(void *ctx, struct mlx5_devx_cq_attr *attr) in mlx5_devx_cmd_create_cq() function
/f-stack/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex_control.c136 cq->obj = mlx5_devx_cmd_create_cq(priv->ctx, &attr); in regex_ctrl_create_cq()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_age.c89 cq->cq = mlx5_devx_cmd_create_cq(ctx, &attr); in mlx5_aso_cq_create()
H A Dmlx5_txpp.c285 wq->cq = mlx5_devx_cmd_create_cq(sh->ctx, &cq_attr); in mlx5_txpp_create_rearm_queue()
525 wq->cq = mlx5_devx_cmd_create_cq(sh->ctx, &cq_attr); in mlx5_txpp_create_clock_queue()
H A Dmlx5_devx.c530 cq_obj = mlx5_devx_cmd_create_cq(priv->sh->ctx, &cq_attr); in mlx5_rxq_create_devx_cq_resources()
1279 txq_obj->cq_devx = mlx5_devx_cmd_create_cq(priv->sh->ctx, &cq_attr); in mlx5_txq_create_devx_cq_resources()
/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_event.c172 cq->cq = mlx5_devx_cmd_create_cq(priv->ctx, &attr); in mlx5_vdpa_cq_create()