Lines Matching refs:rdma_cm
230 rdma_notify(ch->rdma_cm.cm_id, event->event); in srpt_qp_event()
1839 ret = rdma_create_qp(ch->rdma_cm.cm_id, sdev->pd, qp_init); in srpt_create_ch_ib()
1840 ch->qp = ch->rdma_cm.cm_id->qp; in srpt_create_ch_ib()
1951 ret = rdma_disconnect(ch->rdma_cm.cm_id); in srpt_disconnect_ch()
2104 rdma_destroy_id(ch->rdma_cm.cm_id); in srpt_release_channel_work()
2159 struct rdma_conn_param rdma_cm; in srpt_cm_req_recv() member
2231 ch->rdma_cm.cm_id = rdma_cm_id; in srpt_cm_req_recv()
2425 rep_param->rdma_cm.private_data = (void *)rsp; in srpt_cm_req_recv()
2426 rep_param->rdma_cm.private_data_len = sizeof(*rsp); in srpt_cm_req_recv()
2427 rep_param->rdma_cm.rnr_retry_count = 7; in srpt_cm_req_recv()
2428 rep_param->rdma_cm.flow_control = 1; in srpt_cm_req_recv()
2429 rep_param->rdma_cm.responder_resources = 4; in srpt_cm_req_recv()
2430 rep_param->rdma_cm.initiator_depth = 4; in srpt_cm_req_recv()
2450 ret = rdma_accept(rdma_cm_id, &rep_param->rdma_cm); in srpt_cm_req_recv()