Searched refs:rdma_restrack_entry (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/infiniband/core/ |
H A D | restrack.c | 66 struct rdma_restrack_entry *e; in rdma_restrack_count() 146 const struct rdma_restrack_entry *parent) in rdma_restrack_parent_name() 161 void rdma_restrack_new(struct rdma_restrack_entry *res, in rdma_restrack_new() 174 void rdma_restrack_add(struct rdma_restrack_entry *res) in rdma_restrack_add() 234 struct rdma_restrack_entry * 239 struct rdma_restrack_entry *res; in rdma_restrack_get_byid() 253 struct rdma_restrack_entry *res; in restrack_release() 255 res = container_of(kref, struct rdma_restrack_entry, kref); in restrack_release() 263 int rdma_restrack_put(struct rdma_restrack_entry *res) in rdma_restrack_put() 273 void rdma_restrack_del(struct rdma_restrack_entry *res) in rdma_restrack_del() [all …]
|
H A D | restrack.h | 28 void rdma_restrack_add(struct rdma_restrack_entry *res); 29 void rdma_restrack_del(struct rdma_restrack_entry *res); 30 void rdma_restrack_new(struct rdma_restrack_entry *res, 32 void rdma_restrack_set_name(struct rdma_restrack_entry *res, 34 void rdma_restrack_parent_name(struct rdma_restrack_entry *dst, 35 const struct rdma_restrack_entry *parent);
|
H A D | nldev.c | 47 struct rdma_restrack_entry*, uint32_t); 429 struct rdma_restrack_entry *res) in fill_res_name_pid() 462 struct rdma_restrack_entry *res, in fill_res_qp_entry_query() 534 struct rdma_restrack_entry *res, uint32_t port) in fill_res_qp_raw_entry() 547 struct rdma_restrack_entry *res, uint32_t port) in fill_res_cm_id_entry() 633 struct rdma_restrack_entry *res, uint32_t port) in fill_res_cq_raw_entry() 763 struct rdma_restrack_entry *res; in fill_res_srq_qps() 889 struct rdma_restrack_entry *res; in fill_stat_counter_qps() 995 struct rdma_restrack_entry *res, in fill_res_counter_entry() 1422 struct rdma_restrack_entry *res; in res_get_common_doit() [all …]
|
H A D | counters.c | 284 struct rdma_restrack_entry *res; in rdma_get_counter_auto_mode() 395 struct rdma_restrack_entry *res; in get_running_counters_hwstat_sum() 446 struct rdma_restrack_entry *res = NULL; in rdma_counter_get_qp() 467 struct rdma_restrack_entry *res; in rdma_get_counter_by_id()
|
H A D | cma_priv.h | 108 struct rdma_restrack_entry res;
|
H A D | cma.c | 151 struct rdma_cm_id *rdma_res_to_id(struct rdma_restrack_entry *res) in rdma_res_to_id()
|
/openbmc/linux/include/rdma/ |
H A D | restrack.h | 65 struct rdma_restrack_entry { struct 125 static inline bool rdma_is_kernel_res(const struct rdma_restrack_entry *res) in rdma_is_kernel_res() argument 134 int __must_check rdma_restrack_get(struct rdma_restrack_entry *res); 140 int rdma_restrack_put(struct rdma_restrack_entry *res); 157 struct rdma_restrack_entry *rdma_restrack_get_byid(struct ib_device *dev, 168 static inline void rdma_restrack_no_track(struct rdma_restrack_entry *res) in rdma_restrack_no_track() 172 static inline bool rdma_restrack_is_tracked(struct rdma_restrack_entry *res) in rdma_restrack_is_tracked()
|
H A D | rdma_counter.h | 36 struct rdma_restrack_entry res;
|
H A D | rdma_cm.h | 391 struct rdma_cm_id *rdma_res_to_id(struct rdma_restrack_entry *res);
|
H A D | ib_verbs.h | 1520 struct rdma_restrack_entry res; 1561 struct rdma_restrack_entry res; 1619 struct rdma_restrack_entry res; 1644 struct rdma_restrack_entry res; 1814 struct rdma_restrack_entry res; 1848 struct rdma_restrack_entry res;
|