Searched refs:rtrs_clt_path (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs-clt.h | 125 struct rtrs_clt_path { struct 158 struct rtrs_clt_path argument 188 static inline struct rtrs_clt_path *to_clt_path(struct rtrs_path *s) in to_clt_path() 190 return container_of(s, struct rtrs_clt_path, s); in to_clt_path() 204 int rtrs_clt_reconnect_from_sysfs(struct rtrs_clt_path *path); 205 void rtrs_clt_close_conns(struct rtrs_clt_path *clt_path, bool wait); 208 int rtrs_clt_remove_path_from_sysfs(struct rtrs_clt_path *path, 213 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 D | rtrs-clt.c | 54 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() 461 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path); in rtrs_post_send_rdma() 492 static void process_io_rsp(struct rtrs_clt_path *clt_path, u32 msg_id, in process_io_rsp() 510 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path); in rtrs_clt_recv_done() [all …]
|
| H A D | rtrs-clt-trace.h | 15 struct rtrs_clt_path; 37 TP_PROTO(struct rtrs_clt_path *clt_path), 73 TP_PROTO(struct rtrs_clt_path *clt_path), \
|
| H A D | rtrs-clt-stats.c | 16 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()
|