Lines Matching refs:recv_cq_channel
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()
945 qp->cm_id->recv_cq_channel->fd, NULL); in ds_free_qp()
1539 qp->cm_id->recv_cq_channel->fd, &event); in ds_create_qp()
1997 ret = ibv_get_cq_event(rs->cm_id->recv_cq_channel, &cq, &context); in rs_get_cq_event()
2181 ret = ibv_get_cq_event(qp->cm_id->recv_cq_channel, &cq, &context); in ds_get_cq_event()
3042 rfds[i].fd = rs->cm_id->recv_cq_channel->fd; in rs_poll_arm()