Home
last modified time | relevance | path

Searched refs:cq_event (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/ofed/libmthca/src/
HDmthca.c189 context->ibv_ctx.ops.cq_event = mthca_arbel_cq_event; in mthca_alloc_context()
195 context->ibv_ctx.ops.cq_event = NULL; in mthca_alloc_context()
/trueos/contrib/ofed/libibverbs/src/
HDverbs.c340 if ((*cq)->context->ops.cq_event) in __ibv_get_cq_event()
341 (*cq)->context->ops.cq_event(*cq); in __ibv_get_cq_event()
HDcompat-1_0.c184 void (*cq_event)(struct ibv_cq *cq); member
/trueos/contrib/ofed/libmlx4/src/
HDmlx4.c120 .cq_event = mlx4_cq_event,
/trueos/contrib/ofed/libibverbs/include/infiniband/
HDverbs.h711 void (*cq_event)(struct ibv_cq *cq); member