Home
last modified time | relevance | path

Searched defs:ibv_cq (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/ofed/libibverbs/include/infiniband/
Dverbs.h614 struct ibv_cq { struct
615 struct ibv_context *context;
616 struct ibv_comp_channel *channel;
617 void *cq_context;
618 uint32_t handle;
619 int cqe;
621 uint32_t comp_events_completed;
622 uint32_t async_events_completed;
624 pthread_mutex_t mutex;
625 pthread_cond_t cond;
/freebsd-9-stable/contrib/ofed/libmthca/src/
Dmthca.h154 struct ibv_cq ibv_cq; member
/freebsd-9-stable/contrib/ofed/libmlx4/src/
Dmlx4.h218 struct ibv_cq ibv_cq; member