Searched refs:create_cq (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_glue.h | 50 struct ibv_cq *(*create_cq)(struct ibv_context *context, int cqe, member
|
| H A D | mlx4_glue.c | 260 .create_cq = mlx4_glue_create_cq,
|
| H A D | mlx4_rxq.c | 388 cq = mlx4_glue->create_cq(priv->ctx, 1, NULL, NULL, 0); in mlx4_rss_init() 517 cq = mlx4_glue->create_cq(priv->ctx, elts_n / sges_n, NULL, in mlx4_rxq_attach()
|
| H A D | mlx4_txq.c | 382 txq->cq = mlx4_glue->create_cq(priv->ctx, desc, NULL, NULL, 0); in mlx4_tx_queue_setup()
|
| H A D | mlx4.c | 640 cq = mlx4_glue->create_cq(ctx, 1, NULL, NULL, 0); in mlx4_hw_rss_sup()
|
| H A D | mlx4_flow.c | 968 drop->cq = mlx4_glue->create_cq(priv->ctx, 1, NULL, NULL, 0); in mlx4_drop_get()
|
| /f-stack/dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_glue.h | 155 struct ibv_cq *(*create_cq)(struct ibv_context *context, int cqe, member
|
| H A D | mlx5_glue.c | 1321 .create_cq = mlx5_glue_create_cq,
|
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_verbs.c | 725 rxq->ibv_cq = mlx5_glue->create_cq(ctx, 1, NULL, NULL, 0); in mlx5_rxq_ibv_obj_drop_create() 945 txq_obj->cq = mlx5_glue->create_cq(priv->sh->ctx, cqe_n, NULL, NULL, 0); in mlx5_txq_ibv_obj_new()
|