Lines Matching refs:inv_rkey
593 u32 inv_rkey; in svc_rdma_get_inv_rkey() local
600 inv_rkey = 0; in svc_rdma_get_inv_rkey()
603 if (inv_rkey == 0) in svc_rdma_get_inv_rkey()
604 inv_rkey = segment->rs_handle; in svc_rdma_get_inv_rkey()
605 else if (inv_rkey != segment->rs_handle) in svc_rdma_get_inv_rkey()
611 if (inv_rkey == 0) in svc_rdma_get_inv_rkey()
612 inv_rkey = segment->rs_handle; in svc_rdma_get_inv_rkey()
613 else if (inv_rkey != segment->rs_handle) in svc_rdma_get_inv_rkey()
619 if (inv_rkey == 0) in svc_rdma_get_inv_rkey()
620 inv_rkey = segment->rs_handle; in svc_rdma_get_inv_rkey()
621 else if (inv_rkey != segment->rs_handle) in svc_rdma_get_inv_rkey()
627 if (inv_rkey == 0) in svc_rdma_get_inv_rkey()
628 inv_rkey = segment->rs_handle; in svc_rdma_get_inv_rkey()
629 else if (inv_rkey != segment->rs_handle) in svc_rdma_get_inv_rkey()
633 ctxt->rc_inv_rkey = inv_rkey; in svc_rdma_get_inv_rkey()