Lines Matching refs:rbufs
566 clt_path->rbufs[buf_id].rkey = le32_to_cpu(msg->rkey);
1116 rbuf = &clt_path->rbufs[buf_id];
1259 ret = rtrs_post_send_rdma(req->con, req, &clt_path->rbufs[buf_id],
1608 kfree(clt_path->rbufs);
1866 if (!clt_path->rbufs) {
1867 clt_path->rbufs = kcalloc(queue_depth,
1868 sizeof(*clt_path->rbufs),
1870 if (!clt_path->rbufs)
2441 clt_path->rbufs[i].addr = addr;
2442 clt_path->rbufs[i].rkey = rkey;