Lines Matching refs:rdma_cm
224 rdma_notify(ch->rdma_cm.cm_id, event->event); in srpt_qp_event()
1831 ret = rdma_create_qp(ch->rdma_cm.cm_id, sdev->pd, qp_init); in srpt_create_ch_ib()
1832 ch->qp = ch->rdma_cm.cm_id->qp; in srpt_create_ch_ib()
1943 ret = rdma_disconnect(ch->rdma_cm.cm_id); in srpt_disconnect_ch()
2096 rdma_destroy_id(ch->rdma_cm.cm_id); in srpt_release_channel_work()
2151 struct rdma_conn_param rdma_cm; in srpt_cm_req_recv() member
2226 ch->rdma_cm.cm_id = rdma_cm_id; in srpt_cm_req_recv()
2417 rep_param->rdma_cm.private_data = (void *)rsp; in srpt_cm_req_recv()
2418 rep_param->rdma_cm.private_data_len = sizeof(*rsp); in srpt_cm_req_recv()
2419 rep_param->rdma_cm.rnr_retry_count = 7; in srpt_cm_req_recv()
2420 rep_param->rdma_cm.flow_control = 1; in srpt_cm_req_recv()
2421 rep_param->rdma_cm.responder_resources = 4; in srpt_cm_req_recv()
2422 rep_param->rdma_cm.initiator_depth = 4; in srpt_cm_req_recv()
2442 ret = rdma_accept(rdma_cm_id, &rep_param->rdma_cm); in srpt_cm_req_recv()