Home
last modified time | relevance | path

Searched refs:ibdev_to_node (Results 1 – 11 of 11) sorted by relevance

/linux-6.14.4/net/rds/
Dib_cm.c421 hdr = kzalloc_node(sizeof(*hdr), GFP_KERNEL, ibdev_to_node(dev)); in rds_dma_hdr_alloc()
475 ibdev_to_node(dev->dev)); in rds_dma_hdrs_alloc()
480 ibdev_to_node(dev->dev)); in rds_dma_hdrs_alloc()
634 ibdev_to_node(dev)); in rds_ib_setup_qp()
643 ibdev_to_node(dev)); in rds_ib_setup_qp()
Dib.h266 #define rdsibdev_to_node(rdsibdev) ibdev_to_node(rdsibdev->dev)
Dib.c142 ibdev_to_node(device)); in rds_ib_add_one()
/linux-6.14.4/net/sunrpc/xprtrdma/
Dsvc_rdma_rw.c69 GFP_KERNEL, ibdev_to_node(dev)); in svc_rdma_get_rw_ctxt()
207 ibdev_to_node(rdma->sc_cm_id->device)); in svc_rdma_write_info_alloc()
Dverbs.c762 ibdev_to_node(device)); in rpcrdma_mrs_create()
961 ibdev_to_node(device)); in rpcrdma_rep_create()
Dfrwr_ops.c130 ibdev_to_node(ep->re_id->device)); in frwr_mr_init()
Dsvc_rdma_transport.c242 ibdev_to_node(new_cma_id->device)); in handle_connect_req()
Dsvc_rdma_recvfrom.c121 int node = ibdev_to_node(rdma->sc_cm_id->device); in svc_rdma_recv_ctxt_alloc()
Dsvc_rdma_sendto.c119 int node = ibdev_to_node(rdma->sc_cm_id->device); in svc_rdma_send_ctxt_alloc()
/linux-6.14.4/drivers/nvme/host/
Drdma.c791 ctrl->ctrl.numa_node = ibdev_to_node(ctrl->device->dev); in nvme_rdma_configure_admin_queue()
/linux-6.14.4/include/rdma/
Dib_verbs.h4801 static inline int ibdev_to_node(struct ib_device *ibdev) in ibdev_to_node() function