Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/infiniband/ulp/rtrs/
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()
203 clt_path = container_of(kobj, struct rtrs_clt_path, kobj); in rtrs_clt_state_show()
223 struct rtrs_clt_path *clt_path; in rtrs_clt_reconnect_store()
226 clt_path = container_of(kobj, struct rtrs_clt_path, kobj); in rtrs_clt_reconnect_store()
253 struct rtrs_clt_path *clt_path; in rtrs_clt_disconnect_store()
255 clt_path = container_of(kobj, struct rtrs_clt_path, kobj); in rtrs_clt_disconnect_store()
280 struct rtrs_clt_path *clt_path; in rtrs_clt_remove_path_store()
283 clt_path = container_of(kobj, struct rtrs_clt_path, kobj); in rtrs_clt_remove_path_store()
[all …]
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,
Drtrs-clt.c54 struct rtrs_clt_path *clt_path; in rtrs_clt_is_connected()
180 struct rtrs_clt_con *rtrs_permit_to_clt_con(struct rtrs_clt_path *clt_path, in rtrs_permit_to_clt_con()
203 static bool rtrs_clt_change_state(struct rtrs_clt_path *clt_path, in rtrs_clt_change_state()
292 static bool rtrs_clt_change_state_from_to(struct rtrs_clt_path *clt_path, in rtrs_clt_change_state_from_to()
306 static void rtrs_clt_stop_and_destroy_conns(struct rtrs_clt_path *clt_path);
309 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path); in rtrs_rdma_error_recovery()
384 struct rtrs_clt_path *clt_path; in complete_rdma_req()
463 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path); in rtrs_post_send_rdma()
494 static void process_io_rsp(struct rtrs_clt_path *clt_path, u32 msg_id, in process_io_rsp()
512 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path); in rtrs_clt_recv_done()
[all …]
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), \
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()