Home
last modified time | relevance | path

Searched refs:to_clt_path (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/infiniband/ulp/rtrs/
Drtrs-clt.c307 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path); in rtrs_rdma_error_recovery()
389 clt_path = to_clt_path(con->c.path); in complete_rdma_req()
461 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path); in rtrs_post_send_rdma()
510 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path); in rtrs_clt_recv_done()
524 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path); in rtrs_clt_rkey_rsp_done()
604 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path); in rtrs_clt_rdma_done()
697 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path); in post_recv_io()
1017 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path); in rtrs_post_rdma_write_sg()
1080 struct rtrs_clt_path *clt_path = to_clt_path(s); in rtrs_clt_write_req()
1174 struct rtrs_clt_path *clt_path = to_clt_path(s); in rtrs_clt_read_req()
[all …]
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()
Drtrs-clt.h190 static inline struct rtrs_clt_path *to_clt_path(struct rtrs_path *s) in to_clt_path() function