Lines Matching refs:re_id
102 struct rdma_cm_id *id = ep->re_id; in rpcrdma_xprt_drain()
270 ep->re_id->device->name, sap); in rpcrdma_cm_event_handler()
307 ep->re_id->device->name, rdma_event_msg(event->event)); in rpcrdma_cm_event_handler()
361 if (ep->re_id->qp) { in rpcrdma_ep_destroy()
362 rdma_destroy_qp(ep->re_id); in rpcrdma_ep_destroy()
363 ep->re_id->qp = NULL; in rpcrdma_ep_destroy()
416 ep->re_id = id; in rpcrdma_ep_create()
543 rc = rdma_connect(ep->re_id, &ep->re_remote_cma); in rpcrdma_xprt_connect()
593 id = ep->re_id; in rpcrdma_xprt_disconnect()
1195 ib_dma_unmap_sg(r_xprt->rx_ep->re_id->device, in rpcrdma_mr_put()
1325 struct ib_device *device = r_xprt->rx_ep->re_id->device; in __rpcrdma_regbuf_dma_map()
1438 rc = ib_post_recv(ep->re_id->qp, wr, in rpcrdma_post_recvs()