Home
last modified time | relevance | path

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

/linux/net/sunrpc/xprtrdma/
H A Dfrwr_ops.c130 ibdev_to_node(ep->re_id->device)); in frwr_mr_init()
383 dma_nents = ib_dma_map_sg(ep->re_id->device, mr->mr_sg, mr->mr_nents, in frwr_map()
387 mr->mr_device = ep->re_id->device; in frwr_map()
487 ret = ib_post_send(ep->re_id->qp, post_wr, NULL); in frwr_send()
612 * unless re_id->qp is a valid pointer. in frwr_unmap_sync()
615 rc = ib_post_send(ep->re_id->qp, first, &bad_wr); in frwr_unmap_sync()
713 * unless re_id->qp is a valid pointer. in frwr_unmap_async()
715 rc = ib_post_send(ep->re_id->qp, first, NULL); in frwr_unmap_async()
762 dma_nents = ib_dma_map_sg(ep->re_id->device, mr->mr_sg, in frwr_wp_create()
768 mr->mr_device = ep->re_id in frwr_wp_create()
[all...]
H A Dverbs.c96 struct rdma_cm_id *id = ep->re_id; in rpcrdma_xprt_drain()
296 trace_xprtrdma_device_removal(ep->re_id); in rpcrdma_create_id()
339 ep->re_id = id; in rpcrdma_ep_destroy()
355 if (ep->re_id->qp) { in rpcrdma_ep_destroy()
356 rdma_destroy_qp(ep->re_id); in rpcrdma_ep_destroy()
357 ep->re_id->qp = NULL; in rpcrdma_ep_destroy()
371 rpcrdma_rn_unregister(ep->re_id->device, &ep->re_rn);
529 rc = rdma_connect(ep->re_id, &ep->re_remote_cma); in rpcrdma_xprt_connect()
590 id = ep->re_id;
841 struct ib_device *device = ep->re_id in rpcrdma_req_create()
[all...]
H A Dxprt_rdma.h75 struct rdma_cm_id *re_id; member
H A Dtransport.c264 rdma_disconnect(r_xprt->rx_ep->re_id); in xprt_rdma_inject_disconnect()
/linux/drivers/pci/hotplug/
H A Dibmphp_ebda.c234 u16 ebda_seg, num_entries, next_offset, offset, blk_id, sub_addr, re, rc_id, re_id, base; in ibmphp_access_ebda() local
325 re_id = readw(io_mem + sub_addr); /* sub blk id */ in ibmphp_access_ebda()
328 if (re_id != 0x5245) in ibmphp_access_ebda()
/linux/include/trace/events/
H A Drpcrdma.h650 const struct rdma_cm_id *id = ep->re_id;