Home
last modified time | relevance | path

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

/linux/net/rds/
H A 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()
H A Dib.h266 #define rdsibdev_to_node(rdsibdev) ibdev_to_node(rdsibdev->dev)
H A Dib.c142 ibdev_to_node(device)); in rds_ib_add_one()
/linux/net/sunrpc/xprtrdma/
H A 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()
H A Dverbs.c762 ibdev_to_node(device)); in rpcrdma_mrs_create()
961 ibdev_to_node(device)); in rpcrdma_rep_create()
H A Dsvc_rdma_transport.c242 ibdev_to_node(new_cma_id->device)); in handle_connect_req()
H A Dfrwr_ops.c130 ibdev_to_node(ep->re_id->device)); in frwr_mr_init()
H A Dsvc_rdma_recvfrom.c121 int node = ibdev_to_node(rdma->sc_cm_id->device); in svc_rdma_recv_ctxt_alloc()
H A Dsvc_rdma_sendto.c119 int node = ibdev_to_node(rdma->sc_cm_id->device); in svc_rdma_send_ctxt_alloc()
/linux/drivers/nvme/host/
H A Drdma.c791 ctrl->ctrl.numa_node = ibdev_to_node(ctrl->device->dev); in nvme_rdma_configure_admin_queue()
/linux/include/rdma/
H A Dib_verbs.h4763 static inline int ibdev_to_node(struct ib_device *ibdev) in ibdev_to_node() function