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

/linux-master/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt-sysfs.c21 struct rtrs_clt_path *clt_path;
23 clt_path = container_of(kobj, struct rtrs_clt_path, kobj);
201 struct rtrs_clt_path *clt_path;
203 clt_path = container_of(kobj, struct rtrs_clt_path, kobj);
223 struct rtrs_clt_path *clt_path;
226 clt_path = container_of(kobj, struct rtrs_clt_path, kobj);
253 struct rtrs_clt_path *clt_path;
255 clt_path = container_of(kobj, struct rtrs_clt_path, kobj);
280 struct rtrs_clt_path *clt_path;
283 clt_path = container_of(kobj, struct rtrs_clt_path, kob
[all...]
H A Drtrs-clt.h127 struct rtrs_clt_path { struct
160 struct rtrs_clt_path
190 static inline struct rtrs_clt_path *to_clt_path(struct rtrs_path *s)
192 return container_of(s, struct rtrs_clt_path, s);
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_pat
[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.c54 struct rtrs_clt_path *clt_path;
180 struct rtrs_clt_con *rtrs_permit_to_clt_con(struct rtrs_clt_path *clt_path,
203 static bool rtrs_clt_change_state(struct rtrs_clt_path *clt_path,
292 static bool rtrs_clt_change_state_from_to(struct rtrs_clt_path *clt_path,
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);
384 struct rtrs_clt_path *clt_path;
463 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path);
494 static void process_io_rsp(struct rtrs_clt_path *clt_path, u32 msg_id,
512 struct rtrs_clt_path *clt_pat
[all...]
H A Drtrs-clt-stats.c16 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path);
175 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path);

Completed in 147 milliseconds