Searched refs:local_odp_mr (Results 1 – 1 of 1) sorted by relevance
724 struct rds_mr *local_odp_mr; in rds_cmsg_rdma_args() local730 local_odp_mr = in rds_cmsg_rdma_args()731 kzalloc(sizeof(*local_odp_mr), GFP_KERNEL); in rds_cmsg_rdma_args()732 if (!local_odp_mr) { in rds_cmsg_rdma_args()736 RB_CLEAR_NODE(&local_odp_mr->r_rb_node); in rds_cmsg_rdma_args()737 kref_init(&local_odp_mr->r_kref); in rds_cmsg_rdma_args()738 local_odp_mr->r_trans = rs->rs_transport; in rds_cmsg_rdma_args()739 local_odp_mr->r_sock = rs; in rds_cmsg_rdma_args()740 local_odp_mr->r_trans_private = in rds_cmsg_rdma_args()742 NULL, 0, rs, &local_odp_mr->r_key, NULL, in rds_cmsg_rdma_args()[all …]