Home
last modified time | relevance | path

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

/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.c309 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path); in rtrs_rdma_error_recovery()
391 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()
698 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path); in post_recv_io()
1023 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path); in rtrs_post_rdma_write_sg()
1084 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 …]
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()
H A Drtrs-clt.h189 static inline struct rtrs_clt_path *to_clt_path(struct rtrs_path *s) in to_clt_path() function