Home
last modified time | relevance | path

Searched refs:rtrs_clt_path (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt-sysfs.c21 struct rtrs_clt_path *clt_path; in rtrs_clt_path_release()
23 clt_path = container_of(kobj, struct rtrs_clt_path, kobj); in rtrs_clt_path_release()
201 struct rtrs_clt_path *clt_path; in rtrs_clt_state_show()
223 struct rtrs_clt_path *clt_path; in rtrs_clt_reconnect_store()
253 struct rtrs_clt_path *clt_path; in rtrs_clt_disconnect_store()
280 struct rtrs_clt_path *clt_path; in rtrs_clt_remove_path_store()
337 struct rtrs_clt_path *clt_path; in rtrs_clt_hca_port_show()
351 struct rtrs_clt_path *clt_path; in rtrs_clt_hca_name_show()
365 struct rtrs_clt_path *clt_path; in rtrs_clt_cur_latency_show()
380 struct rtrs_clt_path *clt_path; in rtrs_clt_src_addr_show()
[all …]
H A Drtrs-clt.h127 struct rtrs_clt_path { struct
160 struct rtrs_clt_path argument
190 static inline struct rtrs_clt_path *to_clt_path(struct rtrs_path *s) in to_clt_path()
192 return container_of(s, struct rtrs_clt_path, s); in to_clt_path()
206 int rtrs_clt_reconnect_from_sysfs(struct rtrs_clt_path *path);
207 void rtrs_clt_close_conns(struct rtrs_clt_path *clt_path, bool wait);
210 int rtrs_clt_remove_path_from_sysfs(struct rtrs_clt_path *path,
215 void free_path(struct rtrs_clt_path *clt_path);
247 int rtrs_clt_create_path_files(struct rtrs_clt_path *clt_path);
248 void rtrs_clt_destroy_path_files(struct rtrs_clt_path *clt_path,
H A Drtrs-clt.c54 struct rtrs_clt_path *clt_path; in rtrs_clt_is_connected()
384 struct rtrs_clt_path *clt_path; in complete_rdma_req()
784 struct rtrs_clt_path *path; in get_next_path_rr()
821 struct rtrs_clt_path *clt_path; in get_next_path_min_inflight()
872 struct rtrs_clt_path *clt_path; in get_next_path_min_latency()
1511 struct rtrs_clt_path *clt_path; in rtrs_clt_err_recovery_work()
1528 struct rtrs_clt_path *clt_path; in alloc_path()
2213 struct rtrs_clt_path *next; in rtrs_clt_remove_path_from_arr()
2313 struct rtrs_clt_path *clt_path; in rtrs_clt_close_work()
2637 struct rtrs_clt_path *clt_path; in rtrs_clt_reconnect_work()
[all …]
H A Drtrs-clt-trace.h15 struct rtrs_clt_path;
37 TP_PROTO(struct rtrs_clt_path *clt_path),
73 TP_PROTO(struct rtrs_clt_path *clt_path), \
H A Drtrs-clt-stats.c16 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path); in rtrs_clt_update_wc_stats()
175 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path); in rtrs_clt_update_all_stats()