Searched refs:rbufs (Results 1 – 2 of 2) sorted by relevance
564 clt_path->rbufs[buf_id].rkey = le32_to_cpu(msg->rkey); in rtrs_clt_rkey_rsp_done()1119 rbuf = &clt_path->rbufs[buf_id]; in rtrs_clt_write_req()1259 ret = rtrs_post_send_rdma(req->con, req, &clt_path->rbufs[buf_id], in rtrs_clt_read_req()1608 kfree(clt_path->rbufs); in free_path()1869 if (!clt_path->rbufs) { in rtrs_rdma_conn_established()1870 clt_path->rbufs = kzalloc_objs(*clt_path->rbufs, in rtrs_rdma_conn_established()1872 if (!clt_path->rbufs) in rtrs_rdma_conn_established()2477 clt_path->rbufs[i].addr = addr; in process_info_rsp()2478 clt_path->rbufs[i].rkey = rkey; in process_info_rsp()
138 struct rtrs_rbuf *rbufs; member