Searched refs:re_id (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
H A D | frwr_ops.c | 129 ibdev_to_node(ep->re_id->device)); in frwr_mr_init() 312 dma_nents = ib_dma_map_sg(ep->re_id->device, mr->mr_sg, mr->mr_nents, in frwr_map() 316 mr->mr_device = ep->re_id->device; in frwr_map() 416 ret = ib_post_send(ep->re_id->qp, post_wr, NULL); in frwr_send() 541 * unless re_id->qp is a valid pointer. in frwr_unmap_sync() 544 rc = ib_post_send(ep->re_id->qp, first, &bad_wr); in frwr_unmap_sync() 642 * unless re_id->qp is a valid pointer. in frwr_unmap_async() 644 rc = ib_post_send(ep->re_id->qp, first, NULL); in frwr_unmap_async() 695 return ib_post_send(ep->re_id->qp, &mr->mr_regwr.wr, NULL); in frwr_wp_create()
|
H A D | verbs.c | 90 struct rdma_cm_id *id = ep->re_id; in rpcrdma_xprt_drain() 246 ep->re_id->device->name, sap); in rpcrdma_cm_event_handler() 333 if (ep->re_id->qp) { in rpcrdma_ep_destroy() 334 rdma_destroy_qp(ep->re_id); in rpcrdma_ep_destroy() 335 ep->re_id->qp = NULL; in rpcrdma_ep_destroy() 388 ep->re_id = id; in rpcrdma_ep_create() 506 rc = rdma_connect(ep->re_id, &ep->re_remote_cma); in rpcrdma_xprt_connect() 557 id = ep->re_id; in rpcrdma_xprt_disconnect() 742 struct ib_device *device = ep->re_id->device; in rpcrdma_mrs_create() 1284 struct ib_device *device = r_xprt->rx_ep->re_id in __rpcrdma_regbuf_dma_map() [all...] |
H A D | xprt_rdma.h | 74 struct rdma_cm_id *re_id; member
|
H A D | transport.c | 265 rdma_disconnect(r_xprt->rx_ep->re_id); in xprt_rdma_inject_disconnect()
|
/kernel/linux/linux-5.10/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() 1190 ib_dma_unmap_sg(r_xprt->rx_ep->re_id 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() 535 * unless re_id->qp is a valid pointer. in frwr_unmap_sync() 538 rc = ib_post_send(r_xprt->rx_ep->re_id->qp, first, &bad_wr); in frwr_unmap_sync() 639 * unless re_id->qp is a valid pointer. in frwr_unmap_async() 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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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;
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | rpcrdma.h | 651 const struct rdma_cm_id *id = ep->re_id;
|
Completed in 15 milliseconds