Searched refs:recv_cq_channel (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drdma_cma.h133 struct ibv_comp_channel *recv_cq_channel; member in struct:rdma_cm_id
H A Drdma_verbs.h302 ret = ibv_get_cq_event(id->recv_cq_channel, &cq, &context);
H A Drsocket.c642 if (rs->cm_id->recv_cq_channel)
643 ret = fcntl(rs->cm_id->recv_cq_channel->fd, F_SETFL, arg);
652 ret = fcntl(qp->cm_id->recv_cq_channel->fd,
783 cm_id->recv_cq_channel = ibv_create_comp_channel(cm_id->verbs);
784 if (!cm_id->recv_cq_channel)
788 cm_id, cm_id->recv_cq_channel, 0);
793 if (fcntl(cm_id->recv_cq_channel->fd, F_SETFL, O_NONBLOCK))
798 cm_id->send_cq_channel = cm_id->recv_cq_channel;
806 ibv_destroy_comp_channel(cm_id->recv_cq_channel);
807 cm_id->recv_cq_channel
[all...]
H A Dcma.c1215 if (id->recv_cq_channel) {
1216 ibv_destroy_comp_channel(id->recv_cq_channel);
1217 if (id->send_cq_channel && (id->send_cq_channel != id->recv_cq_channel)) {
1221 id->recv_cq_channel = NULL;
1228 id->recv_cq_channel = ibv_create_comp_channel(id->verbs);
1229 if (!id->recv_cq_channel)
1233 id, id->recv_cq_channel, 0);

Completed in 81 milliseconds