Searched refs:rdma_restrack_get_byid (Results 1 - 4 of 4) sorted by last modified time

/linux-master/include/rdma/
H A Drestrack.h160 struct rdma_restrack_entry *rdma_restrack_get_byid(struct ib_device *dev,
/linux-master/drivers/infiniband/core/
H A Drestrack.c235 * rdma_restrack_get_byid() - translate from ID to restrack object
243 rdma_restrack_get_byid(struct ib_device *dev, function
257 EXPORT_SYMBOL(rdma_restrack_get_byid); variable
H A Dnldev.c1493 res = rdma_restrack_get_byid(device, res_type, id);
H A Dcounters.c449 res = rdma_restrack_get_byid(dev, RDMA_RESTRACK_QP, qp_num);
470 res = rdma_restrack_get_byid(dev, RDMA_RESTRACK_COUNTER, counter_id);

Completed in 150 milliseconds