Searched refs:cq_context (Results 1 – 6 of 6) sorted by relevance
| /f-stack/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);
|
| /f-stack/dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_glue.h | 156 void *cq_context, 161 struct ibv_cq **cq, void **cq_context);
|
| H A D | mlx5_glue.c | 103 mlx5_glue_create_cq(struct ibv_context *context, int cqe, void *cq_context, in mlx5_glue_create_cq() argument 106 return ibv_create_cq(context, cqe, cq_context, channel, comp_vector); in mlx5_glue_create_cq() 117 void **cq_context) in mlx5_glue_get_cq_event() argument 119 return ibv_get_cq_event(channel, cq, cq_context); in mlx5_glue_get_cq_event()
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_devx_cmds.c | 1546 void *cqctx = MLX5_ADDR_OF(create_cq_in, in, cq_context); in mlx5_devx_cmd_create_cq()
|
| H A D | mlx5_prm.h | 2225 struct mlx5_ifc_cqc_bits cq_context; member
|