Home
last modified time | relevance | path

Searched refs:re_id (Results 1 – 4 of 4) sorted by relevance

/net/sunrpc/xprtrdma/
Dverbs.c102 struct rdma_cm_id *id = ep->re_id; in rpcrdma_xprt_drain()
260 ep->re_id->device->name, sap); in rpcrdma_cm_event_handler()
297 ep->re_id->device->name, rdma_event_msg(event->event)); in rpcrdma_cm_event_handler()
351 if (ep->re_id->qp) { in rpcrdma_ep_destroy()
352 rdma_destroy_qp(ep->re_id); in rpcrdma_ep_destroy()
353 ep->re_id->qp = NULL; in rpcrdma_ep_destroy()
406 ep->re_id = id; in rpcrdma_ep_create()
532 rc = rdma_connect(ep->re_id, &ep->re_remote_cma); in rpcrdma_xprt_connect()
582 id = ep->re_id; in rpcrdma_xprt_disconnect()
1312 struct ib_device *device = r_xprt->rx_ep->re_id->device; in __rpcrdma_regbuf_dma_map()
[all …]
Dfrwr_ops.c320 dma_nents = ib_dma_map_sg(ep->re_id->device, mr->mr_sg, mr->mr_nents, in frwr_map()
324 mr->mr_device = ep->re_id->device; in frwr_map()
424 ret = ib_post_send(ep->re_id->qp, post_wr, NULL); in frwr_send()
551 rc = ib_post_send(ep->re_id->qp, first, &bad_wr); in frwr_unmap_sync()
651 rc = ib_post_send(ep->re_id->qp, first, NULL); in frwr_unmap_async()
Dxprt_rdma.h73 struct rdma_cm_id *re_id; member
Dtransport.c274 rdma_disconnect(r_xprt->rx_ep->re_id); in xprt_rdma_inject_disconnect()