Searched refs:re_id (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/net/sunrpc/xprtrdma/ |
| H A D | verbs.c | 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() [all …]
|
| H A D | frwr_ops.c | 76 ib_dma_unmap_sg(r_xprt->rx_ep->re_id->device, in frwr_mr_recycle() 315 dma_nents = ib_dma_map_sg(ep->re_id->device, mr->mr_sg, mr->mr_nents, in frwr_map() 408 return ib_post_send(r_xprt->rx_ep->re_id->qp, post_wr, NULL); in frwr_send() 538 rc = ib_post_send(r_xprt->rx_ep->re_id->qp, first, &bad_wr); in frwr_unmap_sync() 642 rc = ib_post_send(r_xprt->rx_ep->re_id->qp, first, &bad_wr); in frwr_unmap_async()
|
| H A D | xprt_rdma.h | 72 struct rdma_cm_id *re_id; member
|
| H A D | transport.c | 273 rdma_disconnect(r_xprt->rx_ep->re_id); in xprt_rdma_inject_disconnect()
|
| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | ibmphp_ebda.c | 234 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()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | rpcrdma.h | 404 const struct rdma_cm_id *id = ep->re_id; 504 const struct rdma_cm_id *id = ep->re_id;
|