Lines Matching refs:rdma_cm
289 rdma_notify(ch->rdma_cm.cm_id, event->event); in srpt_qp_event()
1898 ret = rdma_create_qp(ch->rdma_cm.cm_id, sdev->pd, qp_init); in srpt_create_ch_ib()
1899 ch->qp = ch->rdma_cm.cm_id->qp; in srpt_create_ch_ib()
2010 ret = rdma_disconnect(ch->rdma_cm.cm_id); in srpt_disconnect_ch()
2163 rdma_destroy_id(ch->rdma_cm.cm_id); in srpt_release_channel_work()
2218 struct rdma_conn_param rdma_cm; in srpt_cm_req_recv() member
2290 ch->rdma_cm.cm_id = rdma_cm_id; in srpt_cm_req_recv()
2482 rep_param->rdma_cm.private_data = (void *)rsp; in srpt_cm_req_recv()
2483 rep_param->rdma_cm.private_data_len = sizeof(*rsp); in srpt_cm_req_recv()
2484 rep_param->rdma_cm.rnr_retry_count = 7; in srpt_cm_req_recv()
2485 rep_param->rdma_cm.flow_control = 1; in srpt_cm_req_recv()
2486 rep_param->rdma_cm.responder_resources = 4; in srpt_cm_req_recv()
2487 rep_param->rdma_cm.initiator_depth = 4; in srpt_cm_req_recv()
2507 ret = rdma_accept(rdma_cm_id, &rep_param->rdma_cm); in srpt_cm_req_recv()