ibv_destroy_cq (3) Linux Manual Page
NAME ibv_create_cq, ibv_destroy_cq – create or destroy a completion queue (CQ) SYNOPSIS #include <infiniband/verbs.h> struct ibv_cq *ibv_create_cq(struct ibv_context *context, int cqe, void *cq_context, struct ibv_comp_channel *channel, int comp_vector); int ibv_destroy_cq(struct ibv_cq *cq); DESCRIPTION ibv_create_cq() creates a completion queue (CQ) with at least cqe entries for the RDMA device context context. The pointer cq_context will be…
