ibv_create_comp_channel (3) Linux Manual Page
NAME ibv_create_comp_channel, ibv_destroy_comp_channel – create or destroy a completion event channel SYNOPSIS #include <infiniband/verbs.h> struct ibv_comp_channel *ibv_create_comp_channel(struct ibv_context *context); int ibv_destroy_comp_channel(struct ibv_comp_channel *channel); DESCRIPTION ibv_create_comp_channel() creates a completion event channel for the RDMA device context context. ibv_destroy_comp_channel() destroys the completion event channel channel. RETURN VALUE ibv_create_comp_channel() returns a pointer to the created completion event channel,…
