Searched refs:rdma_restrack_get_byid (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/rdma/
H A Drestrack.h157 struct rdma_restrack_entry *rdma_restrack_get_byid(struct ib_device *dev,
/linux-master/drivers/infiniband/core/
H A Drestrack.c276 * rdma_restrack_get_byid() - translate from ID to restrack object
284 rdma_restrack_get_byid(struct ib_device *dev, function
298 EXPORT_SYMBOL(rdma_restrack_get_byid); variable
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);
H A Dnldev.c1485 res = rdma_restrack_get_byid(device, res_type, id);

Completed in 303 milliseconds