Home
last modified time | relevance | path

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

/openbmc/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()
463 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path); in rtrs_post_send_rdma()
512 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path); in rtrs_clt_recv_done()
526 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path); in rtrs_clt_rkey_rsp_done()
606 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path); in rtrs_clt_rdma_done()
700 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path); in post_recv_io()
1020 struct rtrs_clt_path *clt_path = to_clt_path(con->c.path); in rtrs_post_rdma_write_sg()
1081 struct rtrs_clt_path *clt_path = to_clt_path(s); in rtrs_clt_write_req()
1175 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.h190 static inline struct rtrs_clt_path *to_clt_path(struct rtrs_path *s) in to_clt_path() function