Main index | Section 3 | Options |
#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);
ibv_destroy_cq() destroys the CQ cq.
ibv_destroy_cq() returns 0 on success, or the value of errno on failure (which indicates the failure reason).
ibv_destroy_cq() fails if any queue pair is still associated with this CQ.
2006-10-31 | IBV_CREATE_CQ (3) | libibverbs |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | Unix...best if used before: Tue Jan 19 03:14:08 GMT 2038 | ” |