Searched refs:recv_cq_channel (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ofed/librdmacm/ |
H A D | rdma_cma.h | 133 struct ibv_comp_channel *recv_cq_channel; member
|
H A D | rsocket.c | 642 if (rs->cm_id->recv_cq_channel) in rs_set_nonblocking() 643 ret = fcntl(rs->cm_id->recv_cq_channel->fd, F_SETFL, arg); in rs_set_nonblocking() 652 ret = fcntl(qp->cm_id->recv_cq_channel->fd, in rs_set_nonblocking() 783 cm_id->recv_cq_channel = ibv_create_comp_channel(cm_id->verbs); in rs_create_cq() 784 if (!cm_id->recv_cq_channel) in rs_create_cq() 788 cm_id, cm_id->recv_cq_channel, 0); in rs_create_cq() 793 if (fcntl(cm_id->recv_cq_channel->fd, F_SETFL, O_NONBLOCK)) in rs_create_cq() 798 cm_id->send_cq_channel = cm_id->recv_cq_channel; in rs_create_cq() 806 ibv_destroy_comp_channel(cm_id->recv_cq_channel); in rs_create_cq() 807 cm_id->recv_cq_channel = NULL; in rs_create_cq() [all …]
|
H A D | cma.c | 1216 if (id->recv_cq_channel) { in ucma_destroy_cqs() 1217 ibv_destroy_comp_channel(id->recv_cq_channel); in ucma_destroy_cqs() 1218 if (id->send_cq_channel && (id->send_cq_channel != id->recv_cq_channel)) { in ucma_destroy_cqs() 1222 id->recv_cq_channel = NULL; in ucma_destroy_cqs() 1229 id->recv_cq_channel = ibv_create_comp_channel(id->verbs); in ucma_create_cqs() 1230 if (!id->recv_cq_channel) in ucma_create_cqs() 1234 id, id->recv_cq_channel, 0); in ucma_create_cqs()
|
H A D | rdma_verbs.h | 302 ret = ibv_get_cq_event(id->recv_cq_channel, &cq, &context); in rdma_get_recv_comp()
|