Searched refs:cq_context (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_glue.c | 123 mlx4_glue_create_cq(struct ibv_context *context, int cqe, void *cq_context, in mlx4_glue_create_cq() argument 126 return ibv_create_cq(context, cqe, cq_context, channel, comp_vector); in mlx4_glue_create_cq() 137 void **cq_context) in mlx4_glue_get_cq_event() argument 139 return ibv_get_cq_event(channel, cq, cq_context); in mlx4_glue_get_cq_event()
|
| H A D | mlx4_glue.h | 51 void *cq_context, 56 struct ibv_cq **cq, void **cq_context);
|
| /dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_glue.h | 175 void *cq_context, 180 struct ibv_cq **cq, void **cq_context);
|
| H A D | mlx5_glue.c | 141 mlx5_glue_create_cq(struct ibv_context *context, int cqe, void *cq_context, in mlx5_glue_create_cq() argument 144 return ibv_create_cq(context, cqe, cq_context, channel, comp_vector); in mlx5_glue_create_cq() 155 void **cq_context) in mlx5_glue_get_cq_event() argument 157 return ibv_get_cq_event(channel, cq, cq_context); in mlx5_glue_get_cq_event()
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_prm.h | 2849 struct mlx5_ifc_cqc_bits cq_context; member
|
| H A D | mlx5_devx_cmds.c | 1917 void *cqctx = MLX5_ADDR_OF(create_cq_in, in, cq_context); in mlx5_devx_cmd_create_cq()
|