Home
last modified time | relevance | path

Searched refs:cq_context (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_glue.c123 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 Dmlx4_glue.h51 void *cq_context,
56 struct ibv_cq **cq, void **cq_context);
/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.h156 void *cq_context,
161 struct ibv_cq **cq, void **cq_context);
H A Dmlx5_glue.c103 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 Dmlx5_devx_cmds.c1546 void *cqctx = MLX5_ADDR_OF(create_cq_in, in, cq_context); in mlx5_devx_cmd_create_cq()
H A Dmlx5_prm.h2225 struct mlx5_ifc_cqc_bits cq_context; member